Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: Virtual Memory Usage

by tirwhan (Abbot)
on Feb 06, 2006 at 23:07 UTC ( #528370=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    open my $stat,"<","/proc/self/stat" or die "Can't open /proc/self/stat
    +"; 
    my ($vsz,$rss)=(split ' ',<$stat>)[22,23];
    print "$vsz - $rss\n"
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://528370]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (3)
As of 2023-12-02 11:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    What's your preferred 'use VERSION' for new CPAN modules in 2023?











    Results (15 votes). Check out past polls.

    Notices?