home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / MEMORIA / SSTAT100.ZIP / SSTAT.DOC < prev   
Encoding:
Text File  |  1990-06-06  |  2.9 KB  |  111 lines

  1.                SSTAT - Quick & Tiny System Status
  2.  
  3.                            June, 1990
  4.  
  5.     SSTAT  and this document, Copyright 1990, Sydex.  All  rights 
  6.     reserved.  See licensing terms at the end of this document.
  7.  
  8.                               Sydex
  9.                       153 North Murphy Ave.
  10.                       Sunnyvale, CA  94086
  11.                      (408) 739-4866 (voice)
  12.                (408) 738-2860 (BBS: 1200-9600 N81)
  13.  
  14.  
  15. SSTAT  is  a  program  that  summarizes  memory  and  disk  drive 
  16. utilization.   It is very small--about 2K, but we've found it  to 
  17. be indispensable.
  18.  
  19. SSTAT  began as a tiny program that was done as a  supplement  to 
  20. one  of  those  books-with-diskette  combinations.   Because  the 
  21. available  space on the diskette was limited, we  also  undertook 
  22. the program as an exercise to see how small this program could be 
  23. made without skimping on presentation or usefulness.
  24.  
  25. If the command:
  26.  
  27.                SSTAT
  28.  
  29. is  executed, a report is given of the utilization of  all  three 
  30. types  of  memory (base, extended and expanded) and of  all  non-
  31. removable disks (hard disks and RAM).  The report is enclosed  in 
  32. a  nice-looking  box,  large numbers have  commas  inserted,  and 
  33. percentages  relative to the overall size of disk or  memory  are 
  34. given.
  35.  
  36. If the command:
  37.  
  38.                SSTAT /D
  39.  
  40. is  given,  the display described above is preceded  by  a  brief 
  41. summary  of  the  physical characteristics of  all  hard  drives, 
  42. including total sectors, sectors per track, tracks per  cylinders 
  43. and number of cylinders.  These numbers are obtained by means  of 
  44. BIOS  calls,  and  so reflect the values  reported  by  the  BIOS 
  45. routines.
  46.  
  47. If the command:
  48.  
  49.                SSTAT drive1: drive2:...
  50.  
  51. is given, the utilization of the specified drives will be shown.
  52.  
  53.  
  54.  
  55.  
  56. SSTAT  normally  shows its information on the video  display  and 
  57. does  MORE-like pauses when a screen has been  filled.   However, 
  58. SSTAT's output can also be redirected to a file, in which case no 
  59. full-screen pauses will be made.  For example:
  60.  
  61.                SSTAT >MYDATA
  62.  
  63. will write utilization figures to the file MYDATA.
  64.  
  65.                              -------
  66.  
  67. Sydex  has  a  broad  line  of  diskette-  and  hard   disk-based 
  68. Shareware  programs.   Write or call us for a free  brochure,  or 
  69. send $5.00 for a three-diskette sampler of our products (Overseas 
  70. orders, please add $3.00 for airmail).
  71.  
  72.  
  73.                              ------
  74.  
  75.                       LICENSING INFORMATION 
  76.  
  77. SSTAT is provided by Sydex free of charge and may be  distributed 
  78. for  non-commercial use only.  SSTAT may not be sold, nor  a  fee 
  79. charged for its use.  For commercial distribution, please contact 
  80. Sydex at the above address.
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.