1
0
mirror of https://github.com/shirou/gopsutil.git synced 2025-05-02 22:17:08 +08:00

681 Commits

Author SHA1 Message Date
Shirou WAKAYAMA
1cb67eb4c2 merge 039b9defabe2fba35c9d3a4dbf7edc3fad812227 2014-12-27 23:43:18 +09:00
Shirou WAKAYAMA
16de570414 merge 039b9defabe2fba35c9d3a4dbf7edc3fad812227 2014-12-27 23:42:00 +09:00
Shirou WAKAYAMA
c348a399b0 merged 6e713f1469786514fbb010018a2a4874820104bd 2014-12-27 23:08:36 +09:00
Shirou WAKAYAMA
9e216add90 add Notice about package structure changed to README. 0.9.9 2014-12-27 22:11:55 +09:00
shirou
512ba09921 Merge pull request #29 from jamescun/master
Unify JSON tags to snake_case
2014-12-06 21:40:26 +09:00
James Cunningham
bddb35d0c6
Updated Tests to snake_case 2014-12-05 16:58:13 +00:00
James Cunningham
039b9defab
Unified all structs json tags to snake_case 2014-12-05 16:57:56 +00:00
shirou
2b6366a26d Merge pull request #28 from def/master
[linux] fix /proc/net/dev parsing
2014-11-29 21:17:33 +09:00
WAKAYAMA Shirou
9f2c985a28 fix windows build. 2014-11-27 22:28:05 +09:00
Shirou WAKAYAMA
a1c1d7b25f fix on Linux. 2014-11-27 10:32:35 +09:00
WAKAYAMA shirou
d11680c773 fix bugs on FreeBSD. 2014-11-27 10:25:14 +09:00
Shirou WAKAYAMA
a4671fcc2a move subdirectories. refer to issue #24 2014-11-27 10:18:15 +09:00
Nikolay Sivko
6e713f1469 [linux] fix /proc/net/dev parsing 2014-11-26 12:04:01 +03:00
shirou
2f128c3955 Merge pull request #27 from logavanc/master
Update README.rst
2014-11-21 18:13:21 +09:00
logavanc
7a3e3cad63 Update README.rst
Corrected spelling error.
2014-11-20 10:06:06 -08:00
shirou
0f9f812472 Merge pull request #26 from logavanc/master
Update README.rst
2014-11-20 14:40:57 +09:00
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).
2014-11-19 20:52:52 -08:00
Shirou WAKAYAMA
5169be59e4 use 10microsend duration for CPUPercent test. 2014-11-12 11:17:55 +09:00
Shirou WAKAYAMA
6adc13e592 value check to avoid zero division error. 2014-11-12 11:16:23 +09:00
Shirou WAKAYAMA
7be5e618bc add a import. 2014-11-12 10:10:40 +09:00
shirou
f4c7973669 Merge pull request #25 from KenjiTakahashi/cpu_percent
CPUTimes per cpu and CPUPercent
2014-11-12 10:08:44 +09:00
KenjiTakahashi
13e0d3433f CPUPercent 2014-11-08 22:43:32 +01:00
KenjiTakahashi
ab23ece76e TODO: CPUTimes percpu for Windows 2014-11-08 22:43:32 +01:00
KenjiTakahashi
d3206cbaf1 CPUTimes percpu for Darwin 2014-11-08 22:43:32 +01:00
KenjiTakahashi
0725331571 CPUTimes percpu for FreeBSD 2014-11-08 22:43:32 +01:00
KenjiTakahashi
1739d4640a CPUTimes percpu for Linux 2014-11-08 22:43:32 +01:00
KenjiTakahashi
58537fc519 readLinesOffsetN helper for reading only specific part of the file 2014-11-02 22:24:46 +01:00
Shirou WAKAYAMA
0fcf3154d3 fix error getting CPUInfo on darwin. 2014-11-02 18:29:12 +09:00
shirou
539c144016 Merge pull request #23 from def/master
[linux] fill SwapMemoryStat.Sin/Sout from /proc/vmstat
2014-11-02 18:23:00 +09:00
Nikolay Sivko
4fd429ca00 * fix IOCountersStat 2014-11-02 11:33:51 +03:00
Nikolay Sivko
28f9a28626 [linux] fill SwapMemoryStat.Sin/Sout from /proc/vmstat 2014-11-02 10:17:50 +03:00
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
2014-10-23 15:08:27 +09:00
shirou
4338d0b15b Merge pull request #20 from elementai/proc-smaps-skip-vmflags
skip VmFlags field when reading /proc/<pid>/smaps
2014-10-23 14:50:55 +09:00
Dmitry Medvedev
bd7243763c add memInfo *MemoryInfoStat to Process struct, fill memInfo while reading /proc/<pid>/status, Process.MemoryInfo() returns memInfo 2014-10-22 19:58:39 +04:00
Dmitry Medvedev
28205c016b skip VmFlags field when reading /proc/<pid>/smaps 2014-10-22 16:12:07 +04:00
shirou
dacd8155b5 Merge pull request #18 from def/master
disk usage in bytes
2014-10-17 11:43:39 +09:00
Nikolay Sivko
956cae2720 unix disk usage in bytes 2014-10-10 12:09:36 +04:00
shirou
ec46fb3a94 Merge pull request #17 from slank/CPUPpercent-typo
Fix typo
2014-09-25 13:48:19 +09:00
Matthew Wedgwood
fa4b2957ee Fix typo 2014-09-24 21:36:06 -07:00
Shirou WAKAYAMA
9a928183a7 sorry, I committed an old file. 2014-09-22 16:40:07 +09:00
Shirou WAKAYAMA
9dbd4898b2 add SerialNumber to DiskIOCounterStat. 2014-09-22 16:35:47 +09:00
Shirou WAKAYAMA
6f9abdb869 fix cpu info outofrange error on darwin. 2014-09-20 10:38:21 +09:00
shirou
0cdfc73bfa Merge pull request #16 from shirou/errorhandling
Errorhandling
2014-09-20 10:24:35 +09:00
WAKAYAMA shirou
9beacb51c5 fix error handling. 2014-09-20 10:22:41 +09:00
Shirou WAKAYAMA
a7a157d0f7 remove "mustParse" function on darwin. 2014-09-20 10:17:00 +09:00
Shirou WAKAYAMA
2cc4321636 fix darwin netstat format parsing error. 2014-09-20 10:16:30 +09:00
Shirou WAKAYAMA
b9702ac266 fix getPagesize parse error. 2014-09-20 09:37:02 +09:00
Shirou WAKAYAMA
f53c682823 fix darwin mem_swap parse error. 2014-09-20 09:30:14 +09:00
WAKAYAMA Shirou
b2dc569885 refactoring. 2014-09-20 00:23:33 +09:00
WAKAYAMA shirou
90b8a2160b remove mustParse on frebsd. 2014-09-20 00:15:35 +09:00