summaryrefslogtreecommitdiffstats
path: root/docs/_build/html/glances-doc.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/_build/html/glances-doc.html')
-rw-r--r--docs/_build/html/glances-doc.html44
1 files changed, 37 insertions, 7 deletions
diff --git a/docs/_build/html/glances-doc.html b/docs/_build/html/glances-doc.html
index f6686717..369aca75 100644
--- a/docs/_build/html/glances-doc.html
+++ b/docs/_build/html/glances-doc.html
@@ -49,9 +49,9 @@
<div class="section" id="glances">
<h1><a class="toc-backref" href="#id7">Glances</a><a class="headerlink" href="#glances" title="Permalink to this headline">¶</a></h1>
-<p>This manual describes <em>Glances</em> version 1.7.3.</p>
-<p>Copyright © 2012-2013 Nicolas Hennion &lt;<a class="reference external" href="mailto:nicolas&#37;&#52;&#48;nicolargo&#46;com">nicolas<span>&#64;</span>nicolargo<span>&#46;</span>com</a>&gt;</p>
-<p>November 2013</p>
+<p>This manual describes <em>Glances</em> version 1.7.4.</p>
+<p>Copyright © 2012-2014 Nicolas Hennion &lt;<a class="reference external" href="mailto:nicolas&#37;&#52;&#48;nicolargo&#46;com">nicolas<span>&#64;</span>nicolargo<span>&#46;</span>com</a>&gt;</p>
+<p>January 2014</p>
<div class="contents topic" id="table-of-contents">
<p class="topic-title first">Table of Contents</p>
<ul class="simple">
@@ -85,7 +85,8 @@
</ul>
</li>
<li><a class="reference internal" href="#api-documentation" id="id30">API documentation</a></li>
-<li><a class="reference internal" href="#support" id="id31">Support</a></li>
+<li><a class="reference internal" href="#others-outputs" id="id31">Others outputs</a></li>
+<li><a class="reference internal" href="#support" id="id32">Support</a></li>
</ul>
</li>
</ul>
@@ -260,7 +261,7 @@ just run on the server:</p>
<div class="section" id="configuration">
<h2><a class="toc-backref" href="#id15">Configuration</a><a class="headerlink" href="#configuration" title="Permalink to this headline">¶</a></h2>
<p>No configuration file is mandatory to use Glances.</p>
-<p>Furthermore a configuration file is needed for setup limits and/or monitored processes list.</p>
+<p>Furthermore a configuration file is needed for setup limits, disks or network interfaces to hide and/or monitored processes list.</p>
<p>By default, the configuration file is under:</p>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
@@ -305,7 +306,7 @@ directories on your system, except for Windows.</p>
<div class="section" id="header">
<h3><a class="toc-backref" href="#id18">Header</a><a class="headerlink" href="#header" title="Permalink to this headline">¶</a></h3>
<img alt="_images/header.png" src="_images/header.png" />
-<p>The header shows the OS name, release version, platform architecture and the hostname.
+<p>The header shows the hostname, OS name, release version, platform architecture and system uptime.
On Linux, it shows also the kernel version.</p>
</div>
<div class="section" id="cpu">
@@ -375,6 +376,7 @@ if the bit rate is higher than 70 Mbps.</p>
<div class="line">If bit rate is <tt class="docutils literal"><span class="pre">&gt;70%</span></tt>, then status is set to <tt class="docutils literal"><span class="pre">&quot;WARNING&quot;</span></tt></div>
<div class="line">If bit rate is <tt class="docutils literal"><span class="pre">&gt;90%</span></tt>, then status is set to <tt class="docutils literal"><span class="pre">&quot;CRITICAL&quot;</span></tt></div>
</div>
+<p><em>Note</em>: In the configuration file, you can define a list of network interfaces to hide.</p>
</div>
<div class="section" id="sensors">
<h3><a class="toc-backref" href="#id23">Sensors</a><a class="headerlink" href="#sensors" title="Permalink to this headline">¶</a></h3>
@@ -399,6 +401,7 @@ if the bit rate is higher than 70 Mbps.</p>
<img alt="_images/diskio.png" src="_images/diskio.png" />
<p>Glances displays the disk I/O throughput. The unit is adapted dynamically.</p>
<p><em>Note</em>: There is no alert on this information.</p>
+<p><em>Note</em>: In the configuration file, you can define a list of disk to hide.</p>
</div>
<div class="section" id="file-system">
<h3><a class="toc-backref" href="#id25">File system</a><a class="headerlink" href="#file-system" title="Permalink to this headline">¶</a></h3>
@@ -426,6 +429,14 @@ adapted dynamically.</p>
<li>Optional monitored processes list (new in 1.7)</li>
<li>Processes list</li>
</ul>
+<p>The processes summary line display:</p>
+<ul class="simple">
+<li>Tasks number (total number of processes)</li>
+<li>Threads number</li>
+<li>Running tasks number</li>
+<li>Sleeping tasks number</li>
+<li>Other tasks number (not running or sleeping)</li>
+</ul>
<p>By default, or if you hit the <tt class="docutils literal"><span class="pre">a</span></tt> key, the processes list is automatically
sorted by CPU of memory usage.</p>
<p><em>Note</em>: limit values can be overwritten in the configuration file under the <tt class="docutils literal"><span class="pre">[process]</span></tt> section.</p>
@@ -552,8 +563,26 @@ is installed on your system then Glances displays the available percent capacity
<p>Glances uses a <a class="reference external" href="http://docs.python.org/2/library/simplexmlrpcserver.html">XML-RPC server</a> and can be used by another client software.</p>
<p>API documentation is available at <a class="reference external" href="https://github.com/nicolargo/glances/wiki/The-Glances-API-How-To">https://github.com/nicolargo/glances/wiki/The-Glances-API-How-To</a></p>
</div>
+<div class="section" id="others-outputs">
+<h2><a class="toc-backref" href="#id31">Others outputs</a><a class="headerlink" href="#others-outputs" title="Permalink to this headline">¶</a></h2>
+<p>Thanks to the -o option, it is possible to export statistics to CSV or HTML files.</p>
+<div class="highlight-console"><div class="highlight"><pre><span class="gp">$</span> glances -o CSV -f /tmp/glances.csv
+</pre></div>
+</div>
+<p>CSV files have on line per stats:</p>
+<ul class="simple">
+<li>load,load1,load5,load15</li>
+<li>mem,total,used,free</li>
+<li>swap,total,used,free</li>
+<li>cpu,user,system,nice,idel,iowait,irq</li>
+</ul>
+<div class="highlight-console"><div class="highlight"><pre><span class="gp">$</span> glances -o HTML -f /tmp
+</pre></div>
+</div>
+<p>Note: The css and img folders (glances/data) should be in the /tmp folder</p>
+</div>
<div class="section" id="support">
-<h2><a class="toc-backref" href="#id31">Support</a><a class="headerlink" href="#support" title="Permalink to this headline">¶</a></h2>
+<h2><a class="toc-backref" href="#id32">Support</a><a class="headerlink" href="#support" title="Permalink to this headline">¶</a></h2>
<p>To report a bug or a feature request use the bug tracking system at <a class="reference external" href="https://github.com/nicolargo/glances/issues">https://github.com/nicolargo/glances/issues</a></p>
<p>Feel free to contribute!</p>
<table class="docutils footnote" frame="void" id="id4" rules="none">
@@ -615,6 +644,7 @@ is installed on your system then Glances displays the available percent capacity
</ul>
</li>
<li><a class="reference internal" href="#api-documentation">API documentation</a></li>
+<li><a class="reference internal" href="#others-outputs">Others outputs</a></li>
<li><a class="reference internal" href="#support">Support</a></li>
</ul>
</li>