Commit Graph

335 Commits

Author SHA1 Message Date
Verrus
0a559e7981 deleted the README-FR as required file. 2013-01-19 22:44:09 +01:00
Nicolas Hennion
17cb69b48b Change the default conf file (limits) 2013-01-19 11:32:34 +01:00
Nicolas Hennion
c135f39cc8 In client/server mode Glances grabs limits from the server side 2013-01-19 11:30:38 +01:00
Nicolas Hennion
d767f717bb Correct a bug with special key (issue #163) 2013-01-18 11:52:19 +01:00
Nicolas Hennion
8334dd2f93 Correct io_counters error client/server Issue #164 2013-01-18 11:28:15 +01:00
Nicolas Hennion
94a7cc57ca Add the PsUtil version to the -v and -h tag 2013-01-16 21:27:33 +01:00
Nicolas Hennion
2c0a31855c Catch curs_set 2013-01-16 17:24:24 +01:00
Nicolas Hennion
3198e3d7a3 Add key control on Mac OS X 2013-01-16 15:25:45 +01:00
Nicolas Hennion
dedf851646 Add key control on Mac OS X 2013-01-16 14:56:15 +01:00
Nicolas Hennion
4707934ee9 Include patch from Kelly Anderson:
* The first patch was required to get glances working on python 3.3, I'm
not sure if it breaks python 2.7 implementations, but I figured it would
be good for you to take a look at it.

* The NoSuchProcess patches should be considered one, since the second
patch fixed the problem correctly and depends on the first patch being
applied.

* The NoSuchProcess exception is thrown from PsUtils when you try to
access a process that has "disappeared/finished".

* The ConfigParser patch will take care of the fact that ConfigParser was
renamed configparser with Python3.
2013-01-16 13:55:56 +01:00
Nicolas Hennion
1089b74212 Merge pull request #162 from asergi/master
Change default config file path
2013-01-12 11:21:36 -08:00
asergi
28c893a878 Fix setup.py 2013-01-12 20:02:00 +01:00
Nicolas Hennion
bfbc1b7609 Merge pull request #160 from nicolargo/iorate
IoRate and more...
2013-01-11 12:47:48 -08:00
Nicolas Hennion
93596379d9 New release for the french file translation 2013-01-11 20:00:10 +01:00
Nicolas Hennion
9f3184f48b Add comments 2013-01-11 10:04:59 +01:00
Nicolas Hennion
68e84d435f Display IOWait on the PerCpu view 2013-01-11 09:46:52 +01:00
Nicolas Hennion
00bd5aad2b Correct an issue on perCPU display 2013-01-10 16:15:43 +01:00
Nicolas Hennion
bf28f60540 Add fct to define color/alert 2013-01-10 16:11:21 +01:00
Nicolas Hennion
8eacbf4c54 Add remarks on IOWait limits 2013-01-09 22:30:10 +01:00
Nicolas Hennion
eb2ccb7826 Add IORate and first code for file configuration 2013-01-09 22:13:29 +01:00
Nicolas Hennion
ebf8cf92d2 Merge pull request #154 from peritus/patch-1
Fix typo: s/AccesDenied/AccessDenied/
2012-12-30 12:44:05 -08:00
Filip Noetzel
8a643f10e1 Fix typo: s/AccesDenied/AccessDenied/
Helps with "AttributeError: 'module' object has no attribute 'AccesDenied'"
2012-12-30 21:05:52 +01:00
Nicolas Hennion
a81bf5cd75 Change installation proc 2012-12-30 14:20:45 +01:00
Nicolas Hennion
12758bb454 Update doc 2012-12-29 22:05:18 +01:00
Nicolas Hennion
98684868d2 Update screenshot 2012-12-29 21:29:20 +01:00
Nicolas Hennion
fc1b0098e6 Fixed UnboundLocalError / Thk to Geoff 2012-12-29 21:02:20 +01:00
Nicolas Hennion
82a0d31213 version 1.5.2 2012-12-28 18:50:56 +01:00
Nicolas Hennion
46801d12cb Double check if right is ok for process stats 2012-12-28 18:43:51 +01:00
Nicolas Hennion
ccb198ea35 Little hack for a PsUtil issue #152 2012-12-26 22:30:53 +01:00
Nicolas Hennion
e60cb2c139 Test on DIskIO 2012-12-24 15:12:38 +01:00
Nicolas Hennion
c3b42a5fc0 Add color to sensors 2012-12-21 21:45:53 +01:00
Nicolas Hennion
2fd4779f2b Add a condition to test if limits exist before the process sort 2012-12-21 15:04:30 +01:00
Nicolas Hennion
b4616f1457 Delete the unused getAll fonction from the GlancesStat class 2012-12-21 14:55:19 +01:00
Nicolas Hennion
10156275eb Try to correct a bug on OpenVZ / See Issue #141 2012-12-20 18:02:58 +01:00
Nicolas Hennion
9bc8746468 Correct #Issue #149 2012-12-20 13:52:54 +01:00
Nicolas Hennion
7f4f1a4be4 Replace cmdline per name when filter Idle process ! Fuck... Had to sleep... 2012-12-18 22:33:19 +01:00
Nicolas Hennion
2951682ee1 Hide Idle processes on Windows too: Name System Idle Process 2012-12-18 22:28:36 +01:00
Nicolas Hennion
a17f68c1b4 Add ascii encoding on network interface name 2012-12-18 22:24:26 +01:00
Nicolas Hennion
c98b364d3c Add ascii encoding on network interface name 2012-12-18 22:16:34 +01:00
Nicolas Hennion
4247fdcace Filter and hide idle processes on Windows and FreeBSD 2012-12-18 21:33:47 +01:00
Nicolas Hennion
3ebef317f1 Merge pull request #148 from asergi/master
Test: python3 compatibility fix
2012-12-17 08:21:02 -08:00
Nicolas Hennion
e93d20c361 Add new RPC methods: 'getAll', 'getCore', 'getCpu', 'getDiskIO', 'getFs', 'getLoad', 'getMem', 'getMemSwap', 'getNetwork', 'getNow', 'getProcessCount', 'getProcessList', 'getSensors', 'getSystem' 2012-12-17 17:19:31 +01:00
asergi
f474966199 Test: python3 fix 2012-12-15 23:35:35 +01:00
asergi
a70ac3a4e3 Merge remote-tracking branch 'upstream/master' 2012-12-15 23:05:00 +01:00
Nicolas Hennion
f522501f2b Space optim for processing (IO) 2012-12-14 21:58:31 +01:00
Nicolas Hennion
5ccdacbdd4 Update .gitignore 2012-12-14 14:59:46 +01:00
Nicolas Hennion
22eaa0ea19 Solve issue on process display 2012-12-14 13:14:57 +01:00
asergi
36746526b0 Fix unicode formatting bug 2012-12-14 12:50:00 +01:00
Nicolas Hennion
1544525c57 Merge Pull #146 2012-12-14 11:29:08 +01:00
Nicolas Hennion
fddd776774 Merge branch 'master' of https://github.com/asergi/glances into asergi-master
Conflicts:
	glances/glances.py
2012-12-14 11:23:24 +01:00