View Single Post

   
  #3 (permalink)  
Old 01-05-2008, 06:21 AM
Richard D. Latham
 
Posts: n/a
Default Re: Reference materials for C programming in AIX

"Rahim" <ranazar@yahoo.com> writes:

> I'm doing a little exploratory C coding in AIX, with the intention of
> getting system and process performance metrics, and I'm trying to find
> good reference docs on AIX system calls.
>
> I've found the "Technical Reference: Base Operating System and
> Extensions" documents, which are a great reference only after you know
> what subroutine you're looking for. Are there other docs that would
> categorize the system calls by section (file system calls, CPU calls,
> something like that)?
>
> As I mentioned, I've been through the technical references in the
> pSeries Information Center, but the docs there were either to general
> (General Programming Concepts) or too specific (Tech Ref: BOS and
> Extensions).
>


"Performance Tools Guide and Reference". SC23-4859-01

Chapters 5 and 6.

--
#include <disclaimer.std> /* I don't speak for IBM ... */
/* Heck, I don't even speak for myself */
/* Don't believe me ? Ask my wife :-) */
Richard D. Latham lathamr@us.ibm.com
Reply With Quote