Révision afcc3e9b
Category Tree: Reduce number of categories
| plugins/oracle/oracle_sysmetricspl | ||
|---|---|---|
| 111 | 111 |
if ($name eq "transactions") {
|
| 112 | 112 |
print "graph_title User transactions\n"; |
| 113 | 113 |
print "graph_vlabel transactions per second\n"; |
| 114 |
print "graph_category Oracle\n";
|
|
| 114 |
print "graph_category db\n";
|
|
| 115 | 115 |
print "graph_info This graph shows the number of users transactions per second in Oracle\n"; |
| 116 | 116 |
print "graph_args --base 1000 -l 0\n"; |
| 117 | 117 |
print "transactions.label transactions\n"; |
| ... | ... | |
| 120 | 120 |
} elsif ($name eq "indexscans") {
|
| 121 | 121 |
print "graph_title Full index scans\n"; |
| 122 | 122 |
print "graph_vlabel indexscans per second\n"; |
| 123 |
print "graph_category Oracle\n";
|
|
| 123 |
print "graph_category db\n";
|
|
| 124 | 124 |
print "graph_info This graph shows the number of full index scans per second in Oracle\n"; |
| 125 | 125 |
print "graph_args --base 1000 -l 0\n"; |
| 126 | 126 |
print "indexscans.label indexscans\n"; |
Formats disponibles : Unified diff