Commit Graph

510 Commits

Author SHA1 Message Date
Nicolas Hennion
d12a7305ae Merge pull request #267 from nicolargo/processfilter
Add monitored processes list
2013-07-31 06:56:38 -07:00
Nicolas Hennion
927ba973fe No more monitored processes list in the default configuration file 2013-07-31 15:53:23 +02:00
Nicolas Hennion
fc187f121b Cherry pick ef64354 to bffeb05 2013-07-31 15:37:29 +02:00
Alessio Sergi
089cbca7ae Fix issue #265 2013-07-31 15:35:18 +02:00
dongweiming
f557c62241 Add Chinese international 2013-07-31 15:32:39 +02:00
Nicolas Hennion
bffeb05ea9 Add getNetTimeSinceLastUpdate() getDiskTimeSinceLastUpdate() and getProcessDiskTimeSinceLastUpdate() in the API / Close issue https://github.com/nicolargo/glances/issues/259 2013-07-31 15:30:40 +02:00
Nicolas Hennion
cad173b3d5 ... 2013-07-31 15:14:50 +02:00
Alessio Sergi
a556e998b7 Fix issue #265 2013-07-31 13:01:01 +02:00
Alessio Sergi
05008616eb Merge pull request #264 from dongweiming/master
Add Chinese international
2013-07-31 03:40:53 -07:00
dongweiming
ef643543df Add Chinese international 2013-07-31 10:15:23 +08:00
Nicolas Hennion
2a7751939c Add alert for the monitored processes list 2013-07-30 17:19:21 +02:00
Nicolas Hennion
5c3eeba0ca Add alert for the monitored processes list 2013-07-29 19:26:06 +02:00
Nicolas Hennion
6ff103d4a4 Command improvment 2013-07-27 22:50:20 +02:00
Nicolas Hennion
676fb699b2 Correct issue on batterie module (on suspend) / Add min max counter for monitored processes 2013-07-27 22:33:51 +02:00
Nicolas Hennion
0385b314f5 Correct issue on batterie module (on suspend) / Add min max counter for monitored processes 2013-07-27 22:22:04 +02:00
Nicolas Hennion
b80544d76b Update documentation for 1.7 2013-07-25 14:50:51 +02:00
Nicolas Hennion
ea3d251de6 Correct issue with -z optino. No arg is needed 2013-07-25 14:47:19 +02:00
Nicolas Hennion
c9ba90b19a First version with description, regex and command line 2013-07-24 15:28:02 +02:00
Alessio Sergi
3488ebddcf Fix issue #260 2013-07-20 19:22:51 +02:00
Alessio Sergi
4c17dcdafa Update README
Remove rst note directive because not supported by GH.
Add batinfo as new optional dependency.
Add FreeBSD installation instructions.
2013-07-20 19:22:32 +02:00
Nicolas Hennion
c7e02ffcbe ... 2013-07-20 19:19:46 +02:00
Alessio Sergi
d71b29482e Fix issue #260 2013-07-18 08:00:00 +02:00
Alessio Sergi
3b6c73c63b Update README
Remove rst note directive because not supported by GH.
Add batinfo as new optional dependency.
Add FreeBSD installation instructions.
2013-07-14 00:44:00 +02:00
Nicolas Hennion
ee2e250d26 Add control on io_counters sort | Issue #250 2013-07-13 17:08:15 +02:00
Nicolas Hennion
ca2b55ff6f Correct a bug on Batinfo __init__ function 2013-07-13 09:51:02 +02:00
Alessio Sergi
d90032467e Add psutil >= 1.0.0 support
Add support to the new net_io_counters() API.
Of course, still preserved backward compatibility with the now deprecated
network_io_counters().
2013-07-13 01:13:00 +02:00
Alessio Sergi
6d5663ec7c flake8 fixes 2013-07-13 00:30:00 +02:00
Alessio Sergi
4355f4053f Fix issue #258 2013-07-12 12:22:00 +02:00
Nicolas Hennion
6310e1ef5f Add batinfo to setup.py 2013-07-07 17:01:01 +02:00
Nicolas Hennion
ac87069d23 Merge branch 'batinfo'
Add batteries information (batteries % capacity is display in the footer/middle)
2013-07-07 16:37:00 +02:00
Nicolas Hennion
c3803c0c1b Add batteries info thanks to Batinfo lib 2013-07-07 16:36:35 +02:00
Alessio Sergi
44b27d9787 XML-RPC server: Add IPv6 support
SimpleXMLRPCServer uses AF_INET as default address family.
This means it can only bind to IPv4 addresses.

GlancesXMLRPCServer is a wrapper class that makes it able to
listen on IPv6 connections.
The AF_INET or AF_INET6 address family ìs now determined by
socket.getaddrinfo() automatically.
This way the code is independent from the stack IP version.
2013-06-17 09:30:00 +02:00
Alessio Sergi
a8ad3223e2 Fix issue #254 2013-06-11 15:11:00 +02:00
Nicolas Hennion
1babd4996c Change Windows package version 2013-06-05 13:07:17 +02:00
Alessio Sergi
f560f52c4c Fix issue #253 2013-06-02 23:32:32 +02:00
Nicolas Hennion
664f603b49 Refactoring in the script to comply Debian policy (Thk to https://github.com/mxjeff) 2013-06-01 17:26:10 +02:00
Jon Renner
eb114ffa2f Merge pull request #251 from herr-biber/master
Two small patches.
2013-05-23 19:08:11 -07:00
Markus Roth
a3c223ad64 Replace hard coded keys by ord().
sed -i "s/49/ord('1')/g" glances.py
sed -i "s/97/ord('a')/g" glances.py
sed -i "s/98/ord('b')/g" glances.py
sed -i "s/99/ord('c')/g" glances.py
sed -i "s/100/ord('d')/g" glances.py
sed -i "s/102/ord('f')/g" glances.py
sed -i "s/104/ord('h')/g" glances.py
sed -i "s/105/ord('i')/g" glances.py
sed -i "s/108/ord('l')/g" glances.py
sed -i "s/109/ord('m')/g" glances.py
sed -i "s/110/ord('n')/g" glances.py
sed -i "s/112/ord('p')/g" glances.py
sed -i "s/115/ord('s')/g" glances.py
sed -i "s/116/ord('t')/g" glances.py
sed -i "s/117/ord('u')/g" glances.py
sed -i "s/119/ord('w')/g" glances.py
sed -i "s/120/ord('x')/g" glances.py
sed -i "s/121/ord('y')/g" glances.py
2013-05-24 01:01:47 +02:00
Markus Roth
59adb774e6 Make uninstall script executable. 2013-05-24 00:36:11 +02:00
Jon Renner
e1df6555fd undo changes from curses.wrapper test 2013-05-22 10:59:44 +08:00
Jon Renner
8c86335c93 Merge branch 'master' of https://github.com/nicolargo/glances 2013-05-21 17:25:19 +08:00
Jon Renner
83d27dcf71 test of curses wrapper to stom terminal getting messed up 2013-05-21 16:55:06 +08:00
Alessio Sergi
e368afc4b4 README: Fix glances-doc link 2013-05-17 18:52:00 +02:00
Alessio Sergi
563e8956ef README: Fix image links 2013-05-17 16:11:00 +02:00
Alessio Sergi
7e94e4a0cc README: Glances is also now in Debian testing (Jessie) 2013-05-17 15:55:00 +02:00
Alessio Sergi
5ecd841e6d Delete duplicate image 2013-05-13 13:23:00 +02:00
Alessio Sergi
93e6790a8f Bump psutil version in requirements.txt 2013-05-13 13:13:00 +02:00
Nicolas Hennion
180191165b Merge pull request #245 from worr/fix_unit_tests
Moved last_update_times outside main() for unit tests
2013-04-26 13:27:30 -07:00
William Orr
3bb166e3d3 Moved last_update_times outside main() for unit tests 2013-04-26 15:41:01 -04:00
Nicolas Hennion
809978664d test_glances still using the Glances system lib. Have a look on it... 2013-04-16 15:09:18 +02:00