Innodb Main thread utilization parameter

Hi, last period I am seeing this pic on pmm, I can not find enough information about Innodb Main thread utilization parameter`, This may be actual trigger for the IO problems what I have expirienced on my pxc cluster . Could you please give some information about this parameter?

How does “Innodb log file Usage Hourly” graph look to you?
Can you share it?


@Yunus Here you can see

Ok so this seems good at the moment.
But the thing is that it shows only for last 24 hours.
So it is possible that it might have went higher with flushing activity during the time you noticed log flushing activity higher in the misc graph.
Was there a high load during the time when you saw spike?

@Yunus When I saw the spike on main thread utilization graph, log file usage history graph was okay. Here you can see the same timeslot but the spike on utilization

Also in the error log I have this on exact sam time (the server is utc)
2023-09-23T15:29:43.217502Z 0 [Note] InnoDB: page_cleaner: 1000ms intended loop took 7609ms. The settings might not be optimal. (flushed=2592, during the time.)

Innodb log file usage hourly is actually recorded for only last 24 hours. So you cannot see it for 23rd of September now. Even if you change the timings it will only show for last 24 hours.

Related to this message,
Once per second, the page cleaner scans the buffer pool for dirty pages to flush from the buffer pool to the disk. The warning you saw shows that it has lots of dirty pages to flush, and it takes over 4 seconds to flush a batch of them to disk when it should complete that work in under 1 second

This triggers the PageCleaner to act and clear dirty pages. Since there were too many dirty pages than usual, it took more time for the PageCleaner to clear the buffer.

innodb_lru_scan_depth particular variable that controls how much of the buffer pool scanning should be done for clearing. This might either be a large value or the write throughput of the system is really high causing a large number of dirty pages.

You might want to check this variable and experiment with it if you face this too often.

@yunus_shaikh When I have last incident and investigate graphs during ongoing problem Innodb log file Usage Hourly graph was totally fine, so I can not relate Innodb Main thread utilization spike to this . Can you suggest where to find information about Innodb Main thread utilization parameter as I can not find it in official documentation .

This is the only info which can be seen

InnoDB Misc

InnoDB Main Thread Utilization

The InnoDB Main Thread Utilization graph shows the portion of time the InnoDB main thread spent at various task.