Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!purdue!tut.cis.ohio-state.edu!gem.mps.ohio-state.edu!apple!zorba!dtynan From: larry@macom1 (Larry Taborek) Newsgroups: comp.unix Subject: Re: Determining load on a UNIX machine Message-ID: <3504@zorba.Tynan.COM> Date: 27 Oct 89 04:45:31 GMT References: <3477@zorba.Tynan.COM> Sender: dtynan@zorba.Tynan.COM Organization: CENTEL Federal Systems, Reston, VA. 22091-1506 Lines: 15 Approved: dtynan@zorba.Tynan.COM > Can anyone recommend a generic equation that can be used to > instantaneously determine how busy (i.e. _percent_ busy) a UNIX > machine is? Larry, On Syst V systems this sort of data can be gotten from 'sar'. On BSD sytstems you will have to deal with the more cryptic iostat, vmstat and so on. You not only want to look at CPU percent busy, but the amount of swap you are using, (Once you hit swap, performance dives), and also the business of your io ports and file system disks. Hope this helps...