vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| 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). |
| |||
| Rahim wrote: > 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). > There's a pretty good redbook on app dev under AIX in C/C++ - goto www.redbooks.ibm.com. |
| |||
| "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 |