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

Update file for Glances 1.7.4 RC1

上级 71c8ed2c
Version 1.7.4
=============
* Add threads number in the task summary line
* Add threads number in the task summary line (#308)
* Add system uptime (#276)
* You can hide disk from the IOdisk view using the conf file
* Add CPU steal % to cpu extended stats (#309)
* You can hide disk from the IOdisk view using the conf file (#304)
* You can hide network interface from the Network view using the conf file
* Optimisation of CPU consumption ~10%
* ...
* Optimisation of CPU consumption (around ~10%)
* Correct issue #314: Client/server mode always asks for password
* Correct issue #315: Defining password in client/server mode doesn't work as intended
* Correct issue #316: Crash in client server mode
* Correct issue #318: Argument parser, try-except blocks never get triggered
Version 1.7.3
=============
......
See open issues here: https://github.com/nicolargo/glances/issues?milestone=&page=1&state=open
See open issues here: https://github.com/nicolargo/glances/issues?milestone=&page=1&state=open
\ No newline at end of file
......@@ -19,7 +19,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
__appname__ = 'glances'
__version__ = "1.7.4_BETA"
__version__ = "1.7.4_RC1"
__author__ = "Nicolas Hennion <nicolas@nicolargo.com>"
__licence__ = "LGPL"
......
.TH glances 1 "December, 2013" "version 1.7.3" "USER COMMANDS"
.TH glances 1 "January, 2014" "version 1.7.4" "USER COMMANDS"
.SH NAME
glances \- A cross-platform curses-based monitoring tool
.SH SYNOPSIS
.B glances
[\-bdehmnrsvyz1] [\-B bind] [\-c server] [\-C conffile] [\-f file] [\-o output] [\-p port] [\-P password] [\-t refresh]
[\-bdehmnrsvyz1] [\-B bind] [\-c server] [\-C conffile] [\-p port] [\-P password] [--password] [\-t refresh] [\-f file] [\-o output]
.SH DESCRIPTION
Glances is a free (LGPL) cross-platform 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 or higher to have additionnal information.
......
......@@ -33,13 +33,13 @@ else:
setup(
name='Glances',
version='1.7.3',
version='1.7.4',
description="A cross-platform curses-based monitoring tool",
long_description=open('README.rst').read(),
author='Nicolas Hennion',
author_email='nicolas@nicolargo.com',
url='https://github.com/nicolargo/glances',
# download_url='https://s3.amazonaws.com/glances/glances-1.7.3.tar.gz',
# download_url='https://s3.amazonaws.com/glances/glances-1.7.4.tar.gz',
license="LGPL",
keywords="cli curses monitoring system",
install_requires=requires,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册