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 |
|
asergi
|
4b984ba149
|
Mem: fix active/inactive bug on Windows
|
2012-12-04 10:00:00 +01:00 |
|
Nicolas Hennion
|
27b5653c59
|
Merge pull request #135 from asergi/master
Fixes and improvements
|
2012-12-03 06:43:02 -08:00 |
|
asergi
|
b8baceda90
|
Some small fixes and cleanup
|
2012-12-03 15:03:00 +01:00 |
|
asergi
|
7fbf351b57
|
Fix alignment of numbers and strings
|
2012-12-03 12:12:00 +01:00 |
|
asergi
|
eda1cf5ba7
|
Improve top layout. Mem: add new stats.
|
2012-12-02 19:00:00 +01:00 |
|
Nicolas Hennion
|
422f628460
|
Merge pull request #131 from philips/refactor-classes
Refactor classes
|
2012-11-29 11:50:37 -08:00 |
|
Brandon Philips
|
007b3a3267
|
glances: refactor glancesStats into three classes
refactor glancesStats into three classes. This way glances can support a
new backend like the Cloud Monitoring Agent in a more clean manner.
|
2012-11-29 10:57:19 -08:00 |
|
Brandon Philips
|
4d472ac771
|
glances: cleanup end of line whitespace
there were a lot of lines with end of line whitespace. Clean it all up.
|
2012-11-28 21:25:52 -08:00 |
|
Nicolas Hennion
|
d04b03036e
|
Change CPU Display
|
2012-11-24 15:18:34 +01:00 |
|
Nicolas Hennion
|
660bd52e74
|
Color on extended CPU info
|
2012-11-24 14:50:36 +01:00 |
|
Nicolas Hennion
|
499cced514
|
Correct bug with server in version 1.5.1
|
2012-11-24 10:30:07 +01:00 |
|
Nicolas Hennion
|
5ba69df379
|
Improve CPU stats displaying
|
2012-11-21 23:18:56 +01:00 |
|
Nicolas Hennion
|
c808bb083b
|
Merge pull request #126 from nicolargo/sensors
Sensors module
|
2012-11-18 01:57:27 -08:00 |
|