Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

C function/system call for memory monitoring 1

Status
Not open for further replies.

simbasaurus

Programmer
May 26, 2007
3
0
0
Hello!

I need to find some parameters of the system, like:

memory usage (how much free memory is available)
number of processors
network activity.

Can anyone tell me if there are such C functions that can do
this, or can anyone provide a link to some useful
documentation of the AIX functions and libraries.

Thank you very much in advance.
 
when you say number of processors and then free memory you are somewhere looking for a system configuration and system monitoring!?

Try these commands:

prtconf

topas

svmon -G

netstat

I would suggest you look into the man pages for these commands for more info

Regards,
Khalid
 
Thank you!

The Perfstat API described in one of the documents you provided was just what i needed.

Best regards,
Simbasaurus.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top