Operating System - HP-UX
1832586 Members
3160 Online
110043 Solutions
New Discussion

get processes information

 
SOLVED
Go to solution
siaemic
Advisor

get processes information

Are there any functions inside a C program, that can provide information (number of open files, state, size etc.) about current runnin g application ?
1 REPLY 1
James R. Ferguson
Acclaimed Contributor
Solution

Re: get processes information

Hi:

Have a look at 'pstat(2)'. See the man pages for more information.

Regards!

...JRF...