This repository was archived by the owner on Mar 22, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -82,6 +82,8 @@ On all platform, the configuration is done with command line arguments:
82
82
-s|--slave check slave
83
83
-b|--heartbeat DB.TABLE table for maatkit mk-heartbeat
84
84
--oid OID registering OID
85
+ -l|--process-list|--procs
86
+ enable the MySQL process list
85
87
-i|--refresh refresh interval in seconds
86
88
87
89
You can specify the mysql connection parameters in a config file using my.cnf format, like this:
Original file line number Diff line number Diff line change @@ -1007,6 +1007,7 @@ sub run
1007
1007
' slave|s!' ,
1008
1008
' innodb|i!' ,
1009
1009
' oid|o' ,
1010
+ ' procs|l|process-list!' ,
1010
1011
' refresh|r=i' ,
1011
1012
' daemon_pid|daemon-pid=s' ,
1012
1013
' heartbeat|b=s' ,
@@ -1095,6 +1096,7 @@ __END__
1095
1096
-b, --heartbeat DB.TABLE table for checking slave lag with mk-hearbeat
1096
1097
-i, --innodb read innodb settings
1097
1098
-o OID, --oid=OID registering OID
1099
+ -l, --process-list, --procs enable the process list
1098
1100
-r INT, --refresh=INT set refresh interval to INT (seconds)
1099
1101
--daemon-pid=FILE write PID to FILE instead of $default{pid}
1100
1102
-n, --no-daemon do not detach and become a daemon
@@ -1157,6 +1159,10 @@ check innodb details
1157
1159
1158
1160
registering OID
1159
1161
1162
+ =item B<-l, --process-list, --procs >
1163
+
1164
+ enable the process list
1165
+
1160
1166
=item B<-r INT, --refresh=INT >
1161
1167
1162
1168
refresh interval in seconds
You can’t perform that action at this time.
0 commit comments