home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / next / sysadmin / 5111 < prev    next >
Encoding:
Text File  |  1992-09-10  |  1.2 KB  |  35 lines

  1. Newsgroups: comp.sys.next.sysadmin
  2. Path: sparky!uunet!haven.umd.edu!darwin.sura.net!jvnc.net!yale.edu!nigel.msen.com!caen!destroyer!ubc-cs!unixg.ubc.ca!kakwa.ucs.ualberta.ca!acs.ucalgary.ca!bstone
  3. From: bstone@acs.ucalgary.ca (Blake Stone)
  4. Subject: Re: looking for vmstat equivalent
  5. Sender: news@acs.ucalgary.ca (USENET News System)
  6. Message-ID: <92Sep10.144352.20476@acs.ucalgary.ca>
  7. Date: Thu, 10 Sep 92 14:43:52 GMT
  8. Distribution: na
  9. References: <1992Sep10.083444.12376@ccsun7.csie.nctu.edu.tw>
  10. Nntp-Posting-Host: acs3.acs.ucalgary.ca
  11. Organization: The University of Calgary, Alberta
  12. Keywords: vmstat
  13. Lines: 20
  14.  
  15. > On SunOS 4.1.2, there's an utility called 'vmstat' which
  16. > reports virtual memory statistics. 
  17. > Is there such an utility on NeXT?
  18.  
  19. Try vm_stat:
  20.  
  21. Mach Virtual Memory Statistics: (page size of 8192 bytes)
  22. Pages free:                      154.
  23. Pages active:                   1518.
  24. Pages inactive:                 1057.
  25. Pages wired down:                219.
  26. "Translation faults":        2742121.
  27. Pages copy-on-write:         1353584.
  28. Pages zero filled:             12310.
  29. Pages reactivated:             22067.
  30. Pageins:                        4210.
  31. Pageouts:                       1043.
  32. Object cache: 6637 hits of 7869 lookups (84% hit rate)
  33.  
  34. Blake
  35.