DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

NAME

sysinfo - print information from the sysinfo structure

SYNOPSIS

sysinfo

DESCRIPTION

The sysinfo macro is used to display system performance information at the time of the crash. It is similar to running 'sar' on a live machine. This macro requires no arguments.

The sysinfo structure is defined in /usr/include/sys/sysinfo.h

Typcial output looks like this:

 S> sysinfo
   CPU_IDLE    0013D5BF
   CPU_USER    0000B81C
   CPU_KERNEL  0000DEF1
   CPU_WAIT    00007CBE
   CPU_SXBRK   00000000
   W_IO        00007CAF
   W_SWAP      00000000
   W_PIO       0000000F
   bread       00001922
   bwrite      00000E2C
   lread       0000A5AD
   lwrite      00001ACF
   phread      00000008
   phwrite     00000001
   swapin      00000000
   swapout     00000000
   bswapin     00000000
   bswapout    00000000
   pswitch     0006141A
   syscall     0081F561
   sysread     003A3F1E
   syswrite    00058D4F
   sysfork     000009DC
   sysexec     00000A1C
   runque      000267DB
   runocc      00019BAC
   swpque      00000000
   swpocc      00000000
   iget        00004948
   namei       0000C8B7
   dirblk      000065CC
   readch      05882984
   writech     00A4842C
   rcvint      00006619
   xmtint      00000000
   mdmint      00000000
   rawch       00009AA5
   canch       000005E4
   outch       00097587
   msg         00000000
   sema        00000000
   pnpfault    00000000
   wrtfault    00000000
   s5ipage     00000000
   s5inopage   00000000
   ufsipage    00000000
   ufsinopage  0000000D
   xxipage     00000000
   xxinopage   00000000

DEFINED IN

info.k

SEE ALSO

kmeminfo, minfo, mpinfo, rtminfo, shlbinfo, syserr, syswait, tune, vminfo

APPENDIX A: Alphabetic Index of Macros