shirou
|
9d03533a0f
|
Merge pull request #14 from def/master
change NumCtxSwitchesStat fields to int64
|
2014-09-17 00:43:32 +09:00 |
Nikolay Sivko
|
e8c96ea07d
|
fix DiskIOCountersStat.iotime on linux
|
2014-09-16 14:08:52 +04:00 |
Nikolay Sivko
|
9e3563f8ca
|
change NumCtxSwitchesStat fields to int64
|
2014-09-13 00:29:54 +04:00 |
shirou
|
5a0ed0e6df
|
Merge pull request #13 from gronpipmaster/patch-1
Bug fixed division 0 in SwapMemory()
|
2014-09-10 18:21:31 +09:00 |
Gronpipmaster
|
2dd4a033d6
|
Bug fixed division 0 in SwapMemory()
|
2014-09-10 01:23:12 +07:00 |
shirou
|
35c5899e02
|
Merge pull request #12 from def/master
Process changes merged
|
2014-09-02 10:07:54 +09:00 |
Nikolay Sivko
|
ba82ea1c90
|
error handling in Process.fillFromStatus
|
2014-09-01 15:24:46 +04:00 |
Nikolay Sivko
|
1b8d61144d
|
fix Process.fillFromStatus
|
2014-08-31 14:46:23 +04:00 |
Nikolay Sivko
|
14a4d64f47
|
fix /proc/pid/statm parsing
|
2014-08-31 12:50:53 +04:00 |
Nikolay Sivko
|
7dc4b97c4f
|
fix Process.Cmdline on linux
|
2014-08-30 18:13:16 +04:00 |
Nikolay Sivko
|
2297579d67
|
Process.Username method for posix-compliant OS
|
2014-08-29 16:38:01 +04:00 |
WAKAYAMA Shirou
|
547d722aef
|
fix LoadAvg definition error on Windows.
|
2014-08-26 23:56:38 +09:00 |
shirou
|
c5e37d9fdd
|
Merge pull request #11 from def/master
Disk stat changes (rebased)
|
2014-08-26 23:39:54 +09:00 |
Nikolay Sivko
|
f8b1b17441
|
DiskIOCountersStat.IoTime on linux
|
2014-08-26 17:33:57 +04:00 |
Nikolay Sivko
|
83ca5491a2
|
fill DiskPartitionStat.Device on freebsd
|
2014-08-26 17:32:38 +04:00 |
Nikolay Sivko
|
662baa0c02
|
fill DiskPartitionStat.Device on linux
|
2014-08-26 17:32:38 +04:00 |
WAKAYAMA Shirou
|
e1e9f80bf0
|
add Inode test and go fmt
|
2014-08-26 22:17:35 +09:00 |
shirou
|
c7ffdfa3b5
|
Merge pull request #9 from def/disk_inodes_usage
Disk inodes usage (unix only)
|
2014-08-26 22:13:44 +09:00 |
Nikolay Sivko
|
e8bb28fc98
|
disk inodes usage
|
2014-08-26 12:38:52 +04:00 |
shirou
|
bc8d9df079
|
Merge pull request #6 from lukaslueg/master
Fix missing error handling, gofmt
|
2014-08-18 21:41:43 +09:00 |
shirou
|
9c5008a9a7
|
Merge pull request #5 from def/fix_net_counters_linux
fix NetIOCounters on linux
|
2014-08-18 21:38:44 +09:00 |
Nikolay Sivko
|
ba09a0f5ac
|
fix NetIOCounters on linux
|
2014-08-18 11:14:26 +04:00 |
Lukas Lueg
|
26941df392
|
Small gofmt fixes
|
2014-08-15 20:09:34 +02:00 |
Lukas Lueg
|
0d21129dc7
|
Rename idents to gofmt-specs
|
2014-08-15 20:05:26 +02:00 |
Lukas Lueg
|
fdf48b0e4a
|
GoFmt fixes
|
2014-08-15 19:18:30 +02:00 |
Lukas Lueg
|
90ffa84856
|
Fixed missing error handling, error msg
|
2014-08-15 19:09:43 +02:00 |
shirou
|
026f5023a8
|
Merge pull request #4 from mephux/patch-1
Fix typo
|
2014-08-14 16:43:28 +09:00 |
Dustin Webber
|
f5128ca166
|
Fix typo
|
2014-08-13 15:26:16 -04:00 |
Shirou WAKAYAMA
|
82227bfed4
|
add VendorId and CacheSize on darwin.
|
2014-08-08 23:55:18 +09:00 |
Shirou WAKAYAMA
|
2d08e158d6
|
change to use sysctl machdep.cpu. for CpuInfo on darwin.
|
2014-08-08 23:50:15 +09:00 |
Shirou WAKAYAMA
|
a199f2d854
|
add darwin placeholder. Not working yet.
Currently, test should be failed with NotImplementedError or something.
|
2014-08-08 23:09:28 +09:00 |
WAKAYAMA shirou
|
594816dd1f
|
add NotImplementedError as fixed variable.
|
2014-08-07 17:11:24 +09:00 |
Shirou WAKAYAMA
|
d08c3d9b78
|
Merge branch 'master' of github.com:shirou/gopsutil
|
2014-07-03 18:21:13 +09:00 |
Shirou WAKAYAMA
|
3bd7ad99b2
|
disk_linux: DiskIOCounter now return all partitions except empty.
|
2014-07-03 18:20:34 +09:00 |
Shirou WAKAYAMA
|
409b0c74ed
|
mem_linux: mulitply 1000 to value in order to keep previous unit.
|
2014-07-03 17:46:56 +09:00 |
Shirou WAKAYAMA
|
833ea536bd
|
mem_linux: mulitply 1000 to value in order to keep previous unit.
|
2014-07-03 17:46:10 +09:00 |
Shirou WAKAYAMA
|
70d3719650
|
Merge branch 'master' of github.com:shirou/gopsutil
|
2014-07-03 17:40:00 +09:00 |
Shirou WAKAYAMA
|
c78563d5dd
|
mem_linux: VirtualMemory() is now from /proc/meminfo, not syscall.
|
2014-07-03 17:39:21 +09:00 |
WAKAYAMA shirou
|
a68148ae03
|
fix some bad english on README.rst
|
2014-06-24 14:50:52 +09:00 |
Shirou WAKAYAMA
|
879127682b
|
fix typo.
|
2014-06-12 17:18:45 +09:00 |
Shirou WAKAYAMA
|
12c0e66d9c
|
TestGetDockerIDList is commented out
It always fail if non-docker environment.
|
2014-06-10 14:41:14 +09:00 |
Shirou WAKAYAMA
|
9ce676d9c7
|
add cgroup functions on Linux.
|
2014-06-10 14:38:01 +09:00 |
Shirou WAKAYAMA
|
87c64a5174
|
go fmt
|
2014-06-10 14:35:59 +09:00 |
Shirou WAKAYAMA
|
41d2beb271
|
Merge branch 'master' of github.com:shirou/gopsutil
|
2014-06-10 12:03:00 +09:00 |
WAKAYAMA Shirou
|
6ecec79319
|
change net hardware adress to string.
|
2014-06-03 00:39:47 +09:00 |
WAKAYAMA shirou
|
9b46031b59
|
add NetInterface which can get network interfaces such as addresses.
This may wokrs all of the platform.
|
2014-06-03 00:33:55 +09:00 |
WAKAYAMA shirou
|
9265937b2e
|
add placeholder of disk on freebsd
|
2014-06-02 23:50:55 +09:00 |
WAKAYAMA shirou
|
799a4495e9
|
Merge branch 'master' of github.com:shirou/gopsutil
|
2014-06-02 23:49:15 +09:00 |
WAKAYAMA Shirou
|
76866feb03
|
implement redhatishVersion and platform on Linux.
|
2014-05-27 22:37:23 +09:00 |
WAKAYAMA Shirou
|
710c02905f
|
error handling about getLSB()
|
2014-05-27 21:44:03 +09:00 |