diff options
author | Heinz Wiesinger <pprkut@liwjatan.at> | 2011-07-04 09:23:19 -0300 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-07-04 09:23:19 -0300 |
commit | 389b97623af77572a0de8f02c8f9ec894f624c75 (patch) | |
tree | d64d61fe487af14a7f04a7c49ecd13f9cff95287 /system/innotop/README | |
parent | 05bf91800dc14126170b42bd89ab2f726534cb06 (diff) | |
download | slackbuilds-389b97623af77572a0de8f02c8f9ec894f624c75.tar.gz |
system/innotop: Added (MySQL / InnoDB monitor application)
Diffstat (limited to 'system/innotop/README')
-rw-r--r-- | system/innotop/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/system/innotop/README b/system/innotop/README new file mode 100644 index 0000000000..e1ed33045a --- /dev/null +++ b/system/innotop/README @@ -0,0 +1,8 @@ +MySQL and InnoDB transaction/status monitor. Like 'top' for MySQL. + +Displays queries, InnoDB transactions, lock waits, deadlocks, foreign key +errors, open tables, replication status, buffer information, row +operations, logs, I/O operations, load graph, and more. +You can monitor many servers at once with innotop. + +This requires perl-TermReadKey. |