home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!sdd.hp.com!elroy.jpl.nasa.gov!swrinde!ctcvax.ccf.swri.edu!trident!io.datasys.swri.edu!johns
- Newsgroups: comp.sys.sgi
- Subject: Reading stuff from the kernal
- Message-ID: <223@io.trident.datasys.swri.edu>
- From: johns@io.datasys.swri.edu (Stephen Johns)
- Date: 23 Nov 92 19:10:35 GMT
- Sender: johns@trident.datasys.swri.edu
- Organization: Southwest Research Institute, San Antonio
- Lines: 7
-
- What is the best/approved way of programatically monitoring kernal performance?
- I want to watch memory usage, CPU time and network load primarily.
- Basically the stuff osview and sar do. Is using the namelist stuff, ie
- struct nlist nl[] = { {"_freemem"} etc.. } nlist ( "/unix", nl );
- ok? recommented? and if so, where can I find all the availale names
- like "_freemem"?
-
-