Commit Graph

592 Commits (b8c40ac83c71bb08c277d6cb58ab9b234df33019)
 

Author SHA1 Message Date
WAKAYAMA Shirou 3d702e621d fix windows
Shirou WAKAYAMA c8044322a8 Merge branch 'master' of github.com:shirou/gopsutil
WAKAYAMA shirou ccc1530faf implements disk_partitions on freebsd.
WAKAYAMA shirou cf8b32d5a9 skip left side null.
WAKAYAMA shirou 13d9a51850 update README
Shirou WAKAYAMA ff18ba92f8 Merge branch 'master' of github.com:shirou/gopsutil
WAKAYAMA shirou cc8a1f3030 implements users on freebsd.
WAKAYAMA shirou 4bf256a08a go fmt
Shirou WAKAYAMA ac570a47a1 Merge branch 'master' of github.com:shirou/gopsutil
Shirou WAKAYAMA 77fb50adf6 implements users() on linux.
WAKAYAMA shirou 7d1ba2a9df go fmt
WAKAYAMA shirou 6d291867b8 update README about current status.
Shirou WAKAYAMA 1629dd9a38 Merge branch 'master' of github.com:shirou/gopsutil
WAKAYAMA shirou 4c323a7715 update README and add LICENSE file.
Shirou WAKAYAMA 1fd78609a3 Merge branch 'master' of github.com:shirou/gopsutil
WAKAYAMA shirou 1fb41a9959 linux file still exists. rename it.
Shirou WAKAYAMA 18b2d521f4 Merge branch 'master' of github.com:shirou/gopsutil
WAKAYAMA shirou e3f496f4fe syscall.SysInfo not exists in FreeBSD. use sysctl instead.
WAKAYAMA Shirou d99b3db367 go fmt
WAKAYAMA Shirou a2b5e67b2f implements Boot_time(). This is moved from Hostinfo.
WAKAYAMA Shirou 5c127fc220 start to write documents. but I only have poor English skill. 😱
Shirou WAKAYAMA a553f97529 Merge branch 'master' of github.com:shirou/gopsutil
WAKAYAMA shirou 138a1ea5a8 fix some errors on freebsd.
WAKAYAMA Shirou 7396461d07 remove each metrics top struct such as CPU, all functions become flat.
Shirou WAKAYAMA d0da149b67 implements Uptime.
Shirou WAKAYAMA 0f76e7130f fix Disk_usage parameter change.
WAKAYAMA Shirou 187d1edef9 rename package main to gopsutil
Shirou WAKAYAMA 2691abd635 Merge branch 'master' of github.com:shirou/gopsutil
WAKAYAMA Shirou 2b99d2b7a6 refactor proc name.
WAKAYAMA Shirou 4f59129155 implements Disk_partition on windows
WAKAYAMA Shirou 8204d224c2 remove unused func.
WAKAYAMA Shirou 8235f42686 implement disk usage on Windows
WAKAYAMA Shirou e29742b52f implements CPU info total on Windows. but it may be not correct.
WAKAYAMA Shirou 8145c0cef0 forget to commit procs in HostInfo.
WAKAYAMA Shirou ab22e78f2d implements memory information on windows.
WAKAYAMA Shirou 8c60a8f8c5 add Procs to Hostinfo by using mitchellh/go-ps.
WAKAYAMA Shirou 5fc807ed23 implements Host.Uptime on windows
WAKAYAMA Shirou ce81975573 add windows stub.
WAKAYAMA Shirou 4ffbd2a28f separate struct and func due to the lack of syscall on windows.
WAKAYAMA Shirou f16e9efb2e fix the return value struct.
WAKAYAMA Shirou 5b605dc1a3 initial import.
WAKAYAMA Shirou 4c1052f036 initial commit.