Commit Graph

1832 Commits (cc70488af8e4039f4aa96a3904df845fc5723aa8)
 

Author SHA1 Message Date
Shirou WAKAYAMA 8e2514d23a merge 9e216add90
Shirou WAKAYAMA 1cb67eb4c2 merge 039b9defab
Shirou WAKAYAMA 16de570414 merge 039b9defab
Shirou WAKAYAMA c348a399b0 merged 6e713f1469
Shirou WAKAYAMA 9e216add90 add Notice about package structure changed to README.
shirou 512ba09921 Merge pull request #29 from jamescun/master
Unify JSON tags to snake_case
James Cunningham bddb35d0c6
Updated Tests to snake_case
James Cunningham 039b9defab
Unified all structs json tags to snake_case
shirou 2b6366a26d Merge pull request #28 from def/master
[linux] fix /proc/net/dev parsing
WAKAYAMA Shirou 9f2c985a28 fix windows build.
Shirou WAKAYAMA a1c1d7b25f fix on Linux.
WAKAYAMA shirou d11680c773 fix bugs on FreeBSD.
Shirou WAKAYAMA a4671fcc2a move subdirectories. refer to issue #24
Nikolay Sivko 6e713f1469 [linux] fix /proc/net/dev parsing
shirou 2f128c3955 Merge pull request #27 from logavanc/master
Update README.rst
logavanc 7a3e3cad63 Update README.rst
Corrected spelling error.
shirou 0f9f812472 Merge pull request #26 from logavanc/master
Update README.rst
logavanc 5e5c9048d1 Update README.rst
Corrected some typos and grammer errors.
Tweaked a couple of small things for consistency (section title capitalization, etc.).
Corrected a misreference to an added function CPUInfo (the function returned a CPUInfoStat struct, but the actual function name is CPUInfo).
Shirou WAKAYAMA 5169be59e4 use 10microsend duration for CPUPercent test.
Shirou WAKAYAMA 6adc13e592 value check to avoid zero division error.
Shirou WAKAYAMA 7be5e618bc add a import.
shirou f4c7973669 Merge pull request #25 from KenjiTakahashi/cpu_percent
CPUTimes per cpu and CPUPercent
KenjiTakahashi 13e0d3433f CPUPercent
KenjiTakahashi ab23ece76e TODO: CPUTimes percpu for Windows
KenjiTakahashi d3206cbaf1 CPUTimes percpu for Darwin
KenjiTakahashi 0725331571 CPUTimes percpu for FreeBSD
KenjiTakahashi 1739d4640a CPUTimes percpu for Linux
KenjiTakahashi 58537fc519 readLinesOffsetN helper for reading only specific part of the file
Shirou WAKAYAMA 0fcf3154d3 fix error getting CPUInfo on darwin.
shirou 539c144016 Merge pull request #23 from def/master
[linux] fill SwapMemoryStat.Sin/Sout from /proc/vmstat
Nikolay Sivko 4fd429ca00 * fix IOCountersStat
Nikolay Sivko 28f9a28626 [linux] fill SwapMemoryStat.Sin/Sout from /proc/vmstat
shirou 4e06bc6ad3 Merge pull request #21 from elementai/swap-from-proc-pid-status
Add MemoryInfoStat to Process and fill it while reading /proc/<pid>/status
shirou 4338d0b15b Merge pull request #20 from elementai/proc-smaps-skip-vmflags
skip VmFlags field when reading /proc/<pid>/smaps
Dmitry Medvedev bd7243763c add memInfo *MemoryInfoStat to Process struct, fill memInfo while reading /proc/<pid>/status, Process.MemoryInfo() returns memInfo
Dmitry Medvedev 28205c016b skip VmFlags field when reading /proc/<pid>/smaps
shirou dacd8155b5 Merge pull request #18 from def/master
disk usage in bytes
Nikolay Sivko 956cae2720 unix disk usage in bytes
shirou ec46fb3a94 Merge pull request #17 from slank/CPUPpercent-typo
Fix typo
Matthew Wedgwood fa4b2957ee Fix typo
Shirou WAKAYAMA 9a928183a7 sorry, I committed an old file.
Shirou WAKAYAMA 9dbd4898b2 add SerialNumber to DiskIOCounterStat.
Shirou WAKAYAMA 6f9abdb869 fix cpu info outofrange error on darwin.
shirou 0cdfc73bfa Merge pull request #16 from shirou/errorhandling
Errorhandling
WAKAYAMA shirou 9beacb51c5 fix error handling.
Shirou WAKAYAMA a7a157d0f7 remove "mustParse" function on darwin.
Shirou WAKAYAMA 2cc4321636 fix darwin netstat format parsing error.
Shirou WAKAYAMA b9702ac266 fix getPagesize parse error.
Shirou WAKAYAMA f53c682823 fix darwin mem_swap parse error.
WAKAYAMA Shirou b2dc569885 refactoring.