home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-bin / x11r6.1 / man / cat1 / xload.0 < prev    next >
Encoding:
Text File  |  1996-10-17  |  4.8 KB  |  199 lines

  1.  
  2.  
  3.  
  4. XLOAD(1)                         XLOAD(1)
  5.  
  6.  
  7. NNAAMMEE
  8.        xload - system load average display for X
  9.  
  10. SSYYNNOOPPSSIISS
  11.        xxllooaadd [-_t_o_o_l_k_i_t_o_p_t_i_o_n  ...] [-scale _i_n_t_e_g_e_r] [-update _s_e_c_-
  12.        _o_n_d_s] [-hl _c_o_l_o_r] [-highlight _c_o_l_o_r]
  13.          [-jumpscroll  _p_i_x_e_l_s]  [-label  _s_t_r_i_n_g]   [-nolabel]
  14.        [-lights]
  15.  
  16. DDEESSCCRRIIPPTTIIOONN
  17.        The  _x_l_o_a_d  program  displays a periodically updating his-
  18.        togram of the system load average.
  19.  
  20. OOPPTTIIOONNSS
  21.        _X_l_o_a_d accepts all of the standard X Toolkit  command  line
  22.        options    (see _X_(_1_)).  The order of the options in unimpor-
  23.        tant.   _x_l_o_a_d  _a_l_s_o  _a_c_c_e_p_t_s  _t_h_e   _f_o_l_l_o_w_i_n_g   _a_d_d_i_t_i_o_n_a_l
  24.        _o_p_t_i_o_n_s_:
  25.  
  26.  
  27.        --hhll _c_o_l_o_r oorr --hhiigghhlliigghhtt _c_o_l_o_r
  28.            This  option  specifies    the  color  of    the scale
  29.            lines.
  30.  
  31.        --jjuummppssccrroollll number of pixels
  32.            The number of pixels to shift  the  graph  to  the
  33.            left  when the graph reaches the right edge of the
  34.            window.    The default value is 1/2 the width of the
  35.            current    window.     Smooth scrolling can be achieved
  36.            by setting it to 1.
  37.  
  38.        --llaabbeell _s_t_r_i_n_g
  39.            The string to put into the label     above    the  load
  40.            average.
  41.  
  42.        --nnoollaabbeell
  43.            If  this     command line option is specified then no
  44.            label will be displayed above the load graph.
  45.  
  46.        --lliigghhttss When specified, this option causes _x_l_o_a_d     to  dis-
  47.            play  the  current  load average by using the key-
  48.            board leds; for a load average of _n, xload  lights
  49.            the  first _n keyboard leds.  This option turns off
  50.            the usual screen display.
  51.  
  52.        --ssccaallee _i_n_t_e_g_e_r
  53.            This option specifies the minimum number     of  tick
  54.            marks  in the histogram, where one division repre-
  55.            sents one load average point.  If  the  load  goes
  56.            above  this  number,  _x_l_o_a_d will create more divi-
  57.            sions, but it will never use fewer than this  num-
  58.            ber.  The default is 1.
  59.  
  60.  
  61.  
  62.  
  63.  
  64. X Version 11            Release 6                1
  65.  
  66.  
  67.  
  68.  
  69.  
  70. XLOAD(1)                         XLOAD(1)
  71.  
  72.  
  73.        --uuppddaattee _s_e_c_o_n_d_s
  74.            This  option  specifies the interval in seconds at
  75.            which _x_l_o_a_d  updates  its  display.   The  minimum
  76.            amount  of  time allowed between updates is 1 sec-
  77.            ond.  The default is 10.
  78.  
  79. RREESSOOUURRCCEESS
  80.        In addition to the resources available to each of the wid-
  81.        gets  used  by  _x_l_o_a_d there is one resource defined by the
  82.        application itself.
  83.  
  84.        sshhoowwLLaabbeell ((class BBoooolleeaann))
  85.            If False then no label will be displayed.
  86.  
  87. WWIIDDGGEETTSS
  88.        In order to specify resources, it is useful  to    know  the
  89.        hierarchy  of  the  widgets  which  compose _x_l_o_a_d.  In the
  90.        notation below, indentation indicates hierarchical  struc-
  91.        ture.   The  widget class name is given first, followed by
  92.        the widget instance name.
  93.  
  94.        XLoad  xload
  95.         Paned  paned
  96.          Label    label
  97.          StripChart  load
  98.  
  99.  
  100. EENNVVIIRROONNMMEENNTT
  101.        DDIISSPPLLAAYY to get the default host and display number.
  102.  
  103.        XXEENNVVIIRROONNMMEENNTT
  104.            to get the name of a resource file that    overrides
  105.            the     global     resources    stored    in    the
  106.            RESOURCE_MANAGER property.
  107.  
  108. FFIILLEESS
  109.        <XRoot>/lib/X11/app-defaults/XLoad  -  specifies     required
  110.        resources
  111.  
  112. SSEEEE AALLSSOO
  113.        X(1), xrdb(1), mem(4), Athena StripChart Widget.
  114.  
  115. BBUUGGSS
  116.        This  program  requires    the  ability to open and read the
  117.        special system file _/_d_e_v_/_k_m_e_m.  Sites that  do  not  allow
  118.        general    access    to  this file should make _x_l_o_a_d belong to
  119.        the same group as _/_d_e_v_/_k_m_e_m and turn on the _s_e_t    _g_r_o_u_p  _i_d
  120.        permission flag.
  121.  
  122.        Reading    /dev/kmem is inherently non-portable.  Therefore,
  123.        the routine used to read it (get_load.c) must be ported to
  124.        each new operating system.
  125.  
  126.  
  127.  
  128.  
  129.  
  130. X Version 11            Release 6                2
  131.  
  132.  
  133.  
  134.  
  135.  
  136. XLOAD(1)                         XLOAD(1)
  137.  
  138.  
  139. CCOOPPYYRRIIGGHHTT
  140.        Copyright ([, X Consortium
  141.        See _X_(_1_) for a full statement of rights and permissions.
  142.  
  143. AAUUTTHHOORRSS
  144.        K. Shane Hartman (MIT-LCS) and Stuart A. Malone (MIT-LCS);
  145.        with features added by Jim Gettys (MIT-Athena), Bob Schei-
  146.        fler  (MIT-LCS),     Tony  Della Fera (MIT-Athena), and Chris
  147.        Peterson (MIT-LCS).
  148.  
  149.  
  150.  
  151.  
  152.  
  153.  
  154.  
  155.  
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196. X Version 11            Release 6                3
  197.  
  198.  
  199.