提交 97999324 编写于 作者: N Nicolas Hennion

version 1.4.2

上级 b5d68b1c
......@@ -3,6 +3,8 @@ Version 1.4.2
* Use the news virtual_memory() and virtual_swap() fct (PsUtil)
* Display "Top process" in logs
* Minor patch on man page for Debian packaging
* Code optimization (less try and except)
Version 1.4.1.1
===============
......
......@@ -20,7 +20,7 @@
#
__appname__ = 'glances'
__version__ = "1.4.2b"
__version__ = "1.4.2"
__author__ = "Nicolas Hennion <nicolas@nicolargo.com>"
__licence__ = "LGPL"
......
.TH glances 1 "January, 2012" "version 1.3.7" "USER COMMANDS"
.TH glances 1 "September, 2012" "version 1.4.2" "USER COMMANDS"
.SH NAME
glances \- CLI curses based monitoring tool
.SH SYNOPSIS
......@@ -7,7 +7,7 @@ glances \- CLI curses based monitoring tool
.SH DESCRIPTION
Glances is a free (LGPL) curses-based monitoring tool which aims to present a maximum of information
in a minimum of space, ideally to fit in a classical 80x24 terminal. Glances can adapt dynamicaly the
displayed informations depending on the terminal size.
displayed information depending on the terminal size.
.PP
This tool is written in Python and uses PsUtil to fetch the statistical values from key elements.
.PP
......@@ -36,13 +36,31 @@ process number and details.
.SH OPTIONS
.TP
.TP
\-b
Display network rate in Byte per second
.TP
\-d
Disable disk I/O module
.TP
\-f file
Set the output folder (HTML) or file (CSV)
.TP
\-h
Display the syntax and exit
.TP
\-t
Set the refresh time in second default is 1
\-m
Disable mount module
.TP
\-n
Disable network module
.TP
\-o output
Define additional output (available: HTML or CSV)
.TP
\-t sec
Set the refresh time in seconds (default: 2)
.TP
-v
\-v
Display the version and exit
.SH EXAMPLES
.TP
......
......@@ -23,8 +23,8 @@ for mo in glob('i18n/*/LC_MESSAGES/*.mo'):
data_files.append((dirname(mo).replace('i18n/', 'share/locale/'), [mo]))
setup(name='Glances',
version='1.4.1.1',
download_url='https://github.com/downloads/nicolargo/glances/glances-1.4.1.1.tar.gz',
version='1.4.2',
download_url='https://github.com/downloads/nicolargo/glances/glances-1.4.2.tar.gz',
url='https://github.com/nicolargo/glances',
description='CLI curses-based monitoring tool',
author='Nicolas Hennion',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册