|
1 | 1 | # Add this to the reports list
|
2 |
| -# reports=mysql.mysqlfilesandtables, mysql.myisamindexes, mysql.mysqlnetworktraffic, mysql.mysqlquerycachememory, mysql.innodbiopending, mysql.innodbinternalhashmemoryusage, mysql.innodbactivelockedtransactions, mysql.innodblog, mysql.mysqlsorts, mysql.mysqltemporaryobjects, mysql.innodbcheckpointage, mysql.innodbtablesinuse, mysql.innodbrowoperations, mysql.innodbtransactions, mysql.innodbsemaphores, mysql.mysqlprocesslist, mysql.innodbadaptivehashindex, mysql.mysqlselecttypes, mysql.mysqlthreads, mysql.innodbinsertbufferusage, mysql.mysqlcommandcounters, mysql.innodbinsertbuffer, mysql.innodbmemoryallocation, mysql.mysqlconnections, mysql.innodblockstructures, mysql.innodbsemaphorewaittime, mysql.innodbbufferpool, mysql.mysqltablelocks, mysql.innodbsemaphorewaits, mysql.mysqlreplication, mysql.innodbio, mysql.mysqlquerycache, mysql.innodbbufferpoolactivity, mysql.mysqlbinaryrelaylogs, mysql.innodbcurrentlockwaits |
| 2 | +# reports=mysql.mysqlfilesandtables, mysql.myisamindexes, mysql.mysqlnetworktraffic, mysql.mysqlquerycachememory, mysql.innodbiopending, mysql.innodbinternalhashmemoryusage, mysql.innodbactivelockedtransactions, mysql.innodblog, mysql.mysqlsorts, mysql.mysqltemporaryobjects, mysql.innodbcheckpointage, mysql.innodbtablesinuse, mysql.innodbrowoperations, mysql.innodbtransactions, mysql.innodbsemaphores, mysql.mysqlprocesslist, mysql.innodbadaptivehashindex, mysql.mysqlselecttypes, mysql.mysqlthreads, mysql.innodbinsertbufferusage, mysql.mysqlcommandcounters, mysql.innodbinsertbuffer, mysql.innodbmemoryallocation, mysql.mysqlconnections, mysql.innodblockstructures, mysql.innodbsemaphorewaittime, mysql.innodbbufferpool, mysql.mysqltablelocks, mysql.myisamkeycache, mysql.innodbsemaphorewaits, mysql.mysqlreplication, mysql.innodbio, mysql.mysqlquerycache, mysql.innodbbufferpoolactivity, mysql.mysqlbinaryrelaylogs, mysql.innodbcurrentlockwaits |
3 | 3 |
|
4 | 4 | # paste this at the end of snmp-graph.properties file
|
5 | 5 | report.mysql.myisamindexes.name=MyISAM Indexes
|
@@ -1057,3 +1057,27 @@ report.mysql.innodbsemaphorewaittime.command=--title "InnoDB Semaphore Wait Time
|
1057 | 1057 | GPRINT:myInnoDBSemWaitTime:AVERAGE:"Avg \\: %8.2lf %s" \
|
1058 | 1058 | GPRINT:myInnoDBSemWaitTime:MIN:"Min \\: %8.2lf %s" \
|
1059 | 1059 | GPRINT:myInnoDBSemWaitTime:MAX:"Max \\: %8.2lf %s\\n"
|
| 1060 | + |
| 1061 | +report.mysql.myisamkeycache.columns=myKeyBufferSize,myKeyBufBytesUsed,myKeyBufBytsUnflshd |
| 1062 | +report.mysql.myisamkeycache.type=nodeSnmp |
| 1063 | +report.mysql.myisamkeycache.width=565 |
| 1064 | +report.mysql.myisamkeycache.height=200 |
| 1065 | +report.mysql.myisamkeycache.command=--title "MyISAM Key Cache" \ |
| 1066 | + --width 565 \ |
| 1067 | + --height 200 \ |
| 1068 | + DEF:myKeyBufferSize={rrd1}:myKeyBufferSize:AVERAGE \ |
| 1069 | + DEF:myKeyBufBytesUsed={rrd2}:myKeyBufBytesUsed:AVERAGE \ |
| 1070 | + DEF:myKeyBufBytsUnflshd={rrd3}:myKeyBufBytsUnflshd:AVERAGE \ |
| 1071 | + AREA:myKeyBufferSize#99B898:"Key Buffer Size " \ |
| 1072 | + GPRINT:myKeyBufferSize:AVERAGE:"Avg \\: %8.2lf %s" \ |
| 1073 | + GPRINT:myKeyBufferSize:MIN:"Min \\: %8.2lf %s" \ |
| 1074 | + GPRINT:myKeyBufferSize:MAX:"Max \\: %8.2lf %s\\n" \ |
| 1075 | + AREA:myKeyBufBytesUsed#2A363B:"Key Buf Bytes Used " \ |
| 1076 | + GPRINT:myKeyBufBytesUsed:AVERAGE:"Avg \\: %8.2lf %s" \ |
| 1077 | + GPRINT:myKeyBufBytesUsed:MIN:"Min \\: %8.2lf %s" \ |
| 1078 | + GPRINT:myKeyBufBytesUsed:MAX:"Max \\: %8.2lf %s\\n" \ |
| 1079 | + AREA:myKeyBufBytsUnflshd#FECEA8:"Key Buf Bytes Unflushed" \ |
| 1080 | + GPRINT:myKeyBufBytsUnflshd:AVERAGE:"Avg \\: %8.2lf %s" \ |
| 1081 | + GPRINT:myKeyBufBytsUnflshd:MIN:"Min \\: %8.2lf %s" \ |
| 1082 | + GPRINT:myKeyBufBytsUnflshd:MAX:"Max \\: %8.2lf %s\\n" |
| 1083 | + |
0 commit comments