What Is Better than ps (want program name etc)
clusardi2k_at_aol.com
Date: 01/22/05
- Previous message: Barry Margolin: "Re: Logger messages getting stuck in a buffer somewhere?"
- Next in thread: Barry Margolin: "Re: What Is Better than ps (want program name etc)"
- Reply: Barry Margolin: "Re: What Is Better than ps (want program name etc)"
- Reply: jpd: "Re: What Is Better than ps (want program name etc)"
- Reply: Bill Marcum: "Re: What Is Better than ps (want program name etc)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 22 Jan 2005 07:20:43 -0800
Hello,
I can get a lot of useful information about a pid if I use "ps", pipe
the info to a file, and read the file, but is there a better way?
Actually, what I want to do is use the "system" instruction within
C/C++ to get this data. I think, the problem in using the ps system
pair of instructions is I'm dependent on the operating system speed.
Thank you,
Christopher Lusardi
- Previous message: Barry Margolin: "Re: Logger messages getting stuck in a buffer somewhere?"
- Next in thread: Barry Margolin: "Re: What Is Better than ps (want program name etc)"
- Reply: Barry Margolin: "Re: What Is Better than ps (want program name etc)"
- Reply: jpd: "Re: What Is Better than ps (want program name etc)"
- Reply: Bill Marcum: "Re: What Is Better than ps (want program name etc)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|