Commit Graph

3120 Commits

Author SHA1 Message Date
Nicolas Hennion
e8dffb8239 Change the travis conf file to run the unitest.py script 2013-02-19 22:55:41 +01:00
Nicolas Hennion
3ccba5059b Change the travis conf file to run the unitest.py script 2013-02-19 22:50:57 +01:00
Nicolas Hennion
1d7196d36a Change the travis conf file to run the unitest.py script 2013-02-19 22:43:05 +01:00
Nicolas Hennion
e3c910342d Change the travis conf file to run the unitest.py script 2013-02-19 22:39:57 +01:00
Nicolas Hennion
c25b9d608c Change documentation for Windows Installation 2013-02-18 16:59:23 +01:00
Nicolas Hennion
f626a6e289 Merge pull request #182 from asergi/master
Improve help display
2013-02-17 11:59:08 -08:00
asergi
69479e64b7 Improve help display 2013-02-17 17:17:00 +01:00
asergi
f6d56510f0 Update NEWS as per #179 2013-02-17 12:40:39 +01:00
asergi
08cf1b1327 Update man page as per #181 2013-02-17 12:27:00 +01:00
Nicolas Hennion
b40f8ed731 Update the NEWS with the latest pull #181 2013-02-16 17:41:27 +01:00
Nicolas Hennion
0fe8ad0e2c Merge pull request #181 from creaktive/master
Added command-line option to disable the curses.A_BOLD
2013-02-16 07:48:33 -08:00
Stanislaw Pusep
8a58f71dfc Added -z/--nobold option for better appearence under Solarized terminal color scheme 2013-02-16 11:08:37 -02:00
Nicolas Hennion
666342ce68 Merge pull request #180 from asergi/master
More dummy FS to ignore
2013-02-15 04:42:43 -08:00
asergi
4830f41a77 Add more dummy FS to the ignore list 2013-02-15 13:25:00 +01:00
Nicolas Hennion
957d67238c Merge pull request #179 from asergi/master
Nice pull !

Thk Alessio
2013-02-14 12:41:49 -08:00
Nicolas Hennion
cac7862460 Merge pull request #178 from ZogStriP/patch-1
Added travis-ci build status image
2013-02-14 12:37:12 -08:00
asergi
98074eda26 Add per-user settings support 2013-02-14 15:41:51 +01:00
Régis Hanol
facd698393 Added travis-ci build status image 2013-02-14 15:01:27 +01:00
Nicolas Hennion
de0e47da97 Merge pull request #174 from jellonek/master
Support processes with uids unknown to pwd lib.
2013-02-07 05:17:00 -08:00
Piotr Skamruk
b2829dd237 Workaround for unknown users. 2013-02-07 12:55:44 +01:00
Nicolas Hennion
a3194f4866 Repair unitest.py after commit d558e51e2a 2013-02-04 17:09:31 +01:00
Nicolas Hennion
4be5ede3c2 On the road on the version 1.6.1 2013-01-31 21:55:21 +01:00
Nicolas Hennion
62db083233 Correct a bug on the critical limit for procecess / Take into acount the number of core in the process CPU limits 2013-01-31 21:51:37 +01:00
Nicolas Hennion
6ec4216c36 Merge pull request #171 from asergi/master
Drop obsolete code / Huge patch ! Thk for your work Alessio !!!
2013-01-31 08:24:59 -08:00
asergi
ad5c902293 More code cleanup 2013-01-31 16:40:00 +01:00
asergi
d558e51e2a Drop obsolete code 2013-01-31 12:12:00 +01:00
Nicolas Hennion
fce56863d0 Update AUTHORS 2013-01-26 21:24:46 +01:00
Nicolas Hennion
999cb09766 version 1.6 2013-01-26 11:45:07 +01:00
Nicolas Hennion
4c77be6bc2 Add password for the client/server mode 2013-01-22 21:03:44 +01:00
Nicolas Hennion
e1c8c8f54f Merge pull request #167 from asergi/master
Fix for issues #157, #158 and #164
2013-01-21 04:17:28 -08:00
asergi
f7b96d3c9f Fixes and cleanup 2013-01-20 23:55:00 +01:00
asergi
2e8276f940 OS X: corret an issue on memory display 2013-01-20 22:40:00 +01:00
asergi
3c1485b1bc OS X: ignore dummy process 2013-01-20 22:10:00 +01:00
asergi
d8bdef221d Fix for issues #157, #158 and #164 2013-01-20 15:25:25 +01:00
Nicolas Hennion
6d00de1f52 Merge pull request #166 from Verrus/master
Fixxed my self found issue #165
2013-01-20 01:08:50 -08:00
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