Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Won't Do
-
10.6
-
None
Description
Debian has extra tool named Innotop which is good and mature state but currently it does not pass perlcritic even in most permissive setup. Also it would be nice to turn on 'Modern Perl' that Innotop would be more future proof.
Attachments
Issue Links
- relates to
-
MDEV-21452 Use condition variables and normal mutexes instead of InnoDB os_event and mutex
-
- Closed
-
While you are at it, should this script be packaged for all operating systems, instead of residing in debian/additions/innotop/innotop of the source tree?
I remember looking at this script in the past, possibly related to
MDEV-18582when I was thinking of removing some parts of the SHOW ENGINE INNODB STATUS output, since the same information can be obtained via better structured interfaces. In the end, I decided to keep the output compatible with the script.It would also be a good idea to test that the script can actually produce nonzero counters for everything. At least starting with
MDEV-29694, the section 'Insert Buffers' should be useless.