33d64bc53bOSX: exclude cached memory from used
Pawel "l0ner" Soltys
2015-02-15 01:17:51 +0100
7cb154f267Merge pull request #15 from l0ner/openbsd_new
Matt McCormick
2015-02-14 17:12:13 -0500
cf2a094f13Fix for cpu sysctl failing on 64bit FreeBSD same as commit 80d70b7a4d5ee9a4ba79deae0e840c65ccaf4131
Pawel "l0ner" Soltys
2015-02-13 19:56:47 +0100
869d43f102Fixed RAM usage calculation on FreeBSD - Instead of displaying hardware ram quantity, display ram available to be allocated by applications. FreeBSD uses some ram for kernel, segment mappings and other stuff. Those memory pages are not available for allocation by applications. - Calculate correctly ram usage. Active + Wired (buffers). Nothing else.
Pawel "l0ner" Soltys
2015-02-13 18:38:21 +0100
80d70b7a4dfix for cpu systctl failing on 64 bit OpenBSD On 64bit system KERN_CPTIME systctl gets returned as 64bit uint. On 32bit system it's returned as 32bit uint. This is not documented anywhere (or maybe I've missed it). I've added preprocessor test for 64bit system.
Pawel "l0ner" Soltys
2015-02-12 19:59:22 +0100
d21be2b87copenbsd: use unsigned ints to store cpu stats
Pawel "l0ner" Soltys
2015-02-01 17:29:04 +0100
067341e704pull initial *BDS port from Justin Crawford (see github.com/Justasic/tmux-mem-cpu-load)
Pawel "l0ner" Soltys
2015-01-10 17:58:34 +0100
53c418ac6dHide cpu usage graph if graph_lines == 0.
Pawel "l0ner" Soltys
2015-01-10 17:32:08 +0100
a4e6e4e75ause sysinfo() to get load avg instead of parsing /proc/ file
Pawel "l0ner" Soltys
2015-01-10 17:27:54 +0100
0573330f75use sysinfo() to get ram stats instead of parsing meminfo file.
Pawel "l0ner" Soltys
2015-01-09 14:52:50 +0100
23b385dd10pulled Joe136 solution to MemAvailable being present in /proc/meminfo on some systems
Pawel "l0ner" Soltys
2015-01-09 14:10:26 +0100
1ccb32164badded custom interval test
Pawel "l0ner" Soltys
2015-01-08 20:04:27 +0100
0050d3657finstead of using istringstream to convert form strin to int use stoi() function
Pawel "l0ner" Soltys
2015-01-08 19:53:22 +0100
b19956201acleanups, fix tests to follow new arguments
Pawel "l0ner" Soltys
2015-01-08 19:52:46 +0100
e7cdefa23ause version generated by cmake, some vim auto reindent
Pawel "l0ner" Soltys
2015-01-08 19:31:25 +0100
42a6d84016easier to read argv parse using command line argument parser by Michael Hanke
Pawel "l0ner" Soltys
2015-01-07 20:57:25 +0100
ac8c429746increase sleep time to full sec instead of 1-0.1s
Pawel "l0ner" Soltys
2015-01-07 14:58:47 +0100
87f1e2e816shorter DEFINES for versioning
Pawel "l0ner" Soltys
2015-01-07 14:31:49 +0100
d8e55342c2prune BOOST detection, minor tweaks For not Boost is not needed, uncomment relative lines when it will be.
Pawel "l0ner" Soltys
2015-01-07 14:15:28 +0100