home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / ptools.zip / PMem.txt < prev   
Text File  |  1997-01-21  |  3KB  |  87 lines

  1.             Pmem - Process Memory Usage Tool
  2.             ================================
  3.  
  4. Disclaimer
  5. ==========
  6. THE AUTHOR CANNOT BE HELD RESPONSIBLE FOR ANY LOSS OR DAMAGE CAUSED BY USING
  7. THIS SOFTWARE. BY READING THIS YOU AGREE TO THE ABOVE TERMS AND CONDITIONS.
  8. IF YOU DO NOT AGREE TO THESE TERMS - PLEASE DESTROY ALL COPIES OF THIS 
  9. SOFTWARE. 
  10.  
  11. THIS SOFTWARE IS PROVIDED AS IS AND COMES WITH NO WARRANTY OF ANY KIND. 
  12.  
  13.  
  14. License
  15. =======
  16. This software is E-MAILWARE. Simply send me an e-mail to Ian.Hargreaves@ibm.net
  17. and you can use this software for as long as you want.
  18.  
  19. Please mention where you got the software from, and what version you are using.
  20.  
  21. The software and all associated files are copyrighted by Ian Hargreaves. You 
  22. may copy this software for backup purposes. You may also copy and share 
  23. unmodified copies of the whole package, providing that the copyright notice
  24. is reproduced and included on all copies. 
  25.  
  26. PreRequisites
  27. =============
  28. This tool requires OS20MEMU.DLL and OS2MEMU.SYS to be installed.
  29.  
  30. OS20MEMU is IBM EWS (Employee Written Software), that breaks down memory usage
  31. by process.
  32.  
  33.  
  34. Usage
  35. =====
  36.  
  37. Pmem -? will display a list of the following options ..
  38.  
  39. ┌────────────────────────────────────────────┐
  40. │ PMEM v1.0 Ian.Hargreaves@ibm.net           │
  41. └────────────────────────────────────────────┘
  42. Usage:  PMem -o{n|p|m|s} -b -v
  43.               │ │ │ │ │   │  └Verbose
  44.               │ │ │ │ │   └Brief
  45.               │ │ │ │ └Shared memory
  46.               │ │ │ └private Memory
  47.               │ │ └Pid
  48.               │ └Name
  49.               └SORT ORDER
  50.  
  51.  
  52. Default options are PMem -v (unsorted)
  53.  
  54. Sample Output
  55. =============
  56.  
  57. ┌────────────────────────────────────────────┐
  58. │ PMEM v1.0 Ian.Hargreaves@ibm.net           │
  59. ├────────────────────┬───────────────────────┤
  60. │RAM Details         │ Swap Details          │
  61. │Installed   48760 k │ Size         32768 k  │
  62. │Used        46456 k │ Used          1772 k  │
  63. │Free         2304 k │ Free         30996 k  │
  64. ├──────┬─────────────┼─────────────┬─────────┤
  65. │      │ Private Kb  │ Shared Kb   │         │
  66. │  PID │Owned  InMem │Owned  Inmem │ProcName │
  67. └──────┴─────────────┴─────────────┴─────────┘
  68.     28    764    188    596    388  LOGDAEM
  69.     30   1928    328  15116  10384  PMSPOOL
  70.     31  13144   5456  31936  15708  PMSHELL
  71.     43    488    188  11164   8408  CMD
  72.  
  73.  
  74. Where to find os20memu.dll that works with Warp 4
  75. =================================================
  76.  
  77. service.software.ibm.com/ps/ews/20memu
  78.  
  79. hobbes.nmsu.edu/os2/textutil:
  80. 20memu.zip        95361 Jan 30  1995  OS2XMEMU v1.02, memory usage display
  81.  
  82. hobbes.nmsu.edu/os2/patches
  83. os2memu4.zip       9666 Nov 12 06:50  Replacement OS20MEMU.DLL OS/2 Memory Usage 
  84.  
  85.  
  86. ===============================================================================
  87.