Shirou WAKAYAMA
59fefdbf72
add common_test.
2015-01-22 15:17:02 +09:00
Shirou WAKAYAMA
389b362cce
if not NULL terminated, size is not set correctly.
2015-01-22 15:16:09 +09:00
若山史郎
1dd94cadbd
add coverall.sh which can concatinate multi-package coverage.
2015-01-22 14:39:17 +09:00
shirou
4a0ce1d13e
Merge pull request #33 from codeskyblue/master
...
change cpu_linux.go: on some android, runtime.NumCPU() will not return r...
2015-01-14 09:48:22 +09:00
codeskyblue
3b43a3f496
change cpu_linux.go: on some android, runtime.NumCPU() will not return right number of cpu cores
2015-01-13 18:32:25 +08:00
shirou
df6dbdd1dc
Merge pull request #32 from brunoqc/patch-1
...
README: highlight the example's code
2015-01-13 10:05:37 +09:00
Bruno Bigras
a0eef8dfe9
README: highlight the example's code
2015-01-12 11:55:59 -05:00
Shirou WAKAYAMA
1f5941f396
add doc.go as placeholder to top.
2015-01-05 15:01:08 +09:00
Shirou WAKAYAMA
3ff690d1d8
make single network interface about NetIOCounters on darwin and freebsd
2015-01-01 21:54:45 +09:00
Shirou WAKAYAMA
406cbe9b87
implements pernic of NetIOCounters.
2015-01-01 21:29:25 +09:00
Shirou WAKAYAMA
a73ca04d3a
update README
2015-01-01 00:47:24 +09:00
Shirou WAKAYAMA
ce433bf86e
Merge branch 'separate_directories'
...
Conflicts:
README.rst
1.0.0
2015-01-01 00:35:43 +09:00
Shirou WAKAYAMA
cfb473f810
host linux now use godefs.
2014-12-31 22:58:39 +09:00
WAKAYAMA shirou
64f1a93c00
forget to add.
2014-12-31 22:47:22 +09:00
WAKAYAMA shirou
b0c9f81246
host_freebsd now use godefs
2014-12-31 00:30:55 +09:00
Shirou WAKAYAMA
4973aa73f9
start to use godefs to get C structs.
2014-12-31 00:13:52 +09:00
Shirou WAKAYAMA
13cd195a7e
change package name.
2014-12-30 22:09:05 +09:00
Shirou WAKAYAMA
4ff6a1cdc0
update README about disk_partitions of darwin
2014-12-29 00:11:18 +09:00
Shirou WAKAYAMA
e9d79d2fc4
disk_darwin is backported with 1.3 frozen syscall.
2014-12-29 00:10:28 +09:00
Shirou WAKAYAMA
3f7769ccfa
implement disk_partition of Darwin using golang.org/x/sys/unix.
2014-12-28 22:30:07 +09:00
Shirou WAKAYAMA
c0338e392f
fix README
2014-12-28 00:51:09 +09:00
Shirou WAKAYAMA
2efdb23875
add 1.4 notice.
2014-12-28 00:50:09 +09:00
Shirou WAKAYAMA
b4355247d6
README update.
2014-12-28 00:12:02 +09:00
Shirou WAKAYAMA
8e2514d23a
merge 9e216add90cc221c731120de7e3ae471016c52a1
2014-12-27 23:44:02 +09:00
Shirou WAKAYAMA
1cb67eb4c2
merge 039b9defabe2fba35c9d3a4dbf7edc3fad812227
2014-12-27 23:43:18 +09:00
Shirou WAKAYAMA
16de570414
merge 039b9defabe2fba35c9d3a4dbf7edc3fad812227
2014-12-27 23:42:00 +09:00
Shirou WAKAYAMA
c348a399b0
merged 6e713f1469786514fbb010018a2a4874820104bd
2014-12-27 23:08:36 +09:00
Shirou WAKAYAMA
9e216add90
add Notice about package structure changed to README.
0.9.9
2014-12-27 22:11:55 +09:00
shirou
512ba09921
Merge pull request #29 from jamescun/master
...
Unify JSON tags to snake_case
2014-12-06 21:40:26 +09:00
James Cunningham
bddb35d0c6
Updated Tests to snake_case
2014-12-05 16:58:13 +00:00
James Cunningham
039b9defab
Unified all structs json tags to snake_case
2014-12-05 16:57:56 +00:00
shirou
2b6366a26d
Merge pull request #28 from def/master
...
[linux] fix /proc/net/dev parsing
2014-11-29 21:17:33 +09:00
WAKAYAMA Shirou
9f2c985a28
fix windows build.
2014-11-27 22:28:05 +09:00
Shirou WAKAYAMA
a1c1d7b25f
fix on Linux.
2014-11-27 10:32:35 +09:00
WAKAYAMA shirou
d11680c773
fix bugs on FreeBSD.
2014-11-27 10:25:14 +09:00
Shirou WAKAYAMA
a4671fcc2a
move subdirectories. refer to issue #24
2014-11-27 10:18:15 +09:00
Nikolay Sivko
6e713f1469
[linux] fix /proc/net/dev parsing
2014-11-26 12:04:01 +03:00
shirou
2f128c3955
Merge pull request #27 from logavanc/master
...
Update README.rst
2014-11-21 18:13:21 +09:00
logavanc
7a3e3cad63
Update README.rst
...
Corrected spelling error.
2014-11-20 10:06:06 -08:00
shirou
0f9f812472
Merge pull request #26 from logavanc/master
...
Update README.rst
2014-11-20 14:40:57 +09:00
logavanc
5e5c9048d1
Update README.rst
...
Corrected some typos and grammer errors.
Tweaked a couple of small things for consistency (section title capitalization, etc.).
Corrected a misreference to an added function CPUInfo (the function returned a CPUInfoStat struct, but the actual function name is CPUInfo).
2014-11-19 20:52:52 -08:00
Shirou WAKAYAMA
5169be59e4
use 10microsend duration for CPUPercent test.
2014-11-12 11:17:55 +09:00
Shirou WAKAYAMA
6adc13e592
value check to avoid zero division error.
2014-11-12 11:16:23 +09:00
Shirou WAKAYAMA
7be5e618bc
add a import.
2014-11-12 10:10:40 +09:00
shirou
f4c7973669
Merge pull request #25 from KenjiTakahashi/cpu_percent
...
CPUTimes per cpu and CPUPercent
2014-11-12 10:08:44 +09:00
KenjiTakahashi
13e0d3433f
CPUPercent
2014-11-08 22:43:32 +01:00
KenjiTakahashi
ab23ece76e
TODO: CPUTimes percpu for Windows
2014-11-08 22:43:32 +01:00
KenjiTakahashi
d3206cbaf1
CPUTimes percpu for Darwin
2014-11-08 22:43:32 +01:00
KenjiTakahashi
0725331571
CPUTimes percpu for FreeBSD
2014-11-08 22:43:32 +01:00
KenjiTakahashi
1739d4640a
CPUTimes percpu for Linux
2014-11-08 22:43:32 +01:00