Commit Graph

270 Commits (d11680c773ec0812ec903240a0b6fc44fd09ba5e)
 

Author SHA1 Message Date
WAKAYAMA shirou d11680c773 fix bugs on FreeBSD. 10 years ago
Shirou WAKAYAMA a4671fcc2a move subdirectories. refer to issue #24 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 10 years ago
KenjiTakahashi ab23ece76e TODO: CPUTimes percpu for Windows 10 years ago
KenjiTakahashi d3206cbaf1 CPUTimes percpu for Darwin 10 years ago
KenjiTakahashi 0725331571 CPUTimes percpu for FreeBSD 10 years ago
KenjiTakahashi 1739d4640a CPUTimes percpu for Linux 10 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
Nikolay Sivko e8c96ea07d fix DiskIOCountersStat.iotime on linux 11 years ago
Nikolay Sivko 9e3563f8ca change NumCtxSwitchesStat fields to int64 11 years ago
shirou 5a0ed0e6df Merge pull request #13 from gronpipmaster/patch-1
Bug fixed division 0 in SwapMemory()
11 years ago
Gronpipmaster 2dd4a033d6 Bug fixed division 0 in SwapMemory() 11 years ago
shirou 35c5899e02 Merge pull request #12 from def/master
Process changes merged
11 years ago
Nikolay Sivko ba82ea1c90 error handling in Process.fillFromStatus 11 years ago
Nikolay Sivko 1b8d61144d fix Process.fillFromStatus 11 years ago
Nikolay Sivko 14a4d64f47 fix /proc/pid/statm parsing 11 years ago
Nikolay Sivko 7dc4b97c4f fix Process.Cmdline on linux 11 years ago