sa1.1m (2010 09)

s
sa1(1M) sa1(1M)
unsigned long phwrite;
unsigned long swapin; /* number of swap transfers */
unsigned long swapout;
unsigned long bswapin; /* number of 512-bytes transferred
* (for bswapin:include initial loading of
* some programs
*/
unsigned long bswapout;
unsigned long pswitch; /* process switches */
unsigned long syscall; /* system calls of all types */
unsigned long sysread; /* specific system calls */
unsigned long syswrite; /* number of write() system calls */
unsigned long sysfork; /* number of fork() system calls */
unsigned long sysexec; /* number of exec() system calls */
unsigned long runque; /* run queue of processes in memory and
* runable */
unsigned long runocc; /* time occurring */
unsigned long mp_runque [SAR_MAX_PROCS];
unsigned long mp_runocc [SAR_MAX_PROCS];
unsigned long swpque; /* swap queue of processes swapped */
* out but ready to run. */
unsigned long swpocc;
unsigned long iget; /* use of file access system routines */
unsigned long namei;
unsigned long dirblk; /* number of directory blocks encountered */
unsigned long readch; /* characters transferred by read system
* calls */
unsigned long writech; /* characters transferred by write system
* calls*/
unsigned long rcvint; /* receive interrupt */
unsigned long xmtint; /* transfer interrupt */
unsigned long mdmint; /* modem interrupt */
unsigned long rawch; /* input character */
unsigned long canch; /* input character processed by cannon */
unsigned long outch; /* output character */
unsigned long msg; /* message primitive */
unsigned long sema; /* semaphore primitive */
unsigned long select; /* select system calls */
unsigned int sztext; /* current size of text table */
unsigned int szinode; /* current size of inode table */
unsigned int szfile; /* current size of file table */
unsigned int szproc; /* current size of proc table */
unsigned int msztext; /* maximum size of text table */
unsigned int mszinode; /* maximum size of inode table */
unsigned int mszfile; /* maximum size of file table */
unsigned int mszproc; /* maximum size of proc table */
unsigned long inodeovf; /* cumulative overflows of inode table */
* since boot */
unsigned long fileovf; /* cumulative overflows of file table */
* since boot */
unsigned long procovf; /* cumulative overflows of proc table */
* since boot */
time_t ts; /* time stamp */
unsigned long elements_in_use;
long elements[20];
};
WARNINGS
This structure can change in future releases, with no support for backward compatibility.
2 Hewlett-Packard Company 2 HP-UX 11i Version 3: September 2010