You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a program that reads stdin to process something and i want to monitor its resource usage.
However,
cat /some/file | perl memlimit --detect-hangups -c -m 1000000 -t 10 meta/app
or
perl memlimit --detect-hangups -c -m 1000000 -t 10 meta/app < /some/file
will just print
FINISHED CPU 0.00 MEM 0 MAXMEM -1 STALE 0 MAXMEM_RSS -1
Apparently this script fails in such situation.
What should I do?
The text was updated successfully, but these errors were encountered:
I have a program that reads stdin to process something and i want to monitor its resource usage.
However,
cat /some/file | perl memlimit --detect-hangups -c -m 1000000 -t 10 meta/app
or
perl memlimit --detect-hangups -c -m 1000000 -t 10 meta/app < /some/file
will just print
FINISHED CPU 0.00 MEM 0 MAXMEM -1 STALE 0 MAXMEM_RSS -1
Apparently this script fails in such situation.
What should I do?
The text was updated successfully, but these errors were encountered: