Commit Graph

306 Commits

Author SHA1 Message Date
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
asergi
cafa382622 Update README and man. Cleanup. 2012-12-14 02:00:00 +01:00
asergi
240ed586b9 Sensors: lm_sensors is Linux-only 2012-12-14 00:24:00 +01:00
asergi
6cd14bbfdd Fix unicode encoding issue 2012-12-13 17:47:00 +01:00
asergi
9447bc63ea Sensors: display only temperature stats 2012-12-13 17:37:57 +01:00
Nicolas Hennion
8795724b35 replace hasattr by ... in ... 2012-12-13 17:13:44 +01:00
asergi
0dfc4bd304 Complete fix issue #136 2012-12-13 16:52:50 +01:00
Nicolas Hennion
e83eeee67d Add control on receive stat. Correct Issue #145 2012-12-13 14:19:53 +01:00
Nicolas Hennion
d3baaaa6c4 Correct the issue #136 2012-12-13 13:53:35 +01:00
Nicolas Hennion
8dc626dae6 Try and catch to solve AccessDenied on username stat on Windows 7 2012-12-13 12:24:53 +01:00
Nicolas Hennion
73c30932dd Try and catch to solve AccessDenied on nice stat on Windows 7 2012-12-13 12:18:07 +01:00
Nicolas Hennion
6a3f774943 Delete an unused function 2012-12-13 11:09:51 +01:00
Nicolas Hennion
ffcea93079 Correct a bug on unitary tests 2012-12-12 22:20:41 +01:00
Nicolas Hennion
a8c57b8f16 Update AUTHORS file 2012-12-12 18:10:26 +01:00
Nicolas Hennion
ddc386d7b2 Merge pull request #140 from nicolargo/newprocessesclass
Newprocessesclass
2012-12-10 13:59:31 -08:00
Nicolas Hennion
4d92032777 Remove sandbox 2012-12-10 22:57:53 +01:00
Nicolas Hennion
cf35e60826 Correct a bug when x size < caption len 2012-12-10 22:54:43 +01:00
Nicolas Hennion
f4fdafdd2c New pocesses class for server 2012-12-10 13:58:48 +01:00
Nicolas Hennion
8262b26cf6 Add a new class to manage process list 2012-12-09 22:34:24 +01:00
Nicolas Hennion
c60736e007 Loged stats are displayed using reverse color / Other important stat with color 2012-12-08 22:42:11 +01:00
Nicolas Hennion
dbd6f0afcc Reverse pull 139 2012-12-07 11:06:19 +01:00
Nicolas Hennion
7579431ce9 Merge pull request #139 from philips/fix-crasher-in-memory-stats
glances: fix crasher
2012-12-07 02:04:08 -08:00
Brandon Philips
4964abeed1 glances: fix crasher
you need to call the function otherwise you will try running float() on
a function later when you try displaying it

Introduced in eda1cf5ba7
2012-12-06 17:10:17 -08:00
Nicolas Hennion
6f6277358f Reverte issue #138 2012-12-06 09:18:17 +01:00
Nicolas Hennion
4e9e851d36 Correct an issue on the default.html Jinja template 2012-12-05 22:55:14 +01:00
Nicolas Hennion
76184da187 Refactor CPU and LOAD stats graber 2012-12-05 22:43:04 +01:00
Nicolas Hennion
da2d2b4534 Cosmetic change 2012-12-05 22:23:39 +01:00
Nicolas Hennion
21c02d1814 Solve an issue when screen size < 80 columns 2012-12-05 22:10:47 +01:00
Nicolas Hennion
74323a392a Solve an issue when screen size < 80 columns 2012-12-05 22:08:13 +01:00
Nicolas Hennion
c39eb76a03 Merge pull request #137 from asergi/master
Fix memory active/inactive bug on Windows
2012-12-04 01:38:07 -08:00