home *** CD-ROM | disk | FTP | other *** search
/ Multimedia & CD-ROM 3 / mmcd03-jun1995-cd.iso / utils / accessor / winfsr / winfsr.txt < prev   
Text File  |  1994-02-17  |  4KB  |  107 lines

  1. WINFSR                                    Fran Finnegan
  2. Monitor Windows free system resources       version 2.1
  3. -------------------------------------------------------
  4.  
  5. The 'Free System Resources' (FSR) in Windows is really 
  6. just a fancy name for the amount of free memory 
  7. available to two key components of Windows; the 
  8. graphics device interface (GDI.EXE) and the user 
  9. interface (USER.EXE). This lock of memory is vital as 
  10. all open Windows applications must share it; if you run 
  11. enough big programs at the same time, or programs which 
  12. hog FSR, you will run out of memory and possibly lock up 
  13. your machine, even if it's a 16Mb or 32Mb system.
  14.  
  15. WINFSR is a small utility that allows you to easily
  16. monitor FSR. You can determine how a particular program 
  17. uses FSR or just use it as a running count to warn you
  18. that the system may be becoming overloaded.
  19.  
  20. Installation
  21. ------------
  22. WINFSR works with Windows 3.0 and 3.1 and is installed 
  23. in the usual manner. The program file is WINFSR.EXE. No 
  24. other files are necessary to use WINFSR.
  25.  
  26. To install the program file:
  27.  
  28.   * Copy WINFSR.EXE to a suitable hard disk directory.
  29.     You can use your main WINDOWS directory, create a 
  30.     new one or add WINFSR to a directory you already
  31.     have for smaller Windows programs and accessories.
  32.  
  33. To start WINFSR directly:
  34.  
  35.   * Run the program file WINFSR.EXE from the Windows
  36.     Program Manager, File Manager, MS-DOS Executive or
  37.     whatever shell/launch program you like to use. You
  38.     can either choose 'File' 'Run' and then enter the
  39.     command WINFSR (you may need to give the drive
  40.     and directory where WINFSR is stored, e.g. 
  41.     C:\WINUTILS\WINFSR) or double-click on the
  42.     filename in the File Manager or other program 
  43.     launcher display.
  44.  
  45. To create an icon for WINFSR in the Windows Program 
  46. Manager display:
  47.  
  48.   * Select a suitable program group by clicking on it
  49.     once (e.g. Accessories). If you prefer, you can 
  50.     create a new program group by choosing 'New...' from
  51.     the Program Manager 'File' menu and then selecting
  52.     'Program Group'.
  53.  
  54.   * Select 'New...' from the Program Manager 'File' menu.
  55.  
  56.   * Choose 'Program Item' and click okay in the 'New 
  57.     Program Object' dialog.
  58.  
  59.   * In the 'Program Item Properties' dialog, click on
  60.     'Browse' and then use the mouse to locate the 
  61.     WINFSR.EXE program file and double-click on it.
  62.  
  63.   * Click 'Okay' back in the 'Program Item Properties'
  64.     dialog and the WINFSR icon should appear in your
  65.     selected program group. You can now start WINFSR
  66.     by double-clicking on this icon as normal.
  67.  
  68. Using WINFSR
  69. --------------
  70. WINFSR provides two displays. A dialog box displays
  71. operating mode and total memory usage as well as
  72. the percentage of FSR available and separate figures
  73. for GDI and USER components. Clicking on the 'Hide'
  74. button removes this display, leaving just WINFSR's
  75. icon at the bottom of the screen. The icon shows 
  76. simply the % free for FSR; this display is 
  77. continually updated as you work.
  78.  
  79. A number of options are available from the main display
  80. by clicking on 'Options'. You can choose either a fancy
  81. or plain icon display and change the icon's name (under
  82. Windows 3.1, you may prefer to delete the default name 
  83. 'System Resources' to produce a smaller icon title). 
  84.  
  85. The % option allows you to leave WINFSR running as an 
  86. icon but have its dialog box pop-up to warn you when 
  87. you're running short of FSR. Normally, WINFSR will 
  88. pop-up if FSR gets below 20%, at which point you 
  89. should probably save your work or close down some 
  90. programs. You can adjust this to a different figure if 
  91. you prefer.
  92.  
  93. WINFSR and WIN.INI
  94. ------------------
  95. WINFSR stores its current settings in your WIN.INI
  96. file in a section titled [WINFSR]. You can adjust
  97. these lines manually using a text editor. If you remove
  98. WINFSR from your system, you should delete this section
  99. from your WIN.INI file.
  100.  
  101. FSR Calculation
  102. ---------------
  103. There is no 'official' way to calculate FSR so you may
  104. see different results from programs similar to this 
  105. one. WINFSR takes into account free global memory as
  106. well as local memory for example.
  107.