Commit Graph

1047 Commits (9371ec520534c22b3a9c91bf69110b44e38b3adb)

Author SHA1 Message Date
Nicolas Hennion 822f0d8386 Add the plugins list method to the server 2014-03-19 09:41:53 +01:00
Nicolas Hennion c801c5dbc7 First commit with the help screen 2014-03-18 23:28:12 +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
Nicolas Hennion 50dbcbebfd Monitored list works again 2014-03-17 23:36:53 +01: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
Alessio Sergi b8367bb453 Small refactoring of sensors plugin 2014-03-17 12:57:00 +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 bfe0d2ccbb Refactor the filesystem plugin 2014-03-13 22:08:33 +01:00
Nicolas Hennion 1286515f62 Refactor the diskIO plugin (based on the network one) 2014-03-13 21:34:21 +01:00
Alessio Sergi db4b9ae147 Migrate from pysensors to py3sensors 2014-03-13 13:13:13 +01:00
Alessio Sergi aa99ebed5a 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-03-13 12:51:08 +01:00
Nicolas Hennion 9c6c41a4a2 Refactor the network plugin 2014-03-12 22:36:13 +01:00
Nicolas Hennion 9ee8950b16 Refactor load plugin 2014-03-12 22:03:36 +01:00
Nicolas Hennion aafa80e0db Migrate the swao plugin to PsUtil 2.0 2014-03-12 21:53:30 +01:00
Nicolas Hennion 7c75dc66d4 Migrate the swao plugin to PsUtil 2.0 2014-03-12 21:53:02 +01:00
Nicolas Hennion 060de6439f Migrate the swao plugin to PsUtil 2.0 2014-03-12 21:52:16 +01:00
Nicolas Hennion 3973d36ae6 Migrate the memory plugin to PsUtil 2.0 2014-03-12 21:38:44 +01:00
Nicolas Hennion b40b59da46 Refactor System and Cpu plugins for PsUtil 2.0 2014-03-11 23:32:03 +01:00
Nicolas Hennion 177b61692f Refactor System and Cpu plugins for PsUtil 2.0 2014-03-11 23:30:51 +01:00
Nicolas Hennion 4bcac1cbc0 Refactor System and Cpu plugins for PsUtil 2.0 2014-03-11 23:29:50 +01:00
Nicolas Hennion 04825df1ae Refactor System and Cpu plugins for PsUtil 2.0 2014-03-11 23:25:14 +01:00
Nicolas Hennion 80051c81d4 Add control for PsUtil 2.0 2014-03-11 20:54:15 +01:00
Nicolas Hennion 004c33a263 Correct typo. Monitoring list do not work anymore since latests commits 2014-03-11 20:26:12 +01:00
Nicolas Hennion 50dafb5d78 Correct typo. Monitoring list do not work anymore since last commit... 2014-03-11 20:20:18 +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 763d49d3f7 Line ending Unix (pb with my Sublime-Text conf...) 2014-03-11 18:31:30 +01:00
Alessio Sergi d9a2bcadc6 2nd pass of dos2unix and flake8 2014-03-11 10:22:44 +01:00
Nicolas Hennion f10c9a3e7d Client version 2014-03-10 21:24:28 +01:00
Nicolas Hennion 63b61e3477 Merge branch 'develop' of github.com:nicolargo/glances into develop 2014-03-10 21:22:19 +01:00
Nicolas Hennion f644ddb67a First try for client 2014-03-10 21:18:11 +01:00
Alessio Sergi c5c58f69b7 Fix local path handling to reflect new source layout 2014-03-10 17:40:10 +01:00
Alessio Sergi bd78f25f12 Fix python3 compatibility 2014-03-10 17:33:32 +01:00
Alessio Sergi 96781c6d8c Convert DOS to Unix line endings 2014-03-10 17:17:11 +01:00
Nicolas Hennion e8730ec58e Optimise sort for log 2014-03-09 10:03:47 +01:00
Nicolas Hennion 473eb62b15 Add Monitoring list / refactor configuration file 2014-03-08 10:10:27 +01:00
Nicolas Hennion e8e2eee531 Rename GlancesGrabProcesses to glancesProcesses 2014-03-01 22:18:01 +01:00
Nicolas Hennion fc3a9d5df1 Rename GlancesGrabProcesses to glancesProcesses 2014-03-01 22:09:15 +01:00
Nicolas Hennion 0d35d49058 Rename GlancesGrabProcesses to glancesProcesses 2014-03-01 22:00:21 +01:00
Nicolas Hennion 469b212052 Alert with the new plugin 2014-03-01 17:43:27 +01:00