HP-UX Reference (11i v2 03/08) - 1M System Administration Commands N-Z (vol 4)
s
sa1(1M) sa1(1M)
unsigned long phread; /* Transfer via physical device mechanism */
unsigned long phwrite;
unsigned long swapin; /* Number of swap transfer */
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/write
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 primitve */
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 */
};
FILES
/tmp/sa.adrfl address file
/var/adm/sa/sadd daily data file
/var/adm/sa/sardd daily report file
HP-UX 11i Version 2: August 2003 − 2 − Hewlett-Packard Company Section 1M−−711