mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 14:16:00 +00:00
commit
69534a70d0
1 changed files with 3 additions and 6 deletions
|
@ -107,8 +107,6 @@ tc-profsize.label TC Profiling Size
|
||||||
tc-profsize.info Translation Cache Profiling Size
|
tc-profsize.info Translation Cache Profiling Size
|
||||||
tc-coldsize.label TC Cold Size
|
tc-coldsize.label TC Cold Size
|
||||||
tc-coldsize.info Translation Cache Cold Size
|
tc-coldsize.info Translation Cache Cold Size
|
||||||
tc-trampolinessize.label TC Trampoline Size
|
|
||||||
tc-trampolinessize.info Translation Cache Trampoline Size
|
|
||||||
tc-frozensize.label TC Frozen Size
|
tc-frozensize.label TC Frozen Size
|
||||||
tc-frozensize.info Translation Cache Frozen Size
|
tc-frozensize.info Translation Cache Frozen Size
|
||||||
rds.label RDS Used Bytes
|
rds.label RDS Used Bytes
|
||||||
|
@ -131,7 +129,6 @@ EOF
|
||||||
printf( "tc-size.value %d\n", $health->{'tc-size'} );
|
printf( "tc-size.value %d\n", $health->{'tc-size'} );
|
||||||
printf( "tc-profsize.value %d\n", $health->{'tc-profsize'} );
|
printf( "tc-profsize.value %d\n", $health->{'tc-profsize'} );
|
||||||
printf( "tc-coldsize.value %d\n", $health->{'tc-coldsize'} );
|
printf( "tc-coldsize.value %d\n", $health->{'tc-coldsize'} );
|
||||||
printf( "tc-trampolinessize.value %d\n", $health->{'tc-trampolinessize'} );
|
|
||||||
printf( "tc-frozensize.value %d\n", $health->{'tc-frozensize'} );
|
printf( "tc-frozensize.value %d\n", $health->{'tc-frozensize'} );
|
||||||
printf( "rds.value %d\n", $health->{'rds'} );
|
printf( "rds.value %d\n", $health->{'rds'} );
|
||||||
printf( "units.value %d\n", $health->{'units'} );
|
printf( "units.value %d\n", $health->{'units'} );
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue