Commit Graph

2562 Commits (0e9c0ade3c810c6309d6a880256fc141fd839742)
 

Author SHA1 Message Date
shirou ce904df577 Merge pull request #48 from hhatto/numthreads_on_macosx
implement NumThreads on darwin. use ps command
10 years ago
Hideo Hattori 4d4bd26b06 implement NumThreads on darwin. use ps command 10 years ago
shirou 72772e9a94 Merge pull request #47 from hhatto/cputimes_on_darwin
implement CPUTimes (and CPUPercent) on darwin. use ps command.
10 years ago
Hideo Hattori 6ec0f72a72 implement CPUTimes (and CPUPercent) on darwin. use ps command. 10 years ago
WAKAYAMA shirou 64357f04e7 use StackExchange/wmi instead of invoking wmic process.
Note: This may not work on some old Windows XP.
10 years ago
shirou b55d373cee Merge pull request #45 from okmeter/master
disk_usage as in psutil & Process.NumFds() for linux
10 years ago
Nikolay Sivko 06282a319c [darwin] hw.memsize already in bytes 10 years ago
Nikolay Sivko 889c8c0bd5 enable Process.NumFds() for linux 10 years ago
Pavel Trukhanov 4f6e4f73f3 disk_usage as in psutil 10 years ago
WAKAYAMA Shirou 79f4358f65 process: Exe, Cmdline and Name implemented in windows by using wmic 10 years ago
WAKAYAMA Shirou 5f8b99aa65 windows: GetWmic returns [][]string where string split by "," 10 years ago
Shirou WAKAYAMA 1f5fdd1fba process: user and system should be divide by ClockTicks directly. 10 years ago
Shirou WAKAYAMA 8db78af11e process: CPUPercent delta should be changed by CPUNums. 10 years ago
Shirou WAKAYAMA 8f05d68a09 host: forget to convert to uint64. 10 years ago
Shirou WAKAYAMA 515398a6f6 host: Boottime return type was wrong on darwin #40 10 years ago
Shirou WAKAYAMA 170390c0df cpu: fix build option on unix. 10 years ago
WAKAYAMA Shirou ead8393137 cpu: use wmic to get CPU usage on Windows. 10 years ago
Shirou WAKAYAMA 1851e63d38 process: callPs can get from all process and Ppid() uses ps command on darwin. 10 years ago
Shirou WAKAYAMA 6227460dc5 process: if pid < 0, skip it. and Cmdline retruned Joined string. 10 years ago
WAKAYAMA Shirou 19e34cf385 process: test pid is wrong in Windows. 10 years ago
WAKAYAMA Shirou ec2b509dda cpu: skip percpu percent test if windows. Windows can only get one CPU info currently. 10 years ago
Shirou WAKAYAMA ae3b0a48f4 process: commented out CPUPercent due to fail on drone.io. 10 years ago
Shirou WAKAYAMA f80276597c oops 10 years ago
Shirou WAKAYAMA 2342350766 process: fix for drone.io test. 10 years ago
Shirou WAKAYAMA 3ce89ce0c9 process: fix linux testing. 10 years ago
Shirou WAKAYAMA e39f17afd7 process: fix process status parsing. 10 years ago
若山史郎 9d38e5c995 process: add meminfo, cmdline on darwin. 10 years ago
若山史郎 20c3ddbfe5 process: fix darwin kinfo_proc struct and introduce creation by godef. 10 years ago
Shirou WAKAYAMA c61c09295c process: delete CPUPercent on the every architecture dependent part. 10 years ago
Shirou WAKAYAMA 2093d43c2a process: implement cpu_percent on linux. 10 years ago
若山史郎 e71113cffd change darwin process support status to broken.
using godef breaks process information on darwin. I am tackling to fix it.
10 years ago
若山史郎 d1b9134c32 process: use syscall in common on darwin 10 years ago
若山史郎 cea341c690 mem: add 0 check to darwin.swapmem. 10 years ago
WAKAYAMA Shirou 9569e2389c Merge branch 'master' of https://github.com/shirou/gopsutil 10 years ago
WAKAYAMA shirou 508c60cac3 disk: forget to add some files. 10 years ago
WAKAYAMA shirou 0451709fe3 disk: add disk_io_counter to FreeBSD by using sysctl(kern.devstat.all). 10 years ago
WAKAYAMA shirou be5b5a5754 move CallSysCall to common/common_freebsd 10 years ago
WAKAYAMA Shirou 612e7109e1 delete debug 10 years ago
WAKAYAMA Shirou bb1747fc85 disk: implements DiskIoCounterInfo on windows. Note: only read/write counts during 500 msec.
Thanks for mackerel-agent!
10 years ago
WAKAYAMA Shirou 4b0f5a03dc host: use wmic OS instead of calling GetTickCount on Windows. 10 years ago
WAKAYAMA Shirou 4694ce0e4d cpu: use wmic to get CPUInfo on Windows 10 years ago
WAKAYAMA shirou b8dc51929a forget to change float32 to float64 10 years ago
若山史郎 f2435bc8de host: skip if utmp.Type is not USERPROCESS (defined in utmpx.h) 10 years ago
若山史郎 a5d366a70c host: Users() on darwin works. but Started is not correct. 10 years ago
Shirou WAKAYAMA 4ead971d70 fix CPUTimes type change problem on other packages. 10 years ago
Shirou WAKAYAMA 753ea1bb48 fix when converting CPUTimes to JSON, sometimes idel have exponent 10 years ago
Shirou WAKAYAMA 4b5bf22b88 change CPUTimes type from float32 to float64 to resolve precision issue. 10 years ago
Shirou WAKAYAMA 18ab22b6fc cpu: should be divided by CPU_TICK 10 years ago
WAKAYAMA Shirou 69ad6a7822 fix new line problem on Windows 10 years ago
shirou 3907a842a7 Merge pull request #36 from jwilder/jw-panic
Fix panics with docker stats
10 years ago