home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / os2 / memsz200.zip / ENGLISH.HLP (.txt) < prev    next >
OS/2 Help File  |  1993-06-29  |  9KB  |  225 lines

  1.  
  2. ΓòÉΓòÉΓòÉ 1. Introduction ΓòÉΓòÉΓòÉ
  3.  
  4. This program displays several items related to system resources, and updates 
  5. the display once per second, providing it is given CPU time to do so.  The 
  6. items displayed are: 
  7.  
  8. Date/Time - The current date and time, in the format called for in the default 
  9. country information for your system, as specified in the COUNTRY= entry of your 
  10. CONFIG.SYS file. 
  11.  
  12. Elapsed Time - The elapsed time since the computer was last restarted. 
  13.  
  14. Available Memory - The amount of virtual memory available, according to the 
  15. DosQuerySysInfo function, less the available swap space.  This is the sum of 
  16. the free space in memory and the free space within the swap file, and I have 
  17. not been able to find a way to separate the two yet. 
  18.  
  19. Swap File Size - The current size of the system virtual memory swap file, 
  20. SWAPPER.DAT. To locate the file, the file CONFIG.SYS is scanned for its 
  21. SWAPPATH entry. That entry provides the full name of the swap-file's directory 
  22. and indicates the minimum free space that must be left on the swap-file's disk 
  23. drive. 
  24.  
  25. Available Swap Space - The amount of free disk space on the logical disk drive 
  26. where the system swap file resides, less the mininum free space.  This is how 
  27. much more the swap file could expand, if necessary. 
  28.  
  29. Spool File Size - The amount of disk space consumed by spool files. 
  30.  
  31. CPU Load (%) - The approximate percentage of the CPU's available horsepower 
  32. that's being used at the moment.  It is averaged over the previous second. 
  33.  
  34. Note:   This function and PULSE do not get along with each other. 
  35.  
  36. Active Task Count - The number of entries in the system switch list, which is 
  37. the list displayed when you press CTRL+ESC. 
  38.  
  39. Note:   Not all entries in the system switch list are displayed in the Window 
  40. List.  Some are marked for non-display. 
  41.  
  42. Drive X Free - The amount of free space on drive X. 
  43.  
  44. The help facility is active, as you've already seen, and those program commands 
  45. that exist may be accessed via the window's system menu.  The following 
  46. commands are available: 
  47.  
  48.  Save Defaults 
  49.  Reset Defaults 
  50.  Hide Controls 
  51.  Set Timer Interval... 
  52.  Display Items  
  53.  Show Date/Time 
  54.  Show Elapsed Time 
  55.  Show Memory Free 
  56.  Show Swapfile Size 
  57.  Show Swapdisk Free 
  58.  Show Spoolfile Size 
  59.  Show CPU Load 
  60.  Show Active Task Count 
  61.  Show C: Free Space 
  62.  About 
  63.  
  64.  In addition to those features already described, this program accepts commands 
  65.  from the OS/2 2.0 Font and Color Palette programs. 
  66.  
  67.  
  68. ΓòÉΓòÉΓòÉ 2. Save Defaults (Menu Option) ΓòÉΓòÉΓòÉ
  69.  
  70. When you select this menu option, the program saves its current position and 
  71. the status of the Hide Controls option.  The next time the program is started, 
  72. it will be started with that position and with the controls hidden (or not) 
  73. according to the saved state. 
  74.  
  75. The short-cut key for this command is F2. 
  76.  
  77.  
  78. ΓòÉΓòÉΓòÉ 3. Reset Defaults (Menu Option) ΓòÉΓòÉΓòÉ
  79.  
  80. Selecting this menu option will reset the program's font and color attributes 
  81. to their default values. 
  82.  
  83.  
  84. ΓòÉΓòÉΓòÉ 4. Hide Controls (Menu Option) ΓòÉΓòÉΓòÉ
  85.  
  86. This menu option, when selected, will cause the program's frame controls (the 
  87. system menu, the titlebar and the minimize button) to be hidden. This option 
  88. can be toggled with a double-click on either mouse button. Also, since I saw it 
  89. as very useful to be able to move the window while the controls were hidden, 
  90. the window has been set up so that you can drag it with either mouse button. 
  91. The key combination Alt+H will perform this function also. 
  92.  
  93.  
  94. ΓòÉΓòÉΓòÉ 5. Set Timer Interval (Menu Option) ΓòÉΓòÉΓòÉ
  95.  
  96. Selecting this option will call up a dialog wherein you may set the refresh 
  97. timer interval (in tenths of a second).  The timer may be set anywhere from 10 
  98. to 300 (1-30 seconds). 
  99.  
  100.  
  101. ΓòÉΓòÉΓòÉ 6. Set Timer Interval (Dialog) ΓòÉΓòÉΓòÉ
  102.  
  103. Using the up and down buttons of the spin-button control, it is possible here 
  104. to change the screen update timer interval to anywhere from 1 second to 30 
  105. seconds, at 1/10th second intervals.  Once you've set the interval to your 
  106. liking, either press the ENTER key or click on the OK button.  If you have 
  107. second thoughts and decide to abort the change, either press the ESCAPE key or 
  108. click on the cancel button.  Help is available by either pressing the F1 key or 
  109. by clicking on the HELP button. 
  110.  
  111.  
  112. ΓòÉΓòÉΓòÉ 7. Display Items  (Menu Option) ΓòÉΓòÉΓòÉ
  113.  
  114. This menu option calls up a submenu from which the different available display 
  115. items can be selected for display or de-selected from display. 
  116.  
  117.  
  118. ΓòÉΓòÉΓòÉ 8. Show Date/Time (Menu Option) ΓòÉΓòÉΓòÉ
  119.  
  120. Selecting this option will toggle whether or not the current time and date will 
  121. be displayed.  If the option is check-marked, the digital time is currently 
  122. being displayed.  When the option's state is changed, the program window will 
  123. automatically resize itself to suit the new number of displayed items. 
  124.  
  125.  
  126. ΓòÉΓòÉΓòÉ 9. Show Elapsed Time (Menu Option) ΓòÉΓòÉΓòÉ
  127.  
  128. Selecting this option will toggle whether or not the elapsed time since the 
  129. last system restart will be displayed.  If the option is check-marked, the 
  130. elapsed time is currently being displayed.  When the option's state is changed, 
  131. the program window will automatically resize itself to suit the new number of 
  132. displayed items. 
  133.  
  134.  
  135. ΓòÉΓòÉΓòÉ 10. Show Memory Free (Menu Option) ΓòÉΓòÉΓòÉ
  136.  
  137. Selecting this option will toggle whether or not the amount of system memory 
  138. free is displayed.  If the option is check-marked, the free memory is being 
  139. displayed currently.  When the option's state is changed, the program window 
  140. will automatically resize itself to suit the new number of displayed items. 
  141.  
  142.  
  143. ΓòÉΓòÉΓòÉ 11. Show Swapfile Size (Menu Option) ΓòÉΓòÉΓòÉ
  144.  
  145. Selecting this option will toggle whether or not the swap-file's current size 
  146. is displayed.  If the option is check-marked, the file size is being displayed 
  147. currently.  When the option's state is changed, the program window will 
  148. automatically resize itself to suit the new number of displayed items. 
  149.  
  150.  
  151. ΓòÉΓòÉΓòÉ 12. Show Swap Space Free (Menu Option) ΓòÉΓòÉΓòÉ
  152.  
  153. Selecting this option will toggle whether or not the available swap space is 
  154. displayed.  If the option is check-marked, the free space is being displayed at 
  155. this time.  When the option's state is changed, the program window will 
  156. automatically resize itself to suit the new number of displayed items. 
  157.  
  158.  
  159. ΓòÉΓòÉΓòÉ 13. Show Spoolfile Size (Menu Option) ΓòÉΓòÉΓòÉ
  160.  
  161. Selecting this option will toggle whether or not the amount of disk space 
  162. consumed by the spooler is displayed.  If the option is check-marked, the 
  163. amount is being displayed at this time.  When the option's state is changed, 
  164. the program window will automatically resize itself to suit the new number of 
  165. displayed items. 
  166.  
  167.  
  168. ΓòÉΓòÉΓòÉ 14. Show CPU Load (Menu Option) ΓòÉΓòÉΓòÉ
  169.  
  170. Selecting this option will toggle whether or not the current CPU load is 
  171. displayed.  If the option is check-marked, the CPU load is being displayed at 
  172. this time.  When the option's state is changed, the program window will 
  173. automatically resize itself to suit the new number of displayed items. 
  174.  
  175.  
  176. ΓòÉΓòÉΓòÉ 15. Show Active Task Count (Menu Option) ΓòÉΓòÉΓòÉ
  177.  
  178. Selecting this option will toggle whether or not the count of active tasks is 
  179. displayed.  If the option is check-marked, the active task count is being 
  180. displayed at this time.  When the option's state is changed, the program window 
  181. will automatically resize itself to suit the new number of displayed items. 
  182.  
  183.  
  184. ΓòÉΓòÉΓòÉ 16. About (Menu Option) ΓòÉΓòÉΓòÉ
  185.  
  186. This menu option, when selected, will cause the program's About dialog to be 
  187. displayed. 
  188.  
  189.  
  190. ΓòÉΓòÉΓòÉ 17. About (Dialog) ΓòÉΓòÉΓòÉ
  191.  
  192. This dialog box displays the program name, icon and copyright information. To 
  193. exit the dialog, press the ENTER key, the SPACE bar or the ESCAPE key, or click 
  194. on the OK button with the mouse. 
  195.  
  196.  
  197. ΓòÉΓòÉΓòÉ 18. Show C: Free Space (Menu Option) ΓòÉΓòÉΓòÉ
  198.  
  199. Selecting this option will toggle whether or not the free space on drive C: is 
  200. displayed.  If the option is check-marked, the free space is being displayed at 
  201. this time.  When the option's state is changed, the program window will 
  202. automatically resize itself to suit the new number of displayed items. 
  203.  
  204.  
  205. ΓòÉΓòÉΓòÉ 19. Keys Help ΓòÉΓòÉΓòÉ
  206.  
  207. The following function keys have been defined for this program: 
  208.  
  209.  F1 - Help 
  210.  F2 - Save Defaults 
  211.  F3 - Exit 
  212.  Alt+H - Hide Controls 
  213.  
  214.  
  215. ΓòÉΓòÉΓòÉ 20. Set Profile Path ΓòÉΓòÉΓòÉ
  216.  
  217. This dialog is displayed when the program cannot find its profile (INI) file, 
  218. and asks you where the file is or where it is to be created. 
  219.  
  220. Only a valid existing directory name will be accepted. Once you have entered 
  221. the name, press the ENTER key or click on the OK button for the program to 
  222. continue. 
  223.  
  224. If you wish to abort the program's initialization sequence, press the ESC key 
  225. or click on the escape button.