home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: SysTools / SysTools.zip / topbeta3.zip / Top.opt < prev    next >
Text File  |  1996-05-29  |  5KB  |  135 lines

  1. #==============================================================================
  2. # Date: Wednesday, 15 May 1996.  Time: 19:32:57.
  3. # Ian.Hargreaves@ibm.net
  4. #
  5. # All lines beginning with # (in column 1) are ignored. (As are blank lines)
  6. #
  7. # Top option file
  8. # ===============
  9. #
  10. # if you make changes to this file, and they appear not to have worked, then
  11. # the chances are that at least of the options has been incorrectly defined
  12. # In this case TOP will use the following default values ..
  13. #
  14. # Options MUST be seperated by at least one space.
  15. #
  16. # ADD DEFAULTS HERE
  17. #
  18. #==============================================================================
  19.  
  20. #==============================================================================
  21. # Refresh rate in seconds (1 to a very big number - if you really want to wait
  22. # forever)
  23. #==============================================================================
  24.  
  25. Refresh 2
  26.  
  27. #==============================================================================
  28. # Name L|S long OR short
  29. #==============================================================================
  30.  
  31. Names   L
  32.  
  33. #==============================================================================
  34. # Sort U|P|N|H|T|I|O = CPU Usage|PID|Name|tHreads|Total CPU|prIority|nOne
  35. #==============================================================================
  36.  
  37. Sort    O
  38.  
  39. #==============================================================================
  40. # Summary P|M = Process|Memory
  41. #==============================================================================
  42.  
  43. Summary P
  44.  
  45. #==============================================================================
  46. # Lines 25..100 number of text lines on screen (i.e. MODE CO80, xxx)- not done!
  47. #==============================================================================
  48.  
  49. Lines   50
  50.  
  51. #==============================================================================
  52. # Columns 80 OR 132 - not done!
  53. #==============================================================================
  54.  
  55. Columns 80 
  56.  
  57. #==============================================================================
  58. # Colours - YES I DID SPELL IT CORRECTLY! :-)
  59. #
  60. # The following colours are available when defining display colours
  61. # BLACK              
  62. # BLUE               
  63. # GREEN              
  64. # RED                
  65. # WHITE              
  66. # CYAN               
  67. # MAGENTA            
  68. # BROWN              
  69. # YELLOW             
  70. #
  71. # The above colours can be defined as FG foreground or BG background
  72. # Foreground and background colours can be modified with
  73. # BRIGHT             
  74. #
  75. # So, a full colour may defined as 
  76. # BG_BRIGHT+BG_BLUE+FG_WHITE+FG_BRIGHT or BG_WHITE+FG_RED
  77. #
  78. # The thing to remember is the syntax: 
  79. # [BG_BRIGHT+]BG_colour+FG_colour[+FG_BRIGHT]
  80. #
  81. #==============================================================================
  82.  
  83. #==============================================================================
  84. # CPU Usage Range 
  85. #
  86. # You could define up to 100 ranges - one for each percentile, but I'm sure
  87. # no-one has that much spare time (now there's a challenge!)
  88. #
  89. # Any ranges not completed will default to BG_BLUE+FG_WHITE
  90. # NOTE: THE ORDER IS CRITICAL!
  91. # Ranges must be in ascending order
  92. #
  93. # Here are the defaults (you may or may not want the extra commented lines
  94. #
  95. # Logging can be Y or N - If Y then a circular log file is generated for this 
  96. # range of CPU usage (not done yet)
  97. #
  98. #       Upper
  99. #       Limit   Colour
  100. Range   1       BG_BLUE+FG_WHITE                    Logging
  101. #Range   11      BG_BLUE+FG_WHITE+FG_BRIGHT         N
  102. Range   34      BG_BLUE+FG_GREEN+FG_BRIGHT          N 
  103. #Range   51      BG_BLUE+FG_MAGENTA+FG_BRIGHT       N
  104. Range   67      BG_BLUE+FG_YELLOW                   N
  105. # Range   81      BG_BLUE+FG_RED                    N
  106. Range   91      BG_BLUE+FG_RED+FG_BRIGHT            N
  107. Range   101     BG_RED+FG_WHITE+FG_BRIGHT           N
  108.  
  109. #==============================================================================
  110. # Various colours
  111. # defaults
  112. # Summary_Colour  BG_BLUE+FG_WHITE+BRIGHT
  113. # Headings_Colour BG_BLUE+FG_CYAN+BRIGHT
  114. # Keys_Colour     BG_WHITE+FG_BLUE
  115. # Blank_Colour    BG_BLUE+FG_WHITE
  116.  
  117. # Top summary line
  118. Summary_Colour  BG_BLUE+FG_WHITE+FG_BRIGHT
  119.  
  120. # Column Headings
  121. Headings_Colour BG_BLUE+FG_CYAN+FG_BRIGHT
  122.  
  123. # Bottom keys help line
  124. Keys_Colour     BG_WHITE+FG_BLUE
  125.  
  126. # Any blank lines
  127. Blank_Colour    BG_BLUE+FG_WHITE
  128.  
  129. #==============================================================================
  130.  
  131.  
  132.