home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / memsz331.zip / English.HLP (.txt) < prev    next >
OS/2 Help File  |  1997-05-15  |  18KB  |  367 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 
  10. your CONFIG.SYS file. 
  11.  
  12. Elapsed Time - The elapsed time since the computer was last restarted. 
  13.  
  14. Physical Memory Free - The amount of system memory available, according to the 
  15. DosMemAvail function. 
  16.  
  17. Note:   This function is part of the old 16-bit system, and only reports 
  18. physical memory below 16Mb, and was also altered just before OS/2 2.0 was 
  19. released to never report less than 512K. 
  20.  
  21. Virtual Memory Free - The amount of virtual memory available, according to the 
  22. DosQuerySysInfo function. This is the amount of free physical memory, plus the 
  23. amount of free space within the current swapping file, plus the amount of space 
  24. by which the swapping file could yet grow, less the amount of free space 
  25. reserved on the swapping drive. 
  26.  
  27. Swap File Size - The current size of the system virtual memory swap file, 
  28. SWAPPER.DAT. To locate the file, the file CONFIG.SYS is scanned for its 
  29. SWAPPATH entry. That entry provides the full name of the swap-file's directory 
  30. and indicates the minimum free space that must be left on the swap-file's disk 
  31. drive. 
  32.  
  33. Available Swap Space - The amount of free disk space on the logical disk drive 
  34. where the system swap file resides, less the mininum free space.  This is how 
  35. much more the swap file could expand, if necessary. 
  36.  
  37. Unused Swap Space - The amount of free space within the currently allocated 
  38. system swap file.  When this drops to zero, the system swap file must be 
  39. increased in size, normally by one megabyte at a time. 
  40.  
  41. Spool File Size - The amount of disk space consumed by spool files. 
  42.  
  43. CPU Load (%) - The approximate percentage of the CPU's available horsepower 
  44. that's being used at the moment.  It is averaged over the previous second. 
  45.  
  46. Note:   This function and PULSE do not get along with each other. Why? 
  47.  
  48. Note:   If you have the driver HRTIMER.SYS installed, this number will be more 
  49. accurate. Why? 
  50.  
  51. Battery - The current battery capacity remaining, or its status (Charging, AC) 
  52. is displayed. 
  53.  
  54. Active Task Count - The number of entries in the system switch list, which is 
  55. the list displayed when you press CTRL+ESC. 
  56.  
  57. Note:   Not all entries in the system switch list are displayed in the Window 
  58. List.  Some are marked for non-display. 
  59.  
  60. Process Count - The number of processes currently loaded on the system. 
  61.  
  62. Thread Count - The number of threads currently running on the system.  There is 
  63. at least one thread for each process. 
  64.  
  65. Total Free Disk Space - The amount of free space on all the local non-removable 
  66. disks combined. 
  67.  
  68. Drive X Free - The amount of free space on drive X. 
  69.  
  70. The help facility is active, as you've already seen, and those program commands 
  71. that exist may be accessed via the window's system menu.  The following 
  72. commands are available: 
  73.  
  74.       Save Settings 
  75.       Reset Defaults 
  76.       Hide Controls 
  77.       Configure... 
  78.       Reset Load Meter 
  79.       Reset Drives 
  80.       Copy 
  81.       About 
  82.       Close 
  83.  
  84.  In addition to those features already described, this program accepts commands 
  85.  from the OS/2 2.0 Font and Color Palette programs, and is a DDE server for all 
  86.  the currently displayed items.  The DDE application name is MEMSIZE, and the 
  87.  item names are the same as the default display item names (like Physical 
  88.  Memory Free). 
  89.  
  90.  
  91. ΓòÉΓòÉΓòÉ 2. Save Settings (Menu Option) ΓòÉΓòÉΓòÉ
  92.  
  93. When you select this menu option, the program saves its current position and 
  94. the status of the Hide Controls option.  The next time the program is started, 
  95. it will be started with that position and with the controls hidden (or not) 
  96. according to the saved state. 
  97.  
  98. The short-cut key for this command is F2. 
  99.  
  100.  
  101. ΓòÉΓòÉΓòÉ 3. Reset Defaults (Menu Option) ΓòÉΓòÉΓòÉ
  102.  
  103. Selecting this menu option will reset the program's font and color attributes 
  104. to their default values. 
  105.  
  106.  
  107. ΓòÉΓòÉΓòÉ 4. Hide Controls (Menu Option) ΓòÉΓòÉΓòÉ
  108.  
  109. This menu option, when selected, will cause the program's frame controls (the 
  110. system menu, the titlebar and the minimize button) to be hidden. This option 
  111. can be toggled with a double-click on either mouse button. Also, since I saw it 
  112. as very useful to be able to move the window while the controls were hidden, 
  113. the window has been set up so that you can drag it with either mouse button. 
  114.  
  115. The key combination Alt+H will perform this function also. 
  116.  
  117.  
  118. ΓòÉΓòÉΓòÉ 5. Configure (Menu Option) ΓòÉΓòÉΓòÉ
  119.  
  120. This menu option, when selected, will cause the program's configuration dialog 
  121. to be displayed. For more information, see Configure (Dialog). 
  122.  
  123. Note:   The short-cut key to this option is Alt+C. 
  124.  
  125.  
  126. ΓòÉΓòÉΓòÉ 5.1. Configure (Dialog) ΓòÉΓòÉΓòÉ
  127.  
  128. This notebook dialog allows you to change all the configurable aspects of this 
  129. program's operations.  The configuration options are grouped by category on the 
  130. following pages: 
  131.  
  132.       Items 
  133.       Options (Page 1) 
  134.       Options (Page 2) 
  135.       Colors 
  136.       Anchor 
  137.  
  138.  All changes take effect immediately. 
  139.  
  140.  
  141. ΓòÉΓòÉΓòÉ 5.1.1. Items (Configuration Page) ΓòÉΓòÉΓòÉ
  142.  
  143. This page displays a list of displayable items. You may select any or all of 
  144. the items in the Display Items list for monitoring and display. Simply click on 
  145. an item to highlight it, click again to remove the highlight. Highlighted items 
  146. are monitored. To change an item's default label, or to restore the default 
  147. label, double-click on an unselected item.  The item will be selected and a 
  148. dialog presented from which you may alter the item label. 
  149.  
  150.  
  151. ΓòÉΓòÉΓòÉ 5.1.2. Options (Page 1) (Configuration Page) ΓòÉΓòÉΓòÉ
  152.  
  153. This page shows a number of program options that may be activated or 
  154. deactivated. 
  155.  
  156. Hide Controls When the program window is not iconized, it can be shown with or 
  157. without the usual title bar, system menu and minimize/maximize buttons.  If you 
  158. chose to hide these controls, the window may still be positioned by dragging 
  159. its center area. 
  160.  
  161. Float to Top This button activates an window's float-to-top function. When this 
  162. button has been check-marked, the clock will float to the top of the window 
  163. stack, making itself visible all the time. 
  164.  
  165. Animate This button activates the window open & close animation feature. When 
  166. this is active, the program window will open and close in the same way as the 
  167. folder objects do: with sound and motion. As with folders, animation will not 
  168. occur unless it has been enabled at the system level. 
  169.  
  170. Table Format This button, when checked, causes the window to arrange itself in 
  171. table format, with the display items arranged in rows and columns. It will 
  172. optimize itself to use as little vertical space as possible. When this button 
  173. is not checked, the window will arrange itself with a single column of all the 
  174. displayed items. 
  175.  
  176. Hourly Chime This button activates an hourly chime feature.  When active, the 
  177. program will beep twice at the top of every hour. 
  178.  
  179. Show Remote Drives When this button is checked, remote (network) drives that 
  180. are currently attached to the system are monitored in the same way as local 
  181. nonremovable drives are, except that they are not included in the Total Free 
  182. Disk Space item. 
  183.  
  184. Show File System Names This button causes the individual drive free space 
  185. entries to show the type of file system in use with the drive.  Use of this 
  186. option results in a wider monitor window. 
  187.  
  188. Show Disk Labels This button causes the individual drive free space entries to 
  189. show their disk labels.  Use of this option results in a wider monitor window. 
  190.  
  191. Show Seconds This button causes the clock and elapsed time displays to include 
  192. the seconds of the minute. 
  193.  
  194. 24-Hour Clock This button causes the clock to be displayed in 24-hour format 
  195. irregardless of the computer's Country settings. 
  196.  
  197.  
  198. ΓòÉΓòÉΓòÉ 5.1.3. Options (Page 2) (Configuration Page) ΓòÉΓòÉΓòÉ
  199.  
  200. This page shows additional program options that are more complex than simply 
  201. on/off. 
  202.  
  203. Show 'K'ilobytes This group of radiobuttons allows you to select whether large 
  204. sizes are displayed in kilobyte notation always, never, or only when their 
  205. values exceed 512K. The default is to show all sizes over 512K in this way. 
  206. The 'K=1024' button, if checked, causes the numbers to be displayed in true K 
  207. (1024).  If not checked, the numbers are displayed in decimal K (1000). 
  208. The 'M'egabytes button, if checked, will cause the numbers to be displayed in 
  209. megabytes once their values exceed eight megabytes. 
  210.  
  211. Monitor Priority This control allows you to set the absolute priority of the 
  212. monitoring thread of the program, within the time-critical priority class. You 
  213. may vary the priority from 0 to 31.  Priority 31 is the highest possible 
  214. priority in the system, short of physical interrupts. Priority 0 is simply the 
  215. lowest priority within the time-critical class. Normally, you should set this 
  216. to the maximum for more accuracy in system monitoring.  However, some have 
  217. complained that their communications programs occasionally miss data while this 
  218. program is running.  For that reason the priority is now variable. 
  219.  
  220. Timer Interval This control allows you to set the interval between monitor 
  221. window updates.  It can be varied from 1.0 seconds to 30.0 seconds, in steps of 
  222. 1/10 second.  The number displayed is in tenths of a second. 
  223.  
  224.  
  225. ΓòÉΓòÉΓòÉ 5.1.4. Colors (Configuration Page) ΓòÉΓòÉΓòÉ
  226.  
  227. This page shows the three sets of colors associated with the Normal, Warning 
  228. and Error levels of those display items which support them.  You can set these 
  229. colors by dragging colors over from one of the system color palettes. 
  230.  
  231. Note:   Under OS/2 Warp 3.0 or beyond, if you click on the color samples with 
  232. either mouse button, the system's Solid Color Palette window will be displayed 
  233. for your convenience.  The Mixed Color Palette can also be used, but must be 
  234. requested from the System Setup folder. 
  235.  
  236.  
  237. ΓòÉΓòÉΓòÉ 5.1.5. Anchor (Configuration Page) ΓòÉΓòÉΓòÉ
  238.  
  239. This page contains a control with which you can set the corner of the monitor 
  240. window which remains fixed in position when the window size changes.  The 
  241. monitor window can change in size when items are added or removed from the 
  242. active list, and when the display font is changed from the Font Palette. 
  243.  
  244.  
  245. ΓòÉΓòÉΓòÉ 5.1.6. Item Attributes (Dialog) ΓòÉΓòÉΓòÉ
  246.  
  247. This dialog box displays the current and default labels for a display item, 
  248. along with the current Warning and Error levels, if that feature is enabled for 
  249. the current item.  To change the label, simply type the new label over the 
  250. current one.  To change the error or warning levels, either enter a new level 
  251. in the entryfield, or move the slider associated with the level. 
  252.  
  253. To restore all values to their defaults, click on the Default button. 
  254.  
  255.  
  256. ΓòÉΓòÉΓòÉ 6. Reset Load Meter (Menu Option) ΓòÉΓòÉΓòÉ
  257.  
  258. This menu option allows the user to reset the CPU Load meter, recalibrating it, 
  259. causing it to forget previous CPU activity in its calculations. 
  260.  
  261.  
  262. ΓòÉΓòÉΓòÉ 7. Reset Drives (Menu Option) ΓòÉΓòÉΓòÉ
  263.  
  264. This menu option allows the user to reset any drive errors that might be 
  265. present.  This will happen automatically over time, but the command allows the 
  266. user to reset the errors without delay. 
  267.  
  268.  
  269. ΓòÉΓòÉΓòÉ 8. Copy (Menu Option) ΓòÉΓòÉΓòÉ
  270.  
  271. This menu option copies the current window display to the system clipboard in 
  272. two formats: Text and Bitmap.  The text version shows all the currently 
  273. displayed items in a form suitable for pasting into a text editor.  The bitmap 
  274. version shows an exact copy of the current window, and can be used by graphic 
  275. editors and viewers. 
  276.  
  277. The short-cut key for this command is Ctrl+Ins. 
  278.  
  279.  
  280. ΓòÉΓòÉΓòÉ 9. About (Menu Option) ΓòÉΓòÉΓòÉ
  281.  
  282. This menu option, when selected, will cause the program's About dialog to be 
  283. displayed. For more information, see About (Dialog). 
  284.  
  285.  
  286. ΓòÉΓòÉΓòÉ 9.1. About (Dialog) ΓòÉΓòÉΓòÉ
  287.  
  288. This dialog box displays the program name, icon and copyright information. To 
  289. exit the dialog, press the ENTER key, the SPACE bar or the ESCAPE key, or click 
  290. on the OK button with the mouse. 
  291.  
  292.  
  293. ΓòÉΓòÉΓòÉ 10. Close (Menu Option) ΓòÉΓòÉΓòÉ
  294.  
  295. This menu option, when selected, will cause the program to terminate. 
  296.  
  297.  
  298. ΓòÉΓòÉΓòÉ 11. Keys Help ΓòÉΓòÉΓòÉ
  299.  
  300. The following function keys have been defined for this program: 
  301.  
  302.       F1 - Help 
  303.       F2 - Save Settings 
  304.       F3 - Exit 
  305.       Alt+C - Configure 
  306.       Alt+H - Hide Controls 
  307.       Ctrl+Ins - Copy 
  308.  
  309.  
  310. ΓòÉΓòÉΓòÉ 12. Set Profile Path (Dialog) ΓòÉΓòÉΓòÉ
  311.  
  312. This dialog is displayed when the program cannot find its profile (INI) file, 
  313. and asks you where the file is or where it is to be created. 
  314.  
  315. Only a valid existing directory name will be accepted. Once you have entered 
  316. the name, press the ENTER key or click on the OK button for the program to 
  317. continue. 
  318.  
  319. If you wish to abort the program's initialization sequence, press the ESC key 
  320. or click on the escape button. 
  321.  
  322.  
  323. ΓòÉΓòÉΓòÉ 13. HRTIMER - High Resolution Timer driver ΓòÉΓòÉΓòÉ
  324.  
  325. The high resolution timer device driver, HRTIMER.SYS, enables a program to 
  326. access a normally unused timer chip found on IBM PCs.  It has a resolution as 
  327. high as 840 nanoseconds, 64K times better than the normal timer resolution of 
  328. 55 milliseconds. 
  329.  
  330. The only places I know of right now that has this program available are 
  331. CompuServe, where the program can be found in the Device Driver Development 
  332. library of the OS/2 Developer's Forum I (OS2DF1), under the name TIMER.ZIP, and 
  333. on the anonymous ftp sites ftp.cdrom.com and hobbes.nmsu.edu. The file can be 
  334. found in the directory /pub/os2/dev16, as hrtimer.zip. 
  335.  
  336. The source code for this device driver was obtained from the Fall 1991 issue of 
  337. IBM Personal Systems Developer magazine.  It is freeware, but the original 
  338. copyright belongs to IBM. 
  339.  
  340.  
  341. ΓòÉΓòÉΓòÉ 14. What is the conflict with PULSE? ΓòÉΓòÉΓòÉ
  342.  
  343. This program, as well as PULSE, CPULOAD, CPUMETER and similar programs, all 
  344. attempt to measure how busy the computer is by trying to see how much work they 
  345. can accomplish at the lowest possible priority.  Presumably, if one of these 
  346. programs can do anything at that priority, it must be using idle time.  If 
  347. there is no idle time, the computer is 100% busy.  The more this program can do 
  348. at system idle priority, the less busy the computer is assumed to be. 
  349.  
  350. The problem with running more than one of these programs at the same time is 
  351. that they begin to compete for that idle time.  If you ran two copies of the 
  352. same program, and nothing else, they should both show about 50% CPU load.  If 
  353. you run two disimilar programs, like this one and PULSE, they would both be 
  354. affected, but usually to differing degrees. 
  355.  
  356.  
  357. ΓòÉΓòÉΓòÉ 15. How does HRTIMER.SYS help? ΓòÉΓòÉΓòÉ
  358.  
  359. With HRTIMER.SYS installed, system overhead is included in the CPU Load. 
  360.  
  361. The CPU Load is determined by comparing how much work could be done at idle 
  362. priority with the most the program has been able to do up to the present 
  363. moment.  Without more information, normal system background activity would 
  364. appear as zero load.  If HRTIMER.SYS is installed on your system, then this 
  365. program executes a calibration loop at startup, in which it determines just how 
  366. much work can be accomplished at the highest possible priority.  This amount is 
  367. then used for comparison.