Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!ICAEN.UIOWA.EDU!dbfunk From: dbfunk@ICAEN.UIOWA.EDU (David B Funk) Newsgroups: comp.sys.apollo Subject: Re: Performance Tools?? Message-ID: <8911100928.AA00509@icaen.uiowa.edu> Date: 10 Nov 89 09:20:23 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: Iowa Computer Aided Engineering Network, University of Iowa Lines: 16 WRT posting <618@ccadfa.adfa.oz.au>: > I like to know the page in/out activities, swapping, disk waits, > network activities of a specify machines, something like vmstat in > a true UNIX system (ps is not good enough either). "/com/pst -pa" will show you some paging info on a per-process basis. If you want "vmstat" though, there is an Apollo implementation of it under sr10.1. It's hidden in a funny place, look in "/systest/ssr_util" ( "/systest/ssr_util/vmstat" "/systest/ssr_util/vmstat.hlp" ). There are several other interesting tools in that directory, but be forewarned, they are unsupported and some of them can be dangerous if improperly used. Dave Funk