Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: Proc::ProcessTable method questions

by converter (Priest)
on Nov 07, 2002 at 07:51 UTC ( [id://211015]=note: print w/replies, xml ) Need Help??


in reply to Proc::ProcessTable method questions

It's difficult to answer your query without looking at your code. Maybe you're making an invalid assumption and truncating the command line string without realizing it.

If you want to see how the process data are gathered look at the C source and headers in the /os directory of the source tree (Proc-ProcessTable-0.35/os/). On linux the process data are gathered from the /proc filesystem, which is the same method used by the ps util. On other OSs where the /proc filesystem isn't supported there are different methods for gathering process data, but all of the methods used should probably return the complete command line string.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (3)
As of 2024-04-20 09:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found