Skip to content

Commit

Permalink
Merge pull request #125 from gowness/master
Browse files Browse the repository at this point in the history
Bugfix: missing perl argument in memory_by_proccess
  • Loading branch information
steveschnepp committed May 29, 2012
2 parents 202bbf0 + 13b1223 commit d569cb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/system/memory_by_process 100755 → 100644
Expand Up @@ -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 (<>)
{
Expand Down

0 comments on commit d569cb8

Please sign in to comment.