Hello, How can I analyze the CPU time consumed by my Innodb queries?
I have innotop, but I cant seems to find where it is.
Thanks.
Hello, How can I analyze the CPU time consumed by my Innodb queries?
I have innotop, but I cant seems to find where it is.
Thanks.
You may analyze CPU usage by individual queries with SHOW PROFILE CPU command
AFAIK there is no way to check how much CPU "all innodb queries used".