Commit Graph

799 Commits

Author SHA1 Message Date
Alessio Sergi
df0477ffa6 Fix string format conflicts 2014-05-08 15:28:27 +02:00
Alessio Sergi
6c3ea7f293 Fix wrong display in memory and swap 2014-05-07 17:27:00 +02:00
Alessio Sergi
3687321b30 Miscellaneous fixes and improvements
Rules of thumb:
- setup.py only <=, >=
- requirements.txt only ==
2014-05-07 16:59:59 +02:00
Alessio Sergi
6fa10b5a2b Process list: Highlight process niceness
Highlight the nice value of a process when is different from 0.
Add 'NICE' decoration for managing color.
2014-05-06 16:36:36 +02:00
Alessio Sergi
29fdeec161 Add 'PROCESS' and 'STATUS' decorations
It's now possible to define specific colors for both process name and
process status.
2014-05-06 16:06:49 +02:00
Alessio Sergi
15ea33461f Process list: Highlight process basename
Neither regex, nor str.find() were used. Yeah!
2014-05-06 13:07:05 +02:00
Alessio Sergi
d452b5b76f Revert "Process list: Highlight process basename"
The regex makes Glances crash when the system is under heavy load,
e.g., during compilation of packages.

This reverts commit 565ec32ffe.
2014-05-05 15:00:00 +02:00
Alessio Sergi
4d89b55ed8 Process list: Highlight running processes 2014-05-04 12:29:59 +02:00
Alessio Sergi
565ec32ffe Process list: Highlight process basename 2014-05-04 12:00:00 +02:00
Alessio Sergi
ddd000e806 CPU attributes overhaul
Move 'idle' back to the first column (non-optional) because
is available on all platforms supported by Glances/psutil.

In the second column (optional), attributes are now sorted by
descending order of availability (they are depending on the platform).
2014-05-01 15:51:05 +02:00
Alessio Sergi
f607396e99 Fix strings 2014-05-01 12:52:18 +02:00
Nicolargo
037ec87c53 Correct a bug if sensor label is higher than 18 chars 2014-04-30 16:47:19 +02:00
Nicolargo
0a615b95f6 Correct issue #346 if drive is removed during the FS grab 2014-04-27 17:54:29 +02:00
Nicolargo
8fcc70049d Margin between rights stats on the Web Interface 2014-04-27 11:52:41 +02:00
Nicolargo
47b3f5d833 Monitor list: change message property 2014-04-27 11:11:57 +02:00
Nicolargo
254192e4de Do not display load stat in Web interface if not available 2014-04-27 10:47:03 +02:00
Nicolargo
bc26e37dfb Init stats on error 2014-04-26 20:12:21 +02:00
Nicolargo
7ce0383eae Manage unicode decode error on Windows OS 2014-04-26 15:52:59 +02:00
Nicolargo
cb3b3de783 Except for Win load 2014-04-25 23:16:12 +02:00
Alessio Sergi
210d1692fc Fix running Glances on non-Linux OSes 2014-04-23 20:04:15 +02:00
Alessio Sergi
6e7c3a275e Use parentheses sparingly in conditional statements
Mandatory only for multi-line continuation
2014-04-23 12:23:23 +02:00
Alessio Sergi
3012662a92 CLI overhaul
To be continued...
2014-04-22 16:22:22 +02:00
Nicolargo
181e27dd40 Update configuration file 2014-04-21 21:38:25 +02:00
Nicolargo
b76caef417 Correct bad display for %memswap 2014-04-21 21:22:49 +02:00
Nicolargo
305078a639 Add python-dev pre-requisites 2014-04-19 16:36:13 +02:00
Alessio Sergi
2a2c893836 Fix python 2.6 in client/server mode 2014-04-17 18:32:59 +02:00
Alessio Sergi
b7bbd69a65 Complete overhaul of imports
Explicit is better than implicit.
2014-04-17 17:10:39 +02:00
Nicolas Hennion
db37ff4ad2 Remove TODO file 2014-04-17 13:07:04 +02:00
Alessio Sergi
45d6b2521b Fix python 2.6 compatibility
Add argparse as requirement when running on python 2.6.
2014-04-15 16:59:03 +02:00
Alessio Sergi
9cf956b881 Fix deprecation warnings.
Drop psutil < 2.0 leftovers.
2014-04-15 12:55:15 +02:00
Alessio Sergi
e17b4b61cf Remove shebang in python scripts that aren't directly executable 2014-04-15 01:05:15 +02:00
Alessio Sergi
f709b6ae4a Fix python3 (again) 2014-04-14 19:55:55 +02:00
Alessio Sergi
9a402d013b ConnectionRefusedError exception is Python 3 only. Back to socket.error. 2014-04-14 19:44:44 +02:00
Nicolas Hennion
3cbf54e3ed Alpha 02 2014-04-13 22:00:28 +02:00
Nicolas Hennion
5f8f0c7fb7 Change Python packaging files and structure for color console 2014-04-13 21:48:58 +02:00
Nicolas Hennion
697110ea46 Refactor arguments 2014-04-13 10:34:07 +02:00
Nicolas Hennion
ba1757a2b7 Rename get_curse to get_stats_display 2014-04-12 15:46:09 +02:00
Nicolas Hennion
edee3fb27d Second version for responsive design 2014-04-12 15:35:47 +02:00
Nicolas Hennion
37cda49fa6 First try to responsive design for Bottle interface 2014-04-12 10:56:16 +02:00
Nicolas Hennion
54365fa849 Add sort on the Bootle interface 2014-04-11 20:59:25 +02:00
Nicolas Hennion
05533c1c01 Bottle Web interface: manage refresh time 2014-04-06 22:11:39 +02:00
Nicolas Hennion
06c4347a89 Default for CSS Bottle web interface 2014-04-06 10:49:05 +02:00
Nicolas Hennion
d53b45385e First draft for Bootle interface 2014-04-05 16:46:09 +02:00
Nicolas Hennion
64815bb353 Add Bottle template 2014-03-30 23:35:55 +02:00
Nicolas Hennion
c1c33d45b9 Bottle output structure 2014-03-30 23:12:35 +02:00
Nicolas Hennion
5025424e04 First draft for the Bottle output 2014-03-30 15:54:48 +02:00
Nicolas Hennion
c364c7070f Pep8 2014-03-29 14:37:58 +01:00
Nicolas Hennion
0f5a60b44d Add new arg to display splitted line inside plugins 2014-03-29 13:53:04 +01:00
Nicolas Hennion
12798942ea Cumulative and sum stats for network interface refactor in the glances_network plugin (clean curses) 2014-03-29 13:38:58 +01:00
Nicolas Hennion
1dc591b777 Cumulative and sum stats for network interface refactor in the galnces_network plugin 2014-03-29 13:37:41 +01:00