home *** CD-ROM | disk | FTP | other *** search
/ PC-Test Pro / PCTESTPRO.iso / winsys / hogs12 / entp / manual.doc < prev    next >
Encoding:
Text File  |  1994-07-04  |  3.9 KB  |  99 lines

  1. *****************************************************************************
  2.                              USER DOCUMENTATION
  3. *****************************************************************************
  4.                                     Hogs
  5.                                      by
  6.                                Kamyan Software
  7.                            1228 Narragansett Drive 
  8.                             Carol Stream Il. 60188
  9.                                (CIS) 73447,1114
  10.  
  11.  
  12. INDEX FOR HOGS
  13.  
  14. 1.0 Introduction
  15.  
  16. 2.0 Disclaimer
  17.  
  18. 3.0 Running Hogs
  19.  
  20. 4.0 Compacting Option
  21.  
  22. 5.0 Showing DLLs
  23.  
  24. 6.0 Update each Second
  25.  
  26.  
  27.  
  28. 1.0 Introduction
  29.  
  30. Hogs will display the amount of memory running windows applications use.
  31. The applications will be sorted from largest to smallest in memory usage.
  32. Options include showing memory usage of DLL ( dynamic link libraries, and
  33. windows resources such as fonts ), updating the memory usage every second,
  34. and compacting memory.
  35.  
  36.  
  37. 2.0 Disclaimer
  38.  
  39. Kamyan Software makes no representations or warranties with respect to
  40. this software or documentation, and specifically disclaims any express
  41. or implied warranties of merchantablilty or fitness for any purpose.
  42. Further Kamyan Software reserves the right to make changes to any and all 
  43. parts of the software, at any time, without obligations to notify any 
  44. person or organizations.  Kamyan Software will not be liable for any special,
  45. incidental, consequential, indirect or similar damages due to loss of data or
  46. any other reason, even if Kamyan Software or an agent of Kamyan Software
  47. has been advised of the possibility of such damages.  In no event shall
  48. Kamyan Software's liability for any damages ever exceed the price paid
  49. for the license to use the software, regardless of the form of the claim.
  50.  
  51.  
  52. 3.0 Running Hogs
  53.  
  54. Hogs was designed to run with Windows 3.1.  It makes use of the
  55. toolhelp.dll program which is part of Windows 3.1.  It may run with
  56. Windows 3.0 if the toolhelp.dll program is in the Windows system directory,
  57. but this has not been tested.
  58.  
  59. When you start Hogs the memory usage of all Windows programs will
  60. be evaluated, sorted and displayed.  Pressing the Evaluate Memory Usage
  61. button will cause a complete memory evaluation again.  You may want to do
  62. this after loading a new program or after working with a running program.
  63.  
  64.  
  65. 4.0 Compacting Options
  66.  
  67. The Compact Memory button will force Windows to discard all parts of memory
  68. that are not currently beening using, when these memory blocks are needed again
  69. Windows will reload it from disk (hopefully from your Cache).  After using this
  70. option evaluate memory usage again.  Now you will see some reordering of memory
  71. usage.  Compacting Memory a few times in a row will sometimes forces more
  72. memory blocks to be discarded.  When using this option the Memory Free total at
  73. the top of the Memory Hogs does not change.  This is because this total takes
  74. into account all memory areas that can be discarded.
  75.  
  76. If you are running out of memory trying to run a program or when using 
  77. a feature of a program, try using this option right before the operation
  78. that causes the out of memory problem.  I have found that this sometimes helps
  79. and allows the program to be loaded or operation to take place.
  80.  
  81.  
  82. 5.0 Showing DLLs
  83.  
  84. Select this check box if you wish to see the memory usage of DLLs.  DLLs
  85. can be parts of programs that can be shared with other programs, or
  86. data resources used by Windows program.  DLLs are not added in to the
  87. memory usage tally for program since DLLS can and often are shared by
  88. multiple programs.  However some DLLS are used by only one program, 
  89. so keep this in mind when trying to determine how much memory a program uses.
  90.  
  91.  
  92. 6.0 Update each Second
  93.  
  94. Selecting this check box will cause Hogs to evaluate memory usage
  95. each second.  Turn this option on and then preform some operations in a
  96. program to see how the memory used by the program changes based on
  97. different operations.
  98.  
  99.