Commit Graph

284 Commits (4973aa73f97d5d064590b29192e9f9a3369a3217)
 

Author SHA1 Message Date
Shirou WAKAYAMA 4973aa73f9 start to use godefs to get C structs. 10 years ago
Shirou WAKAYAMA 13cd195a7e change package name. 10 years ago
Shirou WAKAYAMA 4ff6a1cdc0 update README about disk_partitions of darwin 10 years ago
Shirou WAKAYAMA e9d79d2fc4 disk_darwin is backported with 1.3 frozen syscall. 10 years ago
Shirou WAKAYAMA 3f7769ccfa implement disk_partition of Darwin using golang.org/x/sys/unix. 10 years ago
Shirou WAKAYAMA c0338e392f fix README 10 years ago
Shirou WAKAYAMA 2efdb23875 add 1.4 notice. 10 years ago
Shirou WAKAYAMA b4355247d6 README update. 10 years ago
Shirou WAKAYAMA 8e2514d23a merge 9e216add90 10 years ago
Shirou WAKAYAMA 1cb67eb4c2 merge 039b9defab 10 years ago
Shirou WAKAYAMA 16de570414 merge 039b9defab 10 years ago
Shirou WAKAYAMA c348a399b0 merged 6e713f1469 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
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