home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / misc / volume5 / mapmem / README < prev   
Text File  |  1989-02-03  |  501b  |  10 lines

  1. MAPMEM displays a visual map of physical memory and swap device allocations
  2. for a swapping (i.e., non-paged) Unix system.  The map is updated at 1 second
  3. intervals, providing a real-time indication of system memory utilization.
  4.  
  5. To install, simply edit the makefile and type 'make'.  Typing 'make install'
  6. will install the executable with the appropriate privileges.
  7.  
  8. MAPMEM requires read access to /dev/kmem, and must therefore be run as
  9. setgid to some group with the appropriate access (e.g., sys).
  10.