Commit Graph

2340 Commits (3b5e11441eb5d703748642b33426c83371f3c09a)

Author SHA1 Message Date
Nicolargo 3b5e11441e Correct issue with the thread. RTT values are now OK 2016-06-21 15:07:31 +02:00
nicolargo 913017bb75 Add documentation for the ports plugin 2016-06-19 11:12:40 +02:00
nicolargo a4d499d7eb Add comment for the BSD issue unsin netifaces 2016-06-18 18:55:19 +02:00
nicolargo 73b383155b Add default gateway option 2016-06-18 18:49:25 +02:00
Nicolargo bd8e36cfd3 Add ICMP (system call to ping) in the Glances port plugin and optimize time computation 2016-06-17 14:51:32 +02:00
Nicolargo 4bfe32c665 Add ICMP (system call to ping) in the Glances port plugin 2016-06-17 14:50:59 +02:00
nicolargo a38b6b48cb First release for the TCP ports scanner plugin. TODO: test and doc 2016-06-13 18:06:14 +02:00
Nicolargo 1810064852 On Windows, Glances try to display unexisting Load stats #871 2016-06-10 17:20:48 +02:00
Nicolargo f2a5df0070 Add comments to AMPs section in the configuration file 2016-06-10 16:34:33 +02:00
Nicolargo 02e9aa7232 Add Cassandra/Scylla export plugin #857 2016-06-10 16:16:41 +02:00
nicolargo 5065ef12e0 Correct unitest Restfull JSON to be Python compatible 2016-06-04 19:31:25 +02:00
nicolargo 53b8095bd3 Add circle.yml file for the https://circleci.com service 2016-06-04 19:28:08 +02:00
nicolargo a790a3b7f0 Add unitary test for history Restfull API 2016-06-04 16:17:00 +02:00
nicolargo a4613d1476 Resolv merge issue with issue696 2016-06-04 10:38:53 +02:00
nicolargo 63f2959eaa Change NEWS file 2016-06-04 10:32:48 +02:00
nicolargo 557b05935d Enable maximum retention time 2016-06-04 08:37:27 +02:00
Alessio Sergi 8da470b7f8 Remove trick to allow glances/__main__.py to be called directly (needed for Python 2.6) 2016-06-02 21:16:52 +02:00
Alessio Sergi cb27f0c734 No more Python 2.6 compatible string.format calls 2016-06-02 20:04:13 +02:00
Alessio Sergi 28eb3f6817 Remove Python 2.6 logging.config.dictConfig compat 2016-06-02 18:23:31 +02:00
Alessio Sergi 781ba79b73 NEWS: Highlight Python 2.6 end of support
Add a note for CentOS Linux 6 and 7 users in the README.
2016-06-02 18:02:16 +02:00
Nicolargo 1ac228787f Add --disable-history tag 2016-06-02 16:30:27 +02:00
Nicolargo 6a049073da Change Curses message for history 2016-05-31 14:09:23 +02:00
nicolargo 95260056d5 Complete API for history 2016-05-30 16:57:23 +02:00
nicolargo 857ec54daa Limit number of item is configurable through the restfull API 2016-05-30 15:56:22 +02:00
nicolargo 8d7c8bbed2 Add unitest for history and attribute 2016-05-29 19:40:39 +02:00
nicolargo fd23868c4b Change the way to store the value in the history 2016-05-29 14:38:44 +02:00
nicolargo ad0a6ee34e Add a new GlancesHistory class 2016-05-29 11:36:42 +02:00
nicolargo 841d1156d4 Rename glances_history to graph 2016-05-29 10:40:19 +02:00
nicolargo 13fbad5b4c Add new attribute class. Realy... 2016-05-28 16:27:12 +02:00
nicolargo 396f3acff6 Add new attribute class. Only for history for the moment 2016-05-28 16:25:54 +02:00
Nicolargo 42d45c2904 Expose glances config file when running in docker #868 2016-05-27 13:28:51 +02:00
nicolargo 6329ae6588 Remove file after Python 2.6 deprecation 2016-05-23 16:15:30 +02:00
nicolargo 830caf9703 Drop Python 2.6 support #300 2016-05-23 15:52:53 +02:00
nicolargo d1f9d30aae Filter processes by others stats (username) #748 2016-05-23 14:31:37 +02:00
nicolargo d0783a21e1 Create a new GlancesFilter class 2016-05-22 18:01:02 +02:00
nicolargo 9fe1d6e5ee Update screenshot 2016-05-16 16:56:45 +02:00
nicolargo 1d13a687d9 Top 3 processes are back in the alert summary / NEWS file 2016-05-16 11:28:04 +02:00
nicolargo 34ec2b5b48 Top 3 processes are back in the alert summary 2016-05-16 11:26:48 +02:00
nicolargo 58fe124cf6 Catch all errors while reading Glances version file 2016-05-15 17:00:05 +02:00
nicolargo faa7edfd64 Catch EOF error while readin Glances version file 2016-05-15 16:56:17 +02:00
nicolargo 3f1b1356a5 Update doc / Finalyse for Python 2 but do not work for Python 3 2016-05-13 23:17:25 +02:00
nicolargo 67fab37daf Validation OK on online and offline machine 2016-05-13 22:41:28 +02:00
nicolargo f8d20aba15 Merge branch 'develop' into issue865 2016-05-13 21:58:34 +02:00
nicolargo e9a70be865 Revert optimisation au catch_key because of high CPU consumption 2016-05-13 21:57:48 +02:00
Nicolargo 2aab7db010 First sprint for the outdated function 2016-05-13 18:23:42 +02:00
Nicolargo fd83a9f92a Refactor Curses display method 2016-05-11 16:53:46 +02:00
Nicolargo 3617fb5dda Optimisation of the catch_key method 2016-05-11 10:43:22 +02:00
Nicolargo aaf1eebbcd Reduce code complexity on logs.py 2016-05-10 14:48:00 +02:00
Nicolargo 7dfe1f4139 Remove duplicated code in quicklook plugin 2016-05-10 13:35:29 +02:00
Nicolargo ef1dbb3fef Correct client.py complexity 2016-05-10 12:14:38 +02:00