summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* merge master720-sysinfoGiampaolo Rodola2016-09-221-5/+6
* Merge branch 'master' into 720-sysinfoGiampaolo Rodola2016-09-221-1/+1
|\
| * fix testGiampaolo Rodola2016-09-221-1/+1
* | merge from masterGiampaolo Rodola2016-09-2277-2296/+5578
|\ \ | |/
| * update HISTORYGiampaolo Rodola2016-09-221-4/+4
| * update HISTORYGiampaolo Rodola2016-09-221-1/+2
| * Merge pull request #825 from hardikar/masterGiampaolo Rodola2016-09-223-5/+6
| |\
| | * Address PR commentsShreedhar Hardikar2016-06-142-3/+3
| | * Fix possible double close and use of unopened socketShreedhar Hardikar2016-05-242-5/+6
| * | style changesGiampaolo Rodola2016-09-2213-5/+22
| * | update depsGiampaolo Rodola2016-09-222-2/+3
| * | #891: give procinfo.py a cmdline parserGiampaolo Rodola2016-09-221-92/+130
| * | #891: make procinfo.py provides a lot more info.Giampaolo Rodola2016-09-223-65/+188
| * | add READMEGiampaolo Rodola2016-09-221-0/+2
| * | refactor Makefile so that it works also on BSDGiampaolo Rodola2016-09-221-8/+11
| * | Merge pull request #890 from giampaolo/887-linux-free-mem-standardizationGiampaolo Rodola2016-09-217-83/+350
| |\ \
| | * | update doc887-linux-free-mem-standardizationGiampaolo Rodola2016-09-213-5/+6
| | * | add more testsGiampaolo Rodola2016-09-211-1/+5
| | * | add more testsGiampaolo Rodola2016-09-211-0/+58
| | * | refactoringGiampaolo Rodola2016-09-212-38/+43
| | * | renameGiampaolo Rodola2016-09-211-2/+2
| | * | update docGiampaolo Rodola2016-09-214-5/+14
| | * | fix testGiampaolo Rodola2016-09-212-3/+3
| | * | #887: add another test for avail memGiampaolo Rodola2016-09-201-3/+31
| | * | #887: add test for calculate avail memGiampaolo Rodola2016-09-201-0/+16
| | * | #887: add test for warnings on missing valuesGiampaolo Rodola2016-09-201-0/+30
| | * | update testsGiampaolo Rodola2016-09-201-23/+37
| | * | mergeGiampaolo Rodola2016-09-204-49/+26
| | |\ \ | | |/ / | |/| |
| * | | Merge pull request #889 from giampaolo/revert-888-887-linux-free-mem-standard...887-linux-free-mem-standardization-2Giampaolo Rodola2016-09-185-144/+76
| |\ \ \
| | * | | Revert "887 linux free mem standardization"revert-888-887-linux-free-mem-standardizationGiampaolo Rodola2016-09-185-144/+76
| |/ / /
| * | | Merge pull request #888 from giampaolo/887-linux-free-mem-standardizationGiampaolo Rodola2016-09-185-76/+144
| |\ \ \
| | | * | issue #887: calculate avail mem on older kernels where MemAvailableGiampaolo Rodola2016-09-203-50/+107
| | |/ /
| | * | update commentsGiampaolo Rodola2016-09-181-4/+7
| | * | #877 - takes LCX containers into account and prevent 'avail' to overflow 'total'Giampaolo Rodola2016-09-182-11/+17
| | * | update docGiampaolo Rodola2016-09-183-4/+9
| | * | #887: do not use sysinfo() syscall; use /proc/meminfo to calculate all statsGiampaolo Rodola2016-09-181-17/+12
| | * | refactoringGiampaolo Rodola2016-09-181-19/+11
| | * | use bytesGiampaolo Rodola2016-09-181-1/+1
| | * | fix typosGiampaolo Rodola2016-09-181-3/+3
| | * | #87: skip used mem test in case of older free versionGiampaolo Rodola2016-09-182-1/+11
| | * | #877: properly calculate used memGiampaolo Rodola2016-09-182-9/+17
| | * | #887 correctly calculate shared memGiampaolo Rodola2016-09-181-3/+14
| | * | reintroduce warnings for missing fieldsGiampaolo Rodola2016-09-181-10/+35
| | * | #887: MemAvailable column may not be there; in that case calculate available ...Giampaolo Rodola2016-09-182-2/+21
| | * | #887: match 'available' column of 'free'; also calculate 'cached' mem the sam...Giampaolo Rodola2016-09-182-40/+32
| | * | #887: add test to matche 'avail' column of 'free'Giampaolo Rodola2016-09-181-16/+12
| | * | linux test refactoringGiampaolo Rodola2016-09-181-6/+11
| | * | skip test failing on travisGiampaolo Rodola2016-09-171-0/+1
| |/ /
| * | git hook script: print errors in redGiampaolo Rodola2016-09-141-7/+43
| * | #885: ValueError is raised if a negative integer is passed to cpu_percent() f...Giampaolo Rodola2016-09-134-0/+16