Commit Graph

633 Commits

Author SHA1 Message Date
Shirou WAKAYAMA d680853370 net,process[linux]: add process.NetIOCounter and net.NetIOCounterByFile. 2016-01-21 17:31:05 +09:00
shirou 85bf0974ed Merge pull request #135 from influxdata/process-percent
Optimize per-process percentage calculation
2016-01-20 15:20:56 +09:00
Cameron Sparr 6688f35cd1 Optimize per-process stats calculation 2016-01-19 21:36:45 -07:00
shirou 8850f58d70 Merge pull request #134 from pquerna/pq/arch_add_release
Get Arch Linux Version from LSB
2016-01-12 11:56:45 +09:00
Paul Querna 008f2b4e18 Get Arch Linux Version from LSB 2016-01-11 10:53:01 -08:00
shirou b39e95359a Merge pull request #133 from sekimura/gofmt
format go program with go 1.5.2 "go fmt"
2016-01-10 22:22:38 +09:00
Masayoshi Sekimura 3a1fa5dc80 format go program with go 1.5.2 "go fmt" 2016-01-09 16:17:21 -08:00
shirou ef151b7ff7 Merge pull request #132 from shawnps/patch-1
fix typos
2015-12-31 23:20:55 +09:00
Shawn Smith 9cc9e82920 fix typos 2015-12-31 14:23:13 +09:00
shirou f58654fa1c Merge pull request #122 from jimmystewpot/add_netfilter
Add nf_conntrack counter support
2015-12-16 15:32:43 +09:00
shirou 134e15be26 Merge pull request #130 from sparrc/ibdnW
Add -W flag to netstat on BSD systems
2015-12-16 10:34:55 +09:00
shirou ff98b44420 Merge pull request #131 from yhat/cpu-race-condition-fix
CPU race condition fix
2015-12-16 10:32:49 +09:00
Ryan J. O'Neil 4d7275adf7 Rebrandoning back. 2015-12-15 16:19:20 -05:00
Ryan J. O'Neil 2434a327b9 Removing race condition in CPUPercent calculation. 2015-12-15 15:22:30 -05:00
Ryan J. O'Neil 1b9883dc76 Rebrandoning so we can patch this library and have it work in our Godeps. 2015-12-15 14:51:35 -05:00
Cameron Sparr 432bcbd056 Add -W flag to netstat on BSD systems
This prevents netstat from truncating the interface name to 5
characters. See https://github.com/influxdb/telegraf/issues/438
2015-12-15 08:27:15 -07:00
shirou de9cd47bb0 Merge pull request #127 from DataDog/fix-process-mem-unit-osx
process[darwin] Fix unit of RSS and VMS
2015-12-15 00:09:31 +09:00
shirou dc452207f2 Merge pull request #128 from ontsysmattholcomb/use-env-proto-counters
using HostProc for protocounters in linux
2015-12-14 21:44:25 +09:00
Olivier Vielpeau ec627e67ac process[darwin] Fix unit of RSS and VMS
Should be bytes, `ps` returns Kbytes.
2015-12-14 12:13:27 +01:00
shirou 76c6e2ccc8 Merge pull request #125 from okmeter/fix_net_io_counters_freebsd
[net] fix panic on freebsd (netstat error with exit code 0)
2015-12-12 21:55:18 +09:00
shirou 123e227491 Merge pull request #126 from sparrc/godoc-badge
Add a godoc badge
2015-12-12 20:26:47 +09:00
Cameron Sparr ec692ecfcf Add a godoc badge 2015-12-11 12:46:15 -07:00
Nikolay Sivko 906df3ed85 [net] fix panic on freebsd (netstat error with exit code 0) 2015-12-11 14:47:48 +03:00
Matt Holcomb 21ccfe6b60 using HostProc for protocounters in linux 2015-12-10 16:37:36 +00:00
James Lamb a9e946c7dd change the snakecase to reflect the files being read 2015-12-09 07:49:20 +11:00
James Lamb 5700150054 Updated README.rst and included updated syntax to be more uniform with the other code 2015-12-09 07:45:26 +11:00
James Lamb 001ff20588 Merge branch 'master' into add_netfilter 2015-12-08 09:33:21 +11:00
James Lamb 22f35fd518 add netfilter counter support 2015-12-08 09:32:45 +11:00
shirou fc932d9090 Merge pull request #121 from jimmidyson/stat-brackets-process-name
Handle process filenames with spaces in the name
2015-12-07 23:41:47 +09:00
Jimmi Dyson 7e4cef7a30 Handle process filenames with spaces in the name
Fixes #120
2015-12-07 09:27:07 +00:00
James Lamb dfff8af4df add nf_conntrack statistics to net_linux to query iptables/netfilter conntrack limits 2015-12-07 16:56:02 +11:00
Shirou WAKAYAMA 759e96ebaf Merge branch 'master' of github.com:shirou/gopsutil 2015-12-01 23:30:02 +09:00
Shirou WAKAYAMA 223c809234 disk[unix]: revert 61cb121. psutil uses Available as Free. 2015-12-01 23:29:15 +09:00
shirou 59c2eff5e8 Merge pull request #118 from okmeter/fix_disk_freebsd386
[disk] fix build for freebsd 386
2015-11-25 21:38:56 +09:00
Nikolay Sivko 46c34a9d1e [disk] fix build for freebsd 386 2015-11-25 13:16:35 +03:00
shirou 91e273aef0 Merge pull request #115 from okmeter/fix_swap_freebsd
[freebsd] fix SwapMemory for hosts without swap
2015-11-25 16:53:52 +09:00
Nikolay Sivko 075839d9f1 fix imports 2015-11-25 10:50:51 +03:00
shirou 3c39329606 Merge pull request #116 from okmeter/freebsd_proc_info
process[freebsd]: Cmdline, IOCounters, CPUTimes implemented
2015-11-25 16:49:21 +09:00
Nikolay Sivko 45dcaa3b91 process[freebsd]: Cmdline, IOCounters, CPUTimes implemented 2015-11-24 17:43:31 +03:00
Nikolay Sivko d4e648e253 [freebsd] fix SwapMemory for hosts without swap 2015-11-24 17:37:01 +03:00
shirou d49c4afc40 Merge pull request #96 from shirou/process/fix_openfiles
process[linux]: implements OpenFiles.
2015-11-24 09:54:43 +09:00
shirou 2d297dfb74 Merge pull request #113 from shirou/add_process_children
process[linux,freebsd,darwin]: implements Children using pgrep.
2015-11-24 09:52:59 +09:00
WAKAYAMA shirou 54a6c186c1 host[freebsd]: BREAKING CHANGE. Boottime() should return uint64 same as other. 2015-11-24 09:48:05 +09:00
Shirou WAKAYAMA 0afd653fab host[all]: fix #114 String() issue. 2015-11-24 09:30:17 +09:00
shirou b114432fbb Merge pull request #114 from sparrc/uptime-fix
Fix HostInfo.Uptime, which has been returning boot time
2015-11-24 07:30:16 +09:00
Cameron Sparr 444ee723c3 Fix HostInfo.Uptime, which has been returning boot time
Also adding a HostInfo.BootTime field for holding the boot time
2015-11-23 13:18:59 -07:00
Shirou WAKAYAMA dd13300833 process[linux,freebsd,darwin]: implements Children using pgrep. 2015-11-24 00:04:20 +09:00
shirou dcbb29ae2d Merge pull request #110 from shirou/add_mems_to_docker
docker[linux]: add more memory stats in cgroup.
2015-11-23 09:47:39 +09:00
Shirou WAKAYAMA 40bbba9636 docker[linux]: add more memory stats in cgroup. 2015-11-21 23:00:37 +09:00
shirou 4e774eabc2 Merge pull request #109 from influxdb/nc-net-snmp
Add system wide network protocol stats
2015-11-21 22:05:02 +09:00