Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Determining the Memory Usage of a Perl program from within Perl

by Gloom (Monk)
on Feb 15, 2001 at 16:31 UTC ( [id://58602]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    open( STAT , "</proc/$$/stat" )
        or die "Unable to open stat file";
    ...
    @stat = split /\s+/ , <STAT>;
    
    close( STAT );
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (2)
As of 2024-04-26 03:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found