Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!munnari.OZ.AU!news.mel.connect.com.au!news.syd.connect.com.au!news.bri.connect.com.au!fjholden.OntheNet.com.au!not-for-mail From: Tony Griffiths <tonyg@OntheNet.com.au> Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: Performance Monitor Date: Sat, 08 Mar 1997 16:46:47 +1000 Organization: On the Net (ISP on the Gold Coast, Australia) Lines: 21 Message-ID: <33210B57.1D44@OntheNet.com.au> References: <331c7c3e.2005864@192.168.0.1> <331C7A85.4165@mail.telegroup.com> Reply-To: tonyg@OntheNet.com.au NNTP-Posting-Host: swanee.nt.com.au Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 3.0 (WinNT; I) Xref: euryale.cc.adfa.oz.au comp.unix.bsd.freebsd.misc:36724 Richard Windmann wrote: > > Chris wrote: > > > > Could someone recommend a good performance monitor program? I'm tired of looking > > at top. Also what can I do to determine my network stats? > > > > Chris. > > man netstat ... and systat for general system statistics. A good generic display is the -vm page which give quite a lot of info as to what the system is doing. eg. # systat -vm 10 > > Rick Tony