Commit Graph

1992 Commits (a3ae4bc40d261199964a6feaf548897cad274ca4)
 

Author SHA1 Message Date
WAKAYAMA shirou c64c974c1a Merge branch 'master' of github.com:shirou/gopsutil
WAKAYAMA shirou abb4086531 host[freebsd]: change to use utmpx for 9.0 or later.
Shirou WAKAYAMA 59c4b4ca75 disk[linux]: fix fstype map.
Shirou WAKAYAMA 7fb126f1bf disk[linux]: fix fstype dup.
Shirou WAKAYAMA ad6c3f60a7 disk[freebsd,darwin,windows]: add fstype to DiskUsageStat.
Shirou WAKAYAMA 1223e28905 docker[linux]: change docker error valiable and add cgroup error.
shirou a365e17869 Merge pull request #58 from influxdb/docker-non-linux
Allow gopsutil docker to build on non-linux boxes by stubbing out non…
Cameron Sparr 7a2d225b30 Allow gopsutil docker to build on non-linux boxes by stubbing out non-linux libraries
Shirou WAKAYAMA cbe10d6761 cpu[darwin]: move helper path to under the HOME dir.
Shirou WAKAYAMA c195d77ce3 cpu[darwin]: enable cpu helper only the environemnetal variable set.
Shirou WAKAYAMA 755d3a4119 cpu[darwin]: change default tick to 100.
Shirou WAKAYAMA 12843632ca cpu[darwin]: experimental implemtation to get CPU times on darwin.
Shirou WAKAYAMA 61cb121015 disk[unix]: fix free.
Shirou WAKAYAMA a9e65ec556 mem[darwin]: fix VirtualMem stat multiply.
Shirou WAKAYAMA a22c0c27d9 linux: fix ctime in linux.
Shirou WAKAYAMA feb4fc9706 docker: fix field name.
Shirou WAKAYAMA ba88128af1 host_linux: change some virtualization check StringsContains to StringsHas.`
Shirou WAKAYAMA b5ffc220a6 common: Rename StringContains to StringsContains and add StringsHas.
Shirou WAKAYAMA 9822959f18 LICENSE: fix program name.
Shirou WAKAYAMA 5854011870 cpu: Steal, Guest, and GuestNice are not divided by CPU_TICK.
WAKAYAMA shirou 4bc631921f cpu: fix command output trim problem.
Shirou WAKAYAMA 8c17a750c6 get CLOCK TICK by using getconf.
shirou 06a4ba734e Merge pull request #53 from ooclab/fix-cpu-stat
Fix interpretation error about /proc/stat
gwind a750762737 Fix interpretation error about /proc/stat
shirou 79f276e18a Merge pull request #52 from cornerot/patch-1
fix gosiger -> gosigar
cornerot 4048014170 fix gosiger -> gosigar
Shirou WAKAYAMA 0921e1f153 [linux] Process.CreateTime was returned msec, not sec.
Shirou WAKAYAMA 3bd9ace228 [linux] fix Host.BootTime(). It was seconds from Booted, not from epoch.
shirou c71f9ee5be Merge pull request #49 from databus23/suse_detection
Add SuSe platform detection
Fabian Ruff 91a97374c4 Add SuSe platform detection
shirou ce904df577 Merge pull request #48 from hhatto/numthreads_on_macosx
implement NumThreads on darwin. use ps command
Hideo Hattori 4d4bd26b06 implement NumThreads on darwin. use ps command
shirou 72772e9a94 Merge pull request #47 from hhatto/cputimes_on_darwin
implement CPUTimes (and CPUPercent) on darwin. use ps command.
Hideo Hattori 6ec0f72a72 implement CPUTimes (and CPUPercent) on darwin. use ps command.
WAKAYAMA shirou 64357f04e7 use StackExchange/wmi instead of invoking wmic process.
Note: This may not work on some old Windows XP.
shirou b55d373cee Merge pull request #45 from okmeter/master
disk_usage as in psutil & Process.NumFds() for linux
Nikolay Sivko 06282a319c [darwin] hw.memsize already in bytes
Nikolay Sivko 889c8c0bd5 enable Process.NumFds() for linux
Pavel Trukhanov 4f6e4f73f3 disk_usage as in psutil
WAKAYAMA Shirou 79f4358f65 process: Exe, Cmdline and Name implemented in windows by using wmic
WAKAYAMA Shirou 5f8b99aa65 windows: GetWmic returns [][]string where string split by ","
Shirou WAKAYAMA 1f5fdd1fba process: user and system should be divide by ClockTicks directly.
Shirou WAKAYAMA 8db78af11e process: CPUPercent delta should be changed by CPUNums.
Shirou WAKAYAMA 8f05d68a09 host: forget to convert to uint64.
Shirou WAKAYAMA 515398a6f6 host: Boottime return type was wrong on darwin #40
Shirou WAKAYAMA 170390c0df cpu: fix build option on unix.
WAKAYAMA Shirou ead8393137 cpu: use wmic to get CPU usage on Windows.
Shirou WAKAYAMA 1851e63d38 process: callPs can get from all process and Ppid() uses ps command on darwin.
Shirou WAKAYAMA 6227460dc5 process: if pid < 0, skip it. and Cmdline retruned Joined string.
WAKAYAMA Shirou 19e34cf385 process: test pid is wrong in Windows.