Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Determining memory usage of a process...

by Fletch (Bishop)
on Oct 03, 2001 at 05:12 UTC ( [id://116320]=note: print w/replies, xml ) Need Help??


in reply to Determining memory usage of a process...

Check out GTop which sits on top of libgtop.

my $mem = GTop->new; print "Total memory: ", $mem->total / 1024, "K\n";

Edited by planetscape - closed code tag

Originally posted as a Categorized Answer.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (3)
As of 2024-04-24 23:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found