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 |
WAKAYAMA shirou
|
f84631cfb6
|
fix the capacity of make disk on FreeBSD.
|
2014-05-25 00:48:01 +09:00 |
Shirou WAKAYAMA
|
b4a1a26e11
|
update README about virtualization.
|
2014-05-23 10:33:21 +09:00 |
Shirou WAKAYAMA
|
45710b5c9d
|
could not get coverage from test subdirectory. move back to top.
But it becomes messy again.
|
2014-05-23 10:31:47 +09:00 |
Shirou WAKAYAMA
|
1464099024
|
add detecting virtualization system on Linux.
|
2014-05-20 19:36:19 +09:00 |
Shirou WAKAYAMA
|
11569147c0
|
Merge branch 'master' of github.com:shirou/gopsutil
|
2014-05-20 19:30:06 +09:00 |
WAKAYAMA shirou
|
bfe7890e2b
|
fix return type.
|
2014-05-20 19:29:41 +09:00 |
Shirou WAKAYAMA
|
dc78f4bcbe
|
make test directory and moved in it.
|
2014-05-20 16:38:20 +09:00 |
Shirou WAKAYAMA
|
f5a85e6b55
|
Merge branch 'master' of github.com:shirou/gopsutil
|
2014-05-20 10:57:30 +09:00 |
WAKAYAMA Shirou
|
5ae1c91744
|
fix the type declaration on Windows
|
2014-05-18 23:48:29 +09:00 |
WAKAYAMA Shirou
|
5f37278918
|
fix the type .
|
2014-05-18 23:45:54 +09:00 |
WAKAYAMA shirou
|
6d379d4a18
|
HostInfo.Uptime is now uint64.
|
2014-05-18 23:43:44 +09:00 |
WAKAYAMA shirou
|
4addd06db8
|
implements uptime on FreeBSD.
|
2014-05-18 23:43:24 +09:00 |
WAKAYAMA shirou
|
ea83f5636d
|
implements NetIOCounters() on FreeBSD.
|
2014-05-18 23:23:47 +09:00 |
WAKAYAMA Shirou
|
b1d963d5b0
|
rename parseFoo to mustParseFoo because these funcs are just a util func.
Such funcs should be panic if error occured, but not implemented yet.
|
2014-05-18 22:43:12 +09:00 |
Shirou WAKAYAMA
|
15ddbe009f
|
add LoadAvg() to README
|
2014-05-16 19:03:15 +09:00 |
Shirou WAKAYAMA
|
2b1cc4d012
|
fix member name changed problem
|
2014-05-16 18:49:50 +09:00 |
Shirou WAKAYAMA
|
d612aa5931
|
Merge branch 'master' of github.com:shirou/gopsutil
|
2014-05-16 18:48:48 +09:00 |
WAKAYAMA Shirou
|
d537b20e75
|
add CPUInfo placeholder on Windows.
|
2014-05-16 18:42:37 +09:00 |
WAKAYAMA shirou
|
59207b1e49
|
implements CPUInfoStat on FreeBSD.
|
2014-05-16 18:39:17 +09:00 |
Shirou WAKAYAMA
|
e68563b7b3
|
add CPUInfoStat() on Linux.
|
2014-05-16 18:12:46 +09:00 |
Shirou WAKAYAMA
|
955c9d23c0
|
go fmt
|
2014-05-16 18:11:17 +09:00 |
Shirou WAKAYAMA
|
4b7a2b298d
|
Merge branch 'master' of github.com:shirou/gopsutil
|
2014-05-16 17:05:01 +09:00 |
WAKAYAMA Shirou
|
1ed1140089
|
fix build failure and panic on Windows.
|
2014-05-16 16:59:46 +09:00 |
Shirou WAKAYAMA
|
0f0c4c99c1
|
write about Hostinfo to README
|
2014-05-16 16:42:16 +09:00 |
Shirou WAKAYAMA
|
750b540121
|
add platform information to HostInfo and implements on Linux.
Detecting code is ported from Ohai.
|
2014-05-16 16:37:41 +09:00 |
Shirou WAKAYAMA
|
e04ef118ca
|
Merge branch 'master' of github.com:shirou/gopsutil
|
2014-05-16 15:36:35 +09:00 |
WAKAYAMA shirou
|
04882ba11d
|
Merge branch 'master' of github.com:shirou/gopsutil
|
2014-05-16 15:33:53 +09:00 |
WAKAYAMA shirou
|
c312c3f35f
|
virtual_memory and swap_memory on FreeBSD is implemented.
|
2014-05-16 15:33:23 +09:00 |
WAKAYAMA shirou
|
5846e481c5
|
remove duped line.
|
2014-05-16 15:12:00 +09:00 |
Shirou WAKAYAMA
|
4cb5a9a806
|
fix change of json tag name.
|
2014-05-16 14:21:19 +09:00 |