l0ner
0857cdbfe4
Spark graph functions
2014-04-14 22:32:03 +02:00
l0ner
ccf33e2a26
Functions for generating vertical graphs
2014-04-14 21:46:32 +02:00
l0ner
b0ab6ea57a
cpu.cc - fixed missing header and variable misname
2014-04-14 20:57:00 +02:00
l0ner
5e354b9221
memory.cc - fixed typos and missing headers
2014-04-14 20:55:00 +02:00
l0ner
643fef3a7c
Corrections in CMakeLists.txt
2014-04-14 20:51:46 +02:00
l0ner
fed7b88ccd
.gitignore add
...
Version generation by cmake
system type detection in cmake
Split file code for better management
2014-04-14 20:47:51 +02:00
Matt McCormick
4c9c9dde85
Change the default build type to MinSizeRel.
...
This changes the output size of the executable from 52K to 32K for GCC 4.6.3.
v2.2.1
2013-07-15 23:23:11 +00:00
Matt McCormick
a7200d2364
Change the default build type to MinSizeRel.
...
This changes the output size of the executable from 52K to 32K for GCC 4.6.3.
2013-07-15 23:23:11 +00:00
Matt McCormick
a91673be3a
Improve foreground contrast with colors.
...
A brightwhite is needed for the white text to have enough contrast. It also
allows for non-bright black, which also has better contrast.
2013-07-15 23:20:35 +00:00
Matt McCormick
fac8da7a0c
Improve foreground contrast with colors.
...
A brightwhite is needed for the white text to have enough contrast. It also
allows for non-bright black, which also has better contrast.
2013-07-15 23:20:35 +00:00
Matt McCormick
69880667e5
Add Travis icon to README.
2013-06-14 02:07:07 +00:00
Matt McCormick
c81bcc3d84
Add Travis icon to README.
2013-06-14 02:07:07 +00:00
Matt McCormick
82d6687aee
Do not run ctest in Travis.
...
The workers apparently do not present themselves as
a full linux system.
2013-06-14 01:56:46 +00:00
Matt McCormick
c07c80b662
Do not run ctest in Travis.
...
The workers apparently do not present themselves as
a full linux system.
2013-06-14 01:56:46 +00:00
Matt McCormick
6c46121f4d
Add .travis.yml.
2013-06-14 01:49:10 +00:00
Matt McCormick
6f00fc1daa
Add .travis.yml.
2013-06-14 01:49:10 +00:00
Matt McCormick
d413759f4e
Add load_line variable for OSX.
v2.2.0
2013-06-11 00:12:51 -04:00
Matt McCormick
4bb0a7676f
Add load_line variable for OSX.
2013-06-11 00:12:51 -04:00
Matt McCormick
228639fa50
Add contributors to README.
2013-06-09 22:57:37 -04:00
Matt McCormick
8418e297ad
Add contributors to README.
2013-06-09 22:57:37 -04:00
Matt McCormick
85e20f258c
Update README to note OSX is now supported.
2013-06-09 22:55:08 -04:00
Matt McCormick
f95aa23b75
Update README to note OSX is now supported.
2013-06-09 22:55:08 -04:00
Matt McCormick
98a53bc262
Add tests.
2013-06-09 22:50:03 -04:00
Matt McCormick
e5f3dc1503
Add tests.
2013-06-09 22:50:03 -04:00
Matt McCormick
c5e080218c
Output error on status interval < 1.
2013-06-09 22:24:28 -04:00
Matt McCormick
beea1a7cae
Output error on status interval < 1.
2013-06-09 22:24:28 -04:00
Matt McCormick
f375fc7b72
Use EXIT_SUCCESS/EXIT_FAILURE.
2013-06-09 21:01:32 -04:00
Matt McCormick
365502dbf8
Use EXIT_SUCCESS/EXIT_FAILURE.
2013-06-09 21:01:32 -04:00
Matt McCormick
1b012b0f46
Output error on graph_lines < 1. Issue #3 .
2013-06-09 20:58:47 -04:00
Matt McCormick
1155ca7c77
Output error on graph_lines < 1. Issue #3 .
2013-06-09 20:58:47 -04:00
Matt McCormick
9d072d4ec1
Merge remote-tracking branch 'Justastic/master' #1 , #2 , #5
...
Add support for Mac OSX from Justastic. Refactors the code from Justastic so it
works with the Linux code and so it also works for the new colors support.
Still need to test on OSX.
Conflicts:
tmux-mem-cpu-load.cpp
2013-06-09 20:49:21 -04:00
Matt McCormick
777452a83e
Merge remote-tracking branch 'Justastic/master' #1 , #2 , #5
...
Add support for Mac OSX from Justastic. Refactors the code from Justastic so it
works with the Linux code and so it also works for the new colors support.
Still need to test on OSX.
Conflicts:
tmux-mem-cpu-load.cpp
2013-06-09 20:49:21 -04:00
Matt McCormick
c13d4087b9
Merge branch 'colors'
...
Add support for colored output.
2013-06-05 11:55:18 -04:00
Justin Crawford
53ffd7ce10
Mac OS X support and BSD function stubs
...
Reorder the functions, begin OS X specific functions
Load averages and Memory usage now works on OSX (I hope the calculations are correct)
Minor edits
Finish OSX support - Fixes CPU usage
2013-05-20 20:02:13 -07:00
Justin Crawford
06ebd3e9ab
Mac OS X support and BSD function stubs
...
Reorder the functions, begin OS X specific functions
Load averages and Memory usage now works on OSX (I hope the calculations are correct)
Minor edits
Finish OSX support - Fixes CPU usage
2013-05-20 20:02:13 -07:00
Matt McCormick
7186e5dbd0
Add instructions for color support in the README.
2013-05-03 14:28:12 -04:00
Matt McCormick
b2f26bab3f
Add support for colors.
...
Colors are added for terminals that have 256 color support when the
--colors flag is enabled. The background colors are varied with different color
maps derived from their matplotlib versions. The foreground color is a
contrasting black or white.
2013-04-30 06:38:39 -04:00
Matt McCormick
816a26bab5
No using namespace std.
...
Bad form, as Hook would say.
2013-04-24 22:13:50 -04:00
Justin Crawford
dd3cb1e27d
Fix the formatting to use tabs instead of spaces, easier to read this way.
2013-04-15 11:35:38 -07:00
Justin Crawford
c14c56c7ef
Fix the formatting to use tabs instead of spaces, easier to read this way.
2013-04-15 11:35:38 -07:00
Justin Crawford
7261b34ace
Don't use namespace std. It makes things too confusing.
2013-04-15 11:33:28 -07:00
Justin Crawford
86bdac97f8
Don't use namespace std. It makes things too confusing.
2013-04-15 11:33:28 -07:00
Matt McCormick
2dc1716dd3
Add note in README that OSX is not supported.
2013-04-04 19:52:38 -04:00
Matt McCormick
b00f53193b
Add note in README that OSX is not supported.
2013-04-04 19:52:38 -04:00
Matt McCormick
91034d3d29
Add CMake error on OSX.
...
It is not currently supported.
2013-04-04 19:50:16 -04:00
Matt McCormick
ec28a5615b
Add CMake error on OSX.
...
It is not currently supported.
2013-04-04 19:50:16 -04:00
Matt McCormick
c7c0063916
Merge pull request #4 from krieiter/patch-1
...
Update README.rst
2013-03-20 19:43:40 -07:00
Matt McCormick
fd38877476
Merge pull request #4 from krieiter/patch-1
...
Update README.rst
2013-03-20 19:43:40 -07:00
krieiter
39c97db2b0
Update README.rst
...
I'm not actually sure whether it's typo or not. Feel free to reject this change.
2013-03-18 16:27:13 +09:00
krieiter
2fd8b67424
Update README.rst
...
I'm not actually sure whether it's typo or not. Feel free to reject this change.
2013-03-18 16:27:13 +09:00