Nicolas Hennion
cfa7183067
Update doc and screenshot for version 1.7
2013-08-09 12:29:30 +02:00
Nicolas Hennion
2909357e68
Update doc and screenshot for version 1.7
2013-08-09 12:27:33 +02:00
Nicolas Hennion
d3c1205831
Enhance monitored process log message
2013-08-09 11:04:23 +02:00
Nicolas Hennion
9c3f219f16
Add default extended stat for monitored processes list
2013-08-08 23:07:15 +02:00
Nicolas Hennion
9c7faedcc3
Another catch for the monitored command
2013-08-08 21:48:54 +02:00
Nicolas Hennion
2c8a6dbe34
Monitored processes list is now client/server mode compatible / Add a new entry in the API to get the server monitored processes list
2013-08-08 17:48:51 +02:00
Nicolas Hennion
09a8b74468
Correct a bug on CPU log
2013-08-08 15:50:15 +02:00
Nicolas Hennion
ce1799ae85
Undo last merge
2013-08-08 12:32:49 +02:00
Nicolas Hennion
81d8ac2f54
Revert "Merge pull request #263 from dongweiming/tmp"
...
This reverts commit 36feeb1d39
, reversing
changes made to 10d4068aa2
.
2013-08-08 12:31:11 +02:00
Nicolas Hennion
36feeb1d39
Merge pull request #263 from dongweiming/tmp
...
Reconstruction the class glancesLimits
2013-08-08 02:44:54 -07:00
Nicolas Hennion
10d4068aa2
Merge branch 'master' of github.com:nicolargo/glances
2013-08-07 23:11:14 +02:00
Nicolas Hennion
221ecd47d5
Add doc for 1.7
2013-08-07 23:10:46 +02:00
Alessio Sergi
f1c76b40c9
Fix bugs on OS X
...
Long story short: on OS X, sys.prefix actually pointing to
/System/Library/Frameworks/Python.framework/foo, not /usr/local (which
is the default path where Glances is installed using pip or brew).
Using a self-made implementation of sys.prefix, called sys_prefix, fix
the problem.
2013-08-05 01:25:05 +02:00
Alessio Sergi
2465c9c648
Fix typo in doc
2013-08-03 20:33:00 +02:00
Alessio Sergi
41515287e7
Update doc
...
Fix various typos
Improve sensors section
Fix some glitches and add more niceness
Rename CSS file to style.css
2013-08-03 01:11:11 +02:00
Nicolas Hennion
0ee30b0956
Update HTML doc
2013-08-02 18:22:32 +02:00
Nicolas Hennion
adbb39621a
Update doc
2013-08-02 18:13:38 +02:00
Alessio Sergi
686cc7690c
Merge pull request #269 from dongweiming/master
...
Fix broken test server-client
2013-08-02 03:28:03 -07:00
Alessio Sergi
023bbcea81
Fix i18n support (issue #266 )
2013-08-02 01:00:00 +02:00
dongweiming
2224b866d2
old version compatible invalid bug
2013-08-01 20:10:08 +08:00
Nicolas Hennion
c40a6aa477
Update TODO after chiness translation
2013-07-31 16:05:43 +02:00
Nicolas Hennion
27ada67281
Add another exemple conf file: ./glances/conf/glances-with-monitored.conf
2013-07-31 16:00:02 +02:00
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
8f4235fbc8
Reconstruction the class glancesLimits
2013-07-31 10:43:24 +08: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