Commit Graph

705 Commits

Author SHA1 Message Date
Nicolas Hennion
4881fb6c52 version 1.7.7 2014-05-14 11:30:47 +02:00
Alessio Sergi
b6339ed76d Small fixes and improvements
README.rst: Add Slackware http://slackbuilds.org/repository/14.1/system/glances/
2014-05-11 17:11:17 +02:00
Alessio Sergi
535793da05 psutil 2.1.1 2014-05-11 16:55:50 +02:00
Alessio Sergi
f97f10058a Python 3.4
Python 3.4 is now supported.
Add Python 3.4 to .travis.yml.
2014-05-11 16:50:11 +02:00
Alessio Sergi
2d0d5d6086 Fix CVS export [issue #348]
While I was there:
- complete overhaul of the CVS class
- fix open file issue w/ python3
- has_key() option was removed in python3
- usage simplified: there is no need to define the CVS filename, only the
  output folder, as for the HTML export
- update help, doc and man accordingly
- fix typos
2014-05-11 16:19:16 +02:00
Nicolargo
f47dd40396 Add Python Dev requirement 2014-05-01 10:37:25 +02:00
Nicolas Hennion
623294e8be Merge pull request #345 from cgar/igor
few mispelling errors
2014-04-22 21:55:59 +02:00
Carlos E. Garcia
849a2c1006 few mispelling errors 2014-04-22 15:05:03 -04:00
Nicolas Hennion
4177046cdd Remove glances.pot from repository. Will be generated automatically by the i18n script 2014-03-27 19:57:12 +01:00
Nicolas Hennion
005ea50b04 Remove glances.pot from repository. Will be generated automatically by the i18n script 2014-03-27 19:55:41 +01:00
Nicolas Hennion
d9b0b6a414 Merge pull request #341 from dtiersch/update_german_language
German updated to 1.7.6
2014-03-27 19:52:36 +01:00
Nicolas Hennion
9290855302 Merge pull request #340 from dtiersch/new_i18n_gen
New i18n gen
2014-03-27 19:51:52 +01:00
David Tiersch
b81b132ae3
fix typo 2014-03-27 19:13:49 +01:00
David Tiersch
ee37bc9632
German updated to 1.7.6 2014-03-27 19:10:08 +01:00
David Tiersch
c53c9e0bb0
small fixes
stupid mistake, where I forgot to replace XX with $1
added locale information to generated po-file
removed redundant positive output
2014-03-27 03:25:16 +01:00
David Tiersch
3737cf27d1
added some comments
to help a future maintainer understand the crap I wrote there
2014-03-27 03:13:47 +01:00
David Tiersch
e85e01b93b
rewrite of i18n-gen.sh
no need to manually generate po/pot files anymore
generation of pot files and updating po files now before translating
2014-03-27 02:59:59 +01:00
Nicolas Hennion
5ab3f91fb2 Add conf file for sphinx-quickstart (doc) 2014-03-25 20:36:07 +01:00
Nicolas Hennion
f88d8f53c0 version 1.7.6 2014-03-25 20:03:54 +01:00
Nicolas Hennion
0259a72938 Merge branch 'master' of github.com:nicolargo/glances 2014-03-22 12:54:51 +01:00
Nicolas Hennion
64d6cfb22b Correct a regression with client/server for PsUtil 1/2 2014-03-22 12:54:23 +01:00
Alessio Sergi
f71caa27fc Fix help screen in 80x24 terminal size
Add new z key in man page
2014-03-19 17:00:00 +01:00
Nicolas Hennion
9db6b0c679 Merge pull request #338 from herr-biber/master
Fix case.
2014-03-18 22:33:13 +01:00
Markus Roth
1d86494380 Fix case. 2014-03-18 22:27:57 +01:00
Nicolas Hennion
177a783920 Add z key in the documentation 2014-03-18 22:09:03 +01:00
Nicolas Hennion
06e68c936a Merge pull request #335 from weaselkeeper/master
Implement toggle of process list display
2014-03-18 21:57:45 +01:00
Nicolas Hennion
9c2e5d9c22 PsUtil 2.0 is back for the branch 1.x 2014-03-18 21:57:23 +01:00
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
Jim Richardson
ad5bfecbf9 Implement toggle of process list display
Parsing and displaying the process list takes a sometimes significant
amount of resources.  Since there is already a mechanism in place to run
glances with the process list disabled, it was easy to add a toggle to
the __catchKey function.
2014-03-14 15:48:10 -07: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