Commit Graph

1209 Commits

Author SHA1 Message Date
Nicolargo
2de175c9f2 Process sort bu CPU times (TIME+) with the t key 2014-11-29 17:31:20 +01:00
Nicolargo
3ae2a0ce98 Add Slackware packager 2014-11-29 14:12:25 +01:00
Nicolargo
b245136d8d Add patch for pip user install (thk to @asergi) (correct issue #383) 2014-11-29 11:15:08 +01:00
Nicolargo
1bc15ad7c0 Merge branch 'feature/issue418' into develop 2014-11-29 10:18:28 +01:00
Nicolargo
7c78b4db53 Update documentation 2014-11-29 10:17:39 +01:00
Nicolargo
0463d0df3b Finalise the feature 2014-11-29 09:41:47 +01:00
Nicolargo
5ca213335a Patch from Philip Lacroix 2014-11-29 09:24:32 +01:00
Nicolargo
ae8cdefca3 Check socket error if no network interface available 2014-11-29 09:21:40 +01:00
Nicolas Hennion
6105c493e0 Allow user to run browser without Zeroconf 2014-11-25 11:42:24 +01:00
Nicolargo
bd768aa4da Feature ready. UX to be refactor 2014-11-24 21:47:18 +01:00
Nicolargo
e3d84c79b2 Add static server list 2014-11-24 21:02:43 +01:00
Nicolargo
dbfe9ca722 Ready to code the static list 2014-11-23 22:07:39 +01:00
Nicolargo
7044f27935 Display a specific message during the first scan 2014-11-23 11:31:13 +01:00
Nicolargo
8a20b5d98c Autodiscover mode completed 2014-11-23 10:40:06 +01:00
Nicolargo
f7864afd11 Make client login/password works again with timeout ! 2014-11-22 21:17:48 +01:00
Nicolargo
1d33de1472 Make client login/password works again... 2014-11-22 15:13:50 +01:00
Nicolargo
06f35826f1 Do not crash if password is protected by a password 2014-11-22 10:31:17 +01:00
Nicolas Hennion
fafcd1766f Merge pull request #444 from desbma/process-tree 2014-11-17 14:54:04 +01:00
Nicolas Hennion
b7086932b2 Merge pull request #444 from desbma/process-tree
Implement process tree feature.
Thx to the (huge) commit.

Note: Just a remark, on my PC, the init --user process always appear as the tree root. Perhaps, it will be usefull, in a future commit, to find a way to only display processes under this branch.
2014-11-17 14:32:20 +01:00
Nicolas Hennion
b8b6f422b7 Create GlancesCursesStandalone classes 2014-11-17 09:30:36 +01:00
desbma
712b7421ba Fix tree construction on Windows 2014-11-16 22:00:48 +01:00
Nicolargo
2d72625344 First try to manage Glances server protected by password 2014-11-16 21:56:48 +01:00
Nicolargo
290d8a1d32 Update doc and rezise window control 2014-11-16 21:31:02 +01:00
desbma
415e9dcbd2 Another fix for Python 2 2014-11-16 21:21:52 +01:00
Nicolargo
af62415923 Browser first public version ! 2014-11-16 19:15:46 +01:00
desbma
951385af43 Fixes for Python 2.7 2014-11-16 18:05:46 +01:00
desbma
dd4928aec8 Add myself to contributors 2014-11-16 17:59:55 +01:00
desbma
9bcb59dfdc PEP8 2014-11-16 17:57:16 +01:00
desbma
6a667d63de Add command line --tree option and remove hardcoded boolean 2014-11-16 17:54:17 +01:00
desbma
5c3a269841 Add message to show if in tree or flat view 2014-11-16 17:37:31 +01:00
desbma
483ebc90b8 Fix infinite loop with --hide-kernel-threads option 2014-11-16 17:27:51 +01:00
desbma
41586d60f9 Fix tree color and improve display code 2014-11-16 17:03:24 +01:00
desbma
09d06f23e7 Tree drawing code cleanup 2014-11-16 15:48:45 +01:00
Nicolargo
891827ace4 No internationalization on log message 2014-11-15 19:05:32 +01:00
Nicolargo
f7f5725198 Refactor Curses output for client browser 2014-11-15 16:48:05 +01:00
Nicolargo
5a950e6a93 Add cursor to the browser client 2014-11-13 22:24:04 +01:00
desbma
bd0d94c695 Fix dynamic sorting (change of sort key between 2 stats updates) 2014-11-13 16:59:56 +01:00
desbma
e9c2f016c8 getRessourceUsage -> getWeight 2014-11-13 16:59:56 +01:00
desbma
5499c34423 Comment fix 2014-11-13 16:59:56 +01:00
desbma
3687350e65 Fix sorting by memory usage, IO rate, or name 2014-11-13 16:59:56 +01:00
desbma
4220b1e8e0 Simplify tree display code 2014-11-13 16:59:56 +01:00
desbma
4b712674d3 Fix tree to text function and make it non recursive 2014-11-13 16:59:56 +01:00
desbma
7dd097b9e4 Use a non recursive algorithm for ProcessTreeNode.findProcess (saves ~15% CPU with CPython 3.4 on my system) 2014-11-13 16:59:56 +01:00
desbma
0418f4e332 Fix max process limit not working with tree view 2014-11-13 16:59:56 +01:00
desbma
11ab832047 Minor tree display indentation fix 2014-11-13 16:59:56 +01:00
desbma
350c9feac5 Initial tree display with curses frontend 2014-11-13 16:59:56 +01:00
desbma
0c494fd378 Simplify stat collecting for process tree 2014-11-13 16:59:56 +01:00
desbma
3f228f476d Add code for dynamic sorting 2014-11-13 16:59:56 +01:00
desbma
1166dc093d Fix process tree generation wrongly attaching node to root 2014-11-13 16:59:56 +01:00
desbma
16b128a571 Initial sorting implementation 2014-11-13 16:59:56 +01:00