diff --git a/NEWS b/NEWS index 3c17fcd7..be267d61 100644 --- a/NEWS +++ b/NEWS @@ -2,8 +2,8 @@ Version 1.7.3 ============= * Add --password argument to enter the client/server password from the prompt - * Fix an issue with the configuration file path - * ... + * Fix an issue with the configuration file path (#296) + * Fix an issue with the HTML template (#301) Version 1.7.2 ============= diff --git a/README.rst b/README.rst index 131b3da6..1450c018 100644 --- a/README.rst +++ b/README.rst @@ -26,7 +26,7 @@ Requirements ============ - ``python >= 2.6`` (tested with version 2.6, 2.7, 3.2, 3.3) -- ``psutil >= 0.5.1`` (recommended version >= 1.1.0) +- ``psutil >= 0.5.1`` (recommended version >= 1.2.1) - ``jinja`` (optional for HTML output) - ``pysensors`` (optional for HW monitoring support) [Linux-only] - ``hddtemp`` (optional for HDD temperature monitoring support) @@ -111,7 +111,7 @@ MacPorts Windows ------- -Glances 1.7.2 proposes a Windows client based on the `colorconsole`_ Python library. +Glances proposes a Windows client based on the `colorconsole`_ Python library. Glances < 1.7.2 only works in server mode. It will run in server mode automatically. @@ -158,6 +158,8 @@ Just run: $ glances +and RTFM... + Documentation ============= diff --git a/docs/_build/doctrees/environment.pickle b/docs/_build/doctrees/environment.pickle index 0ba3aede..55ef87fd 100644 Binary files a/docs/_build/doctrees/environment.pickle and b/docs/_build/doctrees/environment.pickle differ diff --git a/docs/_build/doctrees/glances-doc.doctree b/docs/_build/doctrees/glances-doc.doctree index 28e4f19a..812de66b 100644 Binary files a/docs/_build/doctrees/glances-doc.doctree and b/docs/_build/doctrees/glances-doc.doctree differ diff --git a/docs/_build/html/.buildinfo b/docs/_build/html/.buildinfo index af0bbba1..32820bba 100644 --- a/docs/_build/html/.buildinfo +++ b/docs/_build/html/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: d0d20961c041fc20aa9ab1847c268834 +config: 88f9709ac94d939db26f5322044ea5df tags: fbb0d17656682115ca4d033fb2f83ba1 diff --git a/docs/_build/html/_sources/glances-doc.txt b/docs/_build/html/_sources/glances-doc.txt index bfb62e37..b3549798 100644 --- a/docs/_build/html/_sources/glances-doc.txt +++ b/docs/_build/html/_sources/glances-doc.txt @@ -2,11 +2,11 @@ Glances ======= -This manual describes *Glances* version 1.7.2. +This manual describes *Glances* version 1.7.3. Copyright © 2012-2013 Nicolas Hennion -September 2013 +November 2013 .. contents:: Table of Contents @@ -78,26 +78,27 @@ Command reference Command-line options -------------------- --b Display network rate in Byte per second (default: bit per second) --B IP Bind server to the given IPv4/IPv6 address or hostname --c IP Connect to a Glances server by IPv4/IPv6 address or hostname --C file Path to the configuration file --d Disable disk I/O module --e Enable sensors module (requires pysensors, Linux-only) --f file Set the HTML output folder or CSV file --h Display the help and exit --m Disable mount module --n Disable network module --o output Define additional output (available: HTML or CSV) --p PORT Define the client/server TCP port (default: 61209) --P password Define a client/server password --r Disable process list (for low CPU consumption) --s Run Glances in server mode --t seconds Set refresh time in seconds (default: 3 sec) --v Display the version and exit --y Enable hddtemp module (requires hddtemp) --z Do not use the bold color attribute --1 Start Glances in per-CPU mode +-b Display network rate in Byte per second (default: bit per second) +-B IP Bind server to the given IPv4/IPv6 address or hostname +-c IP Connect to a Glances server by IPv4/IPv6 address or hostname +-C FILE Path to the configuration file +-d Disable disk I/O module +-e Enable sensors module (requires pysensors, Linux-only) +-f FILE Set the HTML output folder or CSV file +-h Display the help and exit +-m Disable mount module +-n Disable network module +-o OUTPUT Define additional output (available: HTML or CSV) +-p PORT Define the client/server TCP port (default: 61209) +-P PASSWORD Define a client/server password +--password Define a client/server password from the prompt +-r Disable process list (for low CPU consumption) +-s Run Glances in server mode +-t SECONDS Set refresh time in seconds (default: 3 sec) +-v Display the version and exit +-y Enable hddtemp module (requires hddtemp) +-z Do not use the bold color attribute +-1 Start Glances in per-CPU mode Interactive commands -------------------- @@ -372,9 +373,9 @@ sorted by CPU of memory usage. The number of processes in the list is adapted to the screen size. ``VIRT`` - Virtual memory size + Total program size (VMS) ``RES`` - Resident memory + Resident set size (RSS) ``CPU%`` % of CPU used by the process ``MEM%`` diff --git a/docs/_build/html/genindex.html b/docs/_build/html/genindex.html index 63ec4c2c..e2f4c5bd 100644 --- a/docs/_build/html/genindex.html +++ b/docs/_build/html/genindex.html @@ -10,7 +10,7 @@ - Index — Glances 1.7.2 documentation + Index — Glances 1.7.3 documentation @@ -18,7 +18,7 @@ - + @@ -84,7 +84,7 @@
  • index
  • -
  • Glances 1.7.2 documentation »
  • +
  • Glances 1.7.3 documentation »
  • @@ -49,9 +49,9 @@

    Glances

    -

    This manual describes Glances version 1.7.2.

    +

    This manual describes Glances version 1.7.3.

    Copyright © 2012-2013 Nicolas Hennion <nicolas@nicolargo.com>

    -

    September 2013

    +

    November 2013

    Table of Contents

      @@ -150,7 +150,7 @@ just run on the server:

      -c IP Connect to a Glances server by IPv4/IPv6 address or hostname --C file +-C FILE Path to the configuration file -d @@ -159,7 +159,7 @@ just run on the server:

      -e Enable sensors module (requires pysensors, Linux-only) --f file +-f FILE Set the HTML output folder or CSV file -h @@ -171,22 +171,25 @@ just run on the server:

      -n Disable network module --o output +-o OUTPUT Define additional output (available: HTML or CSV) -p PORT Define the client/server TCP port (default: 61209) --P password +-P PASSWORD Define a client/server password +--password +Define a client/server password from the prompt + -r Disable process list (for low CPU consumption) -s Run Glances in server mode --t seconds +-t SECONDS Set refresh time in seconds (default: 3 sec) -v @@ -429,9 +432,9 @@ sorted by CPU of memory usage.

      The number of processes in the list is adapted to the screen size.

      VIRT
      -
      Virtual memory size
      +
      Total program size (VMS)
      RES
      -
      Resident memory
      +
      Resident set size (RSS)
      CPU%
      % of CPU used by the process
      MEM%
      @@ -651,7 +654,7 @@ is installed on your system then Glances displays the available percent capacity
    • previous |
    • -
    • Glances 1.7.2 documentation »
    • +
    • Glances 1.7.3 documentation »
    @@ -135,7 +135,7 @@
  • next |
  • -
  • Glances 1.7.2 documentation »
  • +
  • Glances 1.7.3 documentation »
  • @@ -90,7 +90,7 @@
  • index
  • -
  • Glances 1.7.2 documentation »
  • +
  • Glances 1.7.3 documentation »