Commit Graph

779 Commits (42156fdf0dd55876ab0303f99ac6b9f506673bf0)
 

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