1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-22 02:51:03 +00:00

Merge pull request #291 from jesseadams/master

Tweaks for system/pagefaults_by_process
This commit is contained in:
Kenyon Ralph 2013-04-19 14:17:11 -07:00
commit c2be0e2b06

View file

@ -74,12 +74,12 @@ foreach my $process (keys %total_by_process)
close(PS);
if (@ARGV and $ARGV[1] eq "config")
if (@ARGV and $ARGV[0] eq "config")
{
print <<END;
graph_title Page faults by Process
graph_args --base 1000
graph_vlabel seconds
graph_vlabel major page faults
graph_category system
graph_info Shows number of major page faults caused by each process name
END