mirror of
https://github.com/nicolargo/glances.git
synced 2024-12-28 19:54:14 +03:00
A bunch of new features (#48) by Alessio Sergi
This commit is contained in:
parent
f61e6cc798
commit
f2653a95db
12
NEWS
12
NEWS
@ -2,7 +2,6 @@ Version 1.4
|
||||
===========
|
||||
|
||||
* Goodby StatGrab... Welcome to the PsUtil library !
|
||||
* HTML output
|
||||
* CSV output
|
||||
* No more autotools, use setup.py to install
|
||||
* Sort by Process name ('p' key)
|
||||
@ -14,6 +13,17 @@ Version 1.4
|
||||
* Disable Net rate module from the command line (-n)
|
||||
* Code is now checked with pep8
|
||||
|
||||
And thanks to Alessio Sergi:
|
||||
* New system info: one-line layout and add Arch Linux support
|
||||
* No decimal places for values < GB
|
||||
* New memory and swap layout
|
||||
* Add percentage of usage for both memory and swap
|
||||
* Add MEM% usage, NICE, STATUS and running TIME per process to the processes info
|
||||
* Add sort by MEM%
|
||||
* Improved FreeBSD support
|
||||
* Cleaning code and style
|
||||
* Multiple minor fixes, changes and improvements>
|
||||
|
||||
Version 1.3.7
|
||||
=============
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
||||
from __future__ import generators
|
||||
|
||||
__appname__ = 'glances'
|
||||
__version__ = "1.4b19"
|
||||
__version__ = "1.4b20"
|
||||
__author__ = "Nicolas Hennion <nicolas@nicolargo.com>"
|
||||
__licence__ = "LGPL"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user