sub memsize { open(FH, '/proc/self/status'); while(<FH>) { return $_ if /^VmSize/; } close FH; }
In reply to Re: How to tell if script sucks...memory
by Trizor
in thread How to tell if script sucks...memory
by jriggs420
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |