2
0
mirror of https://github.com/munin-monitoring/contrib.git synced 2018-11-08 00:59:34 +01:00

Merge pull request #125 from gowness/master

Bugfix: missing perl argument in memory_by_proccess
This commit is contained in:
Steve Schnepp 2012-05-29 01:56:38 -07:00
commit d569cb8d13

2
plugins/system/memory_by_process Executable file → Normal file
View File

@ -24,7 +24,7 @@ if [ "$1" = "config" ]; then
echo 'graph_category system'
echo "graph_info Shows contribution of each process to VM size"
ps auxww | perl '
ps auxww | perl -e '
$junk = <>;
while (<>)
{