Commit Graph

677 Commits

Author SHA1 Message Date
Nicolas Hennion
d97df94967 Merge pull request #336 from herr-biber/adapt-to-psutil2.0.0-api
Adapt to psutil 2.0.0 API.
2014-03-18 21:51:04 +01:00
Nicolas Hennion
7bbbbff136 Merge pull request #337 from regdoug/windows-psutil-0.5
Fixed psutil 0.5.x support on Windows
2014-03-18 21:48:28 +01:00
regdoug
9cd6bcccba Fixed psutil 0.5.x support on Windows 2014-03-18 14:22:08 -04:00
Markus Roth
de0bbe0ac0 Fix error types. 2014-03-17 21:57:44 +01:00
Markus Roth
209b48025a Fix python trying to use default getattr using psutil 0.5.1.
Don't know why adding "None" as second default helps.
2014-03-17 21:57:22 +01:00
Markus Roth
49ba692154 Adapt to psutil 2.0.0 API.
API changed.
https://psutil.googlecode.com/hg/HISTORY

Tested with 0.5.1, 1.2.1, 2.0.0
2014-03-16 05:17:57 +01:00
Nicolas Hennion
bfa9089e5f version 1.7.5 2014-03-11 19:04:13 +01:00
Nicolas Hennion
e4fea5ea36 Merge branch 'master' of github.com:nicolargo/glances 2014-03-11 19:03:02 +01:00
Nicolas Hennion
5cfb5c9584 version 1.7.5 2014-03-11 19:01:13 +01:00
Nicolas Hennion
ffa2841523 Merge pull request #326 from mxjeff/man.fix
Fix lintian warning from debian packaging
2014-02-08 10:10:30 +01:00
kaliko
6ac9ac6682 Fix lintian warning from debian packaging 2014-02-05 19:56:34 +01:00
Alessio Sergi
d8f76cb6dc Update README.rst
Distinguish between mandatory and optional dependencies.
Linux: Add Void Linux https://github.com/voidlinux/xbps-packages/tree/master/srcpkgs/glances
FreeBSD: Add installation instructions for pkgng.
2014-01-19 18:59:59 +01:00
Alessio Sergi
9221cf1d2a Closing issue #318 2014-01-19 16:19:14 +01:00
Nicolas Hennion
73418eadd8 version 1.7.4 2014-01-18 11:02:36 +01:00
Nicolas Hennion
5178873092 Update file for Glances 1.7.4 RC1 2014-01-11 17:36:12 +01:00
Nicolas Hennion
71c8ed2ce1 Correct issue 318 + refactor argument parser 2014-01-11 17:13:09 +01:00
Alessio Sergi
ab457d31b8 Fix --password tag detection with multiple options 2014-01-09 17:16:59 +01:00
Alessio Sergi
0fff5180b4 Adjust spaces in the tasks summary line 2014-01-09 12:12:06 +01:00
Alessio Sergi
0ba2cfa6c3 Add reference link for CPU steal time 2014-01-05 18:17:59 +01:00
Alessio Sergi
638a5b55b1 Add CPU steal time
Add steal time to the global CPU/per-CPU time accounting.
Add steal limits, alerts, and log support.
Update help screen.

Based on PR #309 by @pcn
2014-01-05 11:55:00 +01:00
Alessio Sergi
e0ec5e0569 Fix typos in config file 2014-01-04 13:17:00 +01:00
Alessio Sergi
6acd6cc6ca Add missing softirq stat against total CPU usage 2014-01-04 01:40:00 +01:00
Nicolas Hennion
e35239ead1 Correct process name encode issue (#316) 2014-01-03 20:54:19 +01:00
Nicolas Hennion
0e5b73c12b Add control if server did not return uptime stat 2014-01-03 20:18:44 +01:00
Alessio Sergi
427d70340f Fix password flags handling [issues #314 & #315] 2014-01-03 19:53:00 +01:00
Nicolas Hennion
a38183e9d5 Update wide screenshot 2014-01-03 18:17:05 +01:00
Nicolas Hennion
5c87e80f7b Add caching for process' name and commandline (reduce CPU consumption ~10%) 2014-01-03 17:27:29 +01:00
Nicolas Hennion
ce89d5f493 Add system uptime and redesign system information 2014-01-02 16:29:16 +01:00
Nicolas Hennion
e57f9c9656 Correct a bug when a new client talk with a older one... 2013-12-30 23:05:36 +01:00
Nicolas Hennion
9af0cb5431 Add CPU stats to the CSV output 2013-12-30 16:45:45 +01:00
Nicolas Hennion
4dd4461989 Manage disks and network interfaces hidden lists (issue #304) 2013-12-29 22:34:37 +01:00
Nicolas Hennion
09079f5b12 reUpdate badge in the README.rst 2013-12-26 15:03:50 +01:00
Nicolas Hennion
3889a8b087 Update badge in the README.rst 2013-12-26 14:58:11 +01:00
Nicolas Hennion
c27dd7e2f5 Add thread number in the processes summary line 2013-12-24 13:46:57 +01:00
Jon Renner
3bd4e87568 Merge pull request #307 from dtiersch/master
Add German translation
2013-12-22 19:29:58 -08:00
David Tiersch
6e4520a7be Add German translation 2013-12-23 01:16:29 +01:00
Nicolas Hennion
5f916d7643 Add the bitdeli.com badge 2013-12-21 22:26:09 +01:00
Alessio Sergi
571cc0d665 Update README.rst
Glances is in Gentoo's portage! http://packages.gentoo.org/package/sys-process/glances
Update Homebrew link.
Remove obsolete install instructions for OS X/Homebrew.
2013-12-21 13:13:51 +01:00
Alessio Sergi
c9a15ce121 Merge pull request #306 from mxjeff/man.fix
Fix manpage-has-errors-from-man lintian warning
2013-12-20 11:22:35 -08:00
kaliko
1f6b5b8bb8 Fix lintian warning from debian packaging
Thanks Tanguy Ortolo
2013-12-20 19:32:19 +01:00
Alessio Sergi
9af5b61e14 Ignore ctags files 2013-12-20 13:21:02 +01:00
Nicolas Hennion
65d0979729 Merge branch 'master' of github.com:nicolargo/glances 2013-12-19 09:18:00 +01:00
Nicolas Hennion
80b2a2956a Ready to start the next release...
Remove Create badge

Change the Brew install process

Remove the Crate badge in the documentation
2013-12-19 09:17:24 +01:00
Nicolas Hennion
f5d8afc54e Merge branch 'master' of github.com:nicolargo/glances 2013-12-19 09:10:34 +01:00
Nicolas Hennion
79828fcc3e Remove Create badge 2013-12-19 09:10:13 +01:00
Nicolas Hennion
ab5b43cc73 Remove the Crate badge in the documentation 2013-12-19 08:57:52 +01:00
Nicolas Hennion
b32ecd580d Change the Brew install process 2013-12-19 08:51:56 +01:00
Nicolas Hennion
3a17d05e11 Update Macs OS installation (issue #305) 2013-12-19 08:38:11 +01:00
Nicolas Hennion
5a350e6923 Ready to start the next release... 2013-12-17 09:31:43 +01:00
Nicolas Hennion
bd7576bce1 version 1.7.3 2013-12-15 10:23:06 +01:00