diff --git a/.gitignore b/.gitignore index 24093e5b..c80ac56e 100644 --- a/.gitignore +++ b/.gitignore @@ -38,8 +38,5 @@ local.properties # ctags .tags* -# Lang -glances.pot - # Sphinx _build diff --git a/.travis.yml b/.travis.yml index f8cf6ea4..8cbebe76 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,5 +5,5 @@ python: - "3.3" - "3.4" install: - - pip install -r requirements.txt --use-mirrors + - pip install -r requirements.txt script: python setup.py install diff --git a/NEWS b/NEWS index 86ed5661..e71f384d 100644 --- a/NEWS +++ b/NEWS @@ -82,7 +82,7 @@ Version 1.7.5 ============= * Force the Pypi installer to use the PsUtil branch 1.x (#333) - + Version 1.7.4 ============= diff --git a/README.rst b/README.rst index 371fb233..6901e1dc 100644 --- a/README.rst +++ b/README.rst @@ -15,8 +15,6 @@ Glances - An eye on your system :alt: Downloads .. image:: https://d2weczhvl823v0.cloudfront.net/nicolargo/glances/trend.png :target: https://bitdeli.com/nicolargo -.. image:: https://raw.github.com/nicolargo/glances/master/docs/images/glances-white-256.png - :width: 128 **Glances** is a cross-platform curses-based system monitoring tool written in Python. diff --git a/docs/glances-doc.html b/docs/glances-doc.html index 0f668877..f584c296 100644 --- a/docs/glances-doc.html +++ b/docs/glances-doc.html @@ -129,43 +129,41 @@ td.option-group {
Table of Contents
Glances is a cross-platform curses-based system monitoring tool which aims to present a maximum of information in a minimum of space, ideally to fit in a classical 80x24 terminal or higher to have additional @@ -183,16 +181,16 @@ information from your system.
If you want to remotely monitor a machine, called server, from another one, called client, just run on the server:
@@ -221,7 +219,7 @@ client, the latter will try to grab stats using the
If you want to remotely monitor a machine, called server, from any device with a web browser, called client, just run on the server:
@@ -238,9 +236,9 @@ http://@server:61208
The following commands (key pressed) are supported while in Glances:
Caution! Glances version 1.x configuration files are not compatible with the version 2.x.
No configuration file is mandatory to use Glances.
@@ -432,9 +430,9 @@ cp /usr/share/doc/glances/glances.conf $XDG_CONFIG_HOME/glances/ ~/Library/Application Support/glances/.
The header shows the hostname, OS name, release version, platform architecture and system uptime (on the upper right corner). @@ -457,7 +455,7 @@ Additionally, on GNU/Linux, it also shows the kernel version.
Short view:
If enough horizontal space is available, extended CPU information are @@ -478,9 +476,9 @@ time. The total CPU usage is displayed on the first line.
the [cpu] and/or [percpu] sections.
-On the No Sheep blog, Zachary Tirrell defines the load average [1]:
+On the No Sheep blog, Zachary Tirrell defines the load average [1]:
"In short it is the average sum of the number of processes waiting in the run-queue plus the number currently executing @@ -498,7 +496,7 @@ The first line also displays the number of CPU core. the [load] section.
Glances uses two columns: one for the RAM and one for the SWAP.
If enough space is available, Glances displays extended information for @@ -515,7 +513,7 @@ the RAM:
the [memory] and/or [memswap] sections.
Glances displays the network interface bit rate. The unit is adapted dynamically (bits per second, kbits per second, Mbits per second, etc).
@@ -526,7 +524,7 @@ and per-interface limit values in the [network]
Glances displays the disk I/O throughput. The unit is adapted dynamically.
There is no alert on this information.
@@ -534,7 +532,7 @@ configuration file. [diskio] section in the configuration file.
Glances displays the used and total file system disk space. The unit is adapted dynamically.
@@ -549,9 +547,9 @@ adapted dynamically. the [filesystem] section.Glances can displays the sensors information using lm-sensors, -hddtemp and batinfo [2].
+hddtemp and batinfo [2].All of the above libraries are available only on Linux.
As of lm-sensors, a filter is being applied in order to display temperature only.
@@ -561,7 +559,7 @@ temperature only. the [sensors] section.Compact view:
Full view:
@@ -596,7 +594,7 @@ automatically sorted by:Note: limits values can be overwritten in the configuration file under +
Note: limit values can be overwritten in the configuration file under the [process] section.
The monitored processes list allows user, through the configuration file, to group processes and quickly show if the number of running processes is not good.
@@ -685,7 +683,7 @@ get the JSON representation of the monitored processes list.It is possible to export statistics to CSV file.
$ glances --output-csv /tmp/glances.csv
@@ -717,56 +715,23 @@ processes list alerts
Glances uses a XML-RPC server and can be used by another client software.
-<<<<<<< HEAD -API documentation is available at https://github.com/nicolargo/glances/wiki/The-Glances-API-How-To
-Thanks to the -o (output) option, it is possible to export statistics to CSV or HTML files.
-
-$ glances -o CSV -f /tmp
-
-The CSV output file is named glances.csv.
-CSV files have on line per stats:
-
-$ glances -o HTML -f /tmp
-
-The HTML output file is named glances.html.
-API documentation is available at -https://github.com/nicolargo/glances/wiki/The-Glances-2.x-API-How-to. ->>>>>>> release/v2.0
+https://github.com/nicolargo/glances/wiki/The-Glances-2.x-API-How-to.To report a bug or a feature request use the bug tracking system at https://github.com/nicolargo/glances/issues.
Feel free to contribute!
-| [1] | http://nosheep.net/story/defining-unix-load-average/ |
| [2] | https://github.com/nicolargo/batinfo |