Sign in
chromium
/
external
/
github.com
/
shirou
/
gopsutil
/
refs/heads/v1
37d8908
[process]freebsd: implementes proceess.Nice()
by WAKAYAMA shirou
· 10 years ago
v1
37b6b40
[process]freebsd: process_freebsd_amd64.go is now generated by cgo godefs.
by WAKAYAMA shirou
· 10 years ago
e5c53aa
Merge branch 'master' of github.com:shirou/gopsutil
by WAKAYAMA shirou
· 10 years ago
be06a94
fix the gopkgin versioning on README.
by Shirou WAKAYAMA
· 10 years ago
70ba280
add version 2 breaking change notification to README.
by Shirou WAKAYAMA
· 10 years ago
dc8b14a
[disk]freebsd: change to use C.sizeof_struct.
by WAKAYAMA shirou
· 10 years ago
1f32ce1
[net]linux: skip if "/proc/sys/net" is not exists on test environment.
by Shirou WAKAYAMA
· 10 years ago
fa3e1cc
[common]linux: add HostEtc to switch '/etc' See #175.
by Shirou WAKAYAMA
· 10 years ago
4dfd293
Merge pull request #169 from shirou/net/replace_lsof
by shirou
· 10 years ago
34b63e6
[net]linux: add a test and fix private field name.
by Shirou WAKAYAMA
· 10 years ago
627d2a9
[process]: fix CPU_Percent always 0 if duration > 0 (#172)
by Shirou WAKAYAMA
· 10 years ago
567da00
[net]linux: explicit skip CI.
by Shirou WAKAYAMA
· 10 years ago
32fa88e
[net]linux: TestGetProcInodes will fail on CI.
by Shirou WAKAYAMA
· 10 years ago
31439aa
[net]linux: fix valious bugs in NetConnections.
by Shirou WAKAYAMA
· 10 years ago
e4ddff0
[net]linux: add process_unix for NetConnections.
by Shirou WAKAYAMA
· 10 years ago
32c62b5
[net]linux: implement processInet().
by Shirou WAKAYAMA
· 10 years ago
715c421
[process]: add OpenFiles() test.
by Shirou WAKAYAMA
· 10 years ago
24e2746
Merge pull request #171 from raviparimi/make-slice-errors
by shirou
· 10 years ago
be2dab5
Provide correct length for slice creation.
by raviparimi
· 10 years ago
a0cf924
Merge pull request #170 from vecmezoni/fd-close
by shirou
· 10 years ago
f4902fa
Properly close opened file
by Alexander Inozemtsev
· 10 years ago
6c35201
[net]linux: start replacing lsof. still work in progress.
by Shirou WAKAYAMA
· 10 years ago
1de1357
[process]: add FailNow to avoid panic.
by Shirou WAKAYAMA
· 10 years ago
1ab11f7
Merge pull request #167 from cgilling/cmdline_slice
by shirou
· 10 years ago
8c186ae
process: add CmdlineSlice for darwin + windows
by Chris Gilling
· 10 years ago
d6702c9
Merge pull request #168 from cgilling/faster_linux_new_process
by shirou
· 10 years ago
a3bbd9e
process: change linux NewProcess to only stat /proc/[pid]
by Chris Gilling
· 10 years ago
d098bf1
process: fix bug in CmdlineSlice where cmdline is empty
by Chris Gilling
· 10 years ago
b8c40ac
process: add CmdlineSlice function for linux + freebsd
by Chris Gilling
· 10 years ago
3618a77
Merge pull request #162 from shirou/load/add_misc
by shirou
· 10 years ago
cfe7e5f
Merge pull request #163 from walles/walles/test_proc_cputimes
by shirou
· 10 years ago
3232d34
Add test for process.CPUTimes()
by Johan Walles
· 10 years ago
97bcc35
[process]linux: change to use exec.LookPath to invoke lsof.
by Shirou WAKAYAMA
· 10 years ago
1d09f7a
Merge pull request #160 from walles/walles/vmtest
by shirou
· 10 years ago
dd875d4
Fix memory stats on Darwin, non-CGO
by Johan Walles
· 10 years ago
d109284
Fix memory stats on Darwin, CGO
by Johan Walles
· 10 years ago
27093ae
mem_darwin_test.go: Compare `total` to `sysctl hw.memsize`
by Johan Walles
· 10 years ago
0d55927
Fix memory stats on LinuxFreeBSD
by Johan Walles
· 10 years ago
66a0793
Fix memory stats on Linux
by Johan Walles
· 10 years ago
4438159
Document + add tests for for mem.VirtualMemory()
by Johan Walles
· 10 years ago
e04a02d
Merge pull request #161 from walles/walles/darwin-vmperf
by shirou
· 10 years ago
44f817e
Split mem_darwin.go into CGO and non CGO variants
by Johan Walles
· 10 years ago
821a014
[load]: add comments.
by Shirou WAKAYAMA
· 10 years ago
c973fdb
[load]linux: fix compile problems.
by Shirou WAKAYAMA
· 10 years ago
f9effa4
[load]all: add Misc in load to get miscellaneous host info from /proc/stat
by Shirou WAKAYAMA
· 10 years ago
00504a3
Remove unused import
by Johan Walles
· 10 years ago
a6cd6f8
Use Go's built in syscall.Getpagesize()
by Johan Walles
· 10 years ago
13e00c7
Use OS calls rather than exec() to get memory statistics
by Johan Walles
· 10 years ago
5771ea9
Add Darwin specific mem.VirtualMemory() tests
by Johan Walles
· 10 years ago
3166d41
set LC_ALL to C in order to avoid number formatting problem.
by Shirou WAKAYAMA
· 10 years ago
79f021f
Merge pull request #158 from walles/walles/darwin-memorypercent
by shirou
· 10 years ago
70444b5
process: Implement platform independent MemoryPercent()
by Johan Walles
· 10 years ago
956f927
Merge pull request #156 from shirou/add_build_check
by shirou
· 10 years ago
01ddce7
test verbose.
by Shirou WAKAYAMA
· 10 years ago
cb5866a
we can not test other arch.
by Shirou WAKAYAMA
· 10 years ago
fb3a6df
add other platform test
by Shirou WAKAYAMA
· 10 years ago
e21c97d
[process]darwin: forget to change as binary.go movement.
by Shirou WAKAYAMA
· 10 years ago
0af91ba
[disk,process]freebsd: binary.go moved to internal.
by WAKAYAMA shirou
· 10 years ago
614df95
Merge pull request #155 from shirou/add_circleci
by shirou
· 10 years ago
fe4c9f8
change CI status badge to CircleCI.
by Shirou WAKAYAMA
· 10 years ago
5a09d40
[process]darwin: expected ps file was changed.
by Shirou WAKAYAMA
· 10 years ago
c822415
Merge branch 'master' into add_circleci
by Shirou WAKAYAMA
· 10 years ago
7fd975a
Merge pull request #153 from walles/walles/processusername
by shirou
· 10 years ago
7f22150
CPU num is different on the CircleCI environemnt, so we skip it.
by Shirou WAKAYAMA
· 10 years ago
c54ae65
add circle.yml.
by Shirou WAKAYAMA
· 10 years ago
17db031
Empty commit to trigger CI
by Johan Walles
· 10 years ago
09fbece
Darwin: Remove questionable UIDs
by Johan Walles
· 10 years ago
e3a7a45
process.Username(): Correct user names on Darwin
by Johan Walles
· 10 years ago
70b7a99
Merge pull request #152 from walles/walles/total-cpu-time
by shirou
· 10 years ago
ebaa641
Make a public function for computing total CPU time
by Johan Walles
· 10 years ago
b7e206b
Merge pull request #151 from vrecan/mem_info
by shirou
· 10 years ago
faeb99d
fix meminfo output on consecutive calls
by Ben Aldrich
· 10 years ago
e774385
Merge pull request #144 from weberr13/noChildrenError
by shirou
· 10 years ago
c804a9e
Per suggestions
by Robert Weber
· 10 years ago
59b63de
Merge pull request #148 from cactus/sysctl-go
by shirou
· 10 years ago
d1380cb
try to fix diskio stats on FreeBSD-10.x
by elij
· 10 years ago
4dcb099
no or
by Robert Weber
· 10 years ago
6496b57
Need to promote this error
by Robert Weber
· 10 years ago
21daedd
There are two possible error scenarios for CallPgrep. One indicates a broken
by Robert Weber
· 10 years ago
cc040dd
Merge pull request #139 from rburchell/master
by shirou
· 10 years ago
55cacb4
host_darwin: Use a named constant for USER_PROCESS.
by Robin Burchell
· 10 years ago
3fc7bc1
host_linux: Skip everything that isn't a normal process.
by Robin Burchell
· 10 years ago
41f9994
Merge pull request #141 from ovear/master
by shirou
· 10 years ago
a0692cc
1)fix callps command generate error
by Heretic
· 10 years ago
9d8191d
Merge pull request #137 from shirou/process/add_netiocounter_for_linux
by shirou
· 10 years ago
61dd483
Merge pull request #138 from sparrc/cs-ps-a
by shirou
· 10 years ago
f251637
Add -a when calling ps on darwin
by Cameron Sparr
· 10 years ago
d680853
net,process[linux]: add process.NetIOCounter and net.NetIOCounterByFile.
by Shirou WAKAYAMA
· 10 years ago
85bf097
Merge pull request #135 from influxdata/process-percent
by shirou
· 10 years ago
6688f35
Optimize per-process stats calculation
by Cameron Sparr
· 10 years ago
8850f58
Merge pull request #134 from pquerna/pq/arch_add_release
by shirou
· 10 years ago
008f2b4
Get Arch Linux Version from LSB
by Paul Querna
· 10 years ago
b39e953
Merge pull request #133 from sekimura/gofmt
by shirou
· 10 years ago
3a1fa5d
format go program with go 1.5.2 "go fmt"
by Masayoshi Sekimura
· 10 years ago
ef151b7
Merge pull request #132 from shawnps/patch-1
by shirou
· 10 years ago
9cc9e82
fix typos
by Shawn Smith
· 10 years ago
f58654f
Merge pull request #122 from jimmystewpot/add_netfilter
by shirou
· 10 years ago
134e15b
Merge pull request #130 from sparrc/ibdnW
by shirou
· 10 years ago
ff98b44
Merge pull request #131 from yhat/cpu-race-condition-fix
by shirou
· 10 years ago
4d7275a
Rebrandoning back.
by Ryan J. O'Neil
· 10 years ago
Next »