Commit Graph

1518 Commits

Author SHA1 Message Date
Jimmi Dyson
b9aba259df Switch net stats parsing to strings.Fields - better performance 2015-11-25 13:41:28 +00:00
Jimmi Dyson
338848cd54 Fix Devicemapper output parsing 2015-11-24 22:56:37 +00:00
Jimmi Dyson
f4c83e37ba Merge pull request #971 from jimmidyson/makefile-fixes
Fix for go 1.4 build compat
2015-11-23 11:37:23 +00:00
Jimmi Dyson
990ee0d714 Fix for go 1.4 build compat 2015-11-23 11:30:47 +00:00
Jimmi Dyson
cba634326e Merge pull request #970 from jimmidyson/slack-readme
Add Slack references to README
2015-11-23 09:39:54 +00:00
Jimmi Dyson
61dfabb3cc Update README with Slack references 2015-11-23 09:32:12 +00:00
Sharif Nassar
db399ff015 Update README.md
The cake is a lie. IRC is abandonded.
2015-11-23 09:26:02 +00:00
Jimmi Dyson
edd537e47a Merge pull request #960 from vishh/no-systemd
Add a `--nosystemd` flag
2015-11-23 09:19:19 +00:00
Jimmi Dyson
7486c6fbd4 Merge pull request #964 from yghannam/master
ClockSpeed not defined in /proc/cpuinfo for AArch64, so return 0.
2015-11-20 19:21:09 +00:00
Jimmi Dyson
353fd02335 Merge pull request #965 from ReadmeCritic/master
Update README URLs based on HTTP redirects
2015-11-20 18:04:48 +00:00
ReadmeCritic
b03fb92bfd Update README URLs based on HTTP redirects 2015-11-20 09:26:30 -08:00
Dawn Chen
63451d2a12 Merge pull request #963 from pwittrock/project-flag
Test refactoring to support "project" flag.
2015-11-20 09:00:45 -08:00
Yazen Ghannam
3a7f6d689d ClockSpeed not defined in /proc/cpuinfo for AArch64, so return 0.
Signed-off-by: Yazen Ghannam <yazen.ghannam@linaro.org>
2015-11-20 08:43:32 -06:00
Phillip Wittrock
fd4b4ba2bc Test refactoring to support "project" flag. 2015-11-19 11:13:15 -08:00
Vishnu kannan
401cbbc48f Add a --nosystemd flag to avoid assuming systemd to be the cgroups
owner for docker containers.

Signed-off-by: Vishnu kannan <vishnuk@google.com>
2015-11-16 10:37:54 -08:00
Jimmi Dyson
587c022755 Merge pull request #957 from vishh/aufs-logs
Include log usage for aufs driver.
2015-11-11 09:17:05 +00:00
Vishnu Kannan
419dd8a778 Include log usage for aufs driver.
Signed-off-by: Vishnu Kannan <vishnuk@google.com>
2015-11-10 14:16:20 -08:00
Vish Kannan
a59b2a2ea8 Merge pull request #952 from graphaelli/patch-1
typo
2015-11-05 10:35:56 -08:00
Gil Raphaelli
3e1dc79482 typo 2015-11-04 21:44:52 -05:00
Vish Kannan
47a1fa4fff Merge pull request #936 from mqliang/master
Fix imported package names to not use mixedCaps or under_scores
2015-11-04 10:47:48 -08:00
Vish Kannan
8c4e29b186 Merge pull request #949 from vishh/canary
Fix canary docker image.
2015-11-04 10:47:37 -08:00
Vishnu kannan
d1c4a20ff7 Fix canary docker image. 2015-11-03 16:11:09 -08:00
Vish Kannan
cd7657e00a Merge pull request #886 from linux-on-ibm-z/master
Code changes for zSystems (s390x)
2015-11-02 09:52:18 -08:00
Jimmi Dyson
e6a64da6a5 Version bump 2015-11-02 17:31:33 +00:00
Jimmi Dyson
c56af85fdb Merge pull request #942 from jimmidyson/net-stats-from-proc
Drop regexp for net stats parsing
2015-10-28 19:02:45 +00:00
Jimmi Dyson
561cc1da4f Use file reader directly for net stats 2015-10-28 12:51:19 +00:00
Jimmi Dyson
c72e0c23a5 Add test for net dev stats 2015-10-28 12:51:13 +00:00
Jimmi Dyson
da771a0977 Drop regexp for net stats parsing
Reported in kubernetes/kubernetes#16296
2015-10-27 20:16:49 +00:00
Jimmi Dyson
aa6f80814b Fix up release process 2015-10-23 13:24:32 +01:00
Jimmi Dyson
77a118c843 Merge pull request #941 from jimmidyson/version-bump
Version bump
2015-10-23 13:17:20 +01:00
Jimmi Dyson
ec18a5e200 Version bump 2015-10-23 13:13:16 +01:00
Jimmi Dyson
038c70344c Merge pull request #940 from jimmidyson/docker-client-update
Don't bail out if docker is unreachable - recover when back up
2015-10-23 13:11:28 +01:00
Jimmi Dyson
68db03188f Don't bail out if docker is unreachable - recover when back up 2015-10-23 12:58:44 +01:00
Jimmi Dyson
81aa0d7675 Merge pull request #939 from jimmidyson/disable-tcp-stats
Disable tcp stats collection
2015-10-22 21:35:41 +01:00
Jimmi Dyson
4a20353cb1 Merge pull request #937 from jimmidyson/makefile-release
Add make release target
2015-10-22 21:07:45 +01:00
Jimmi Dyson
8b6e002e0a Disable tcp stats collection
Fixes #938
2015-10-22 21:05:46 +01:00
Jimmi Dyson
b310a4c228 Add make release target 2015-10-22 11:53:33 +01:00
mqliang
ce001dcd4e Fix imported package names to not use mixedCaps or under_scores 2015-10-22 12:10:57 +08:00
Jimmi Dyson
75401d790c Merge pull request #926 from jimmidyson/docker-fs-size
Support devicemapper storage for docker images dir
2015-10-21 15:05:23 +01:00
Jimmi Dyson
8e63ba34fe Switch to alpine for release image & add devicemapper tools to docker images 2015-10-21 09:56:33 +01:00
Jimmi Dyson
b8b6e1bac1 Support devicemapper storage for docker images dir
Fixes #920
2015-10-21 09:56:33 +01:00
Vish Kannan
ec2a73d0c0 Merge pull request #930 from jimmidyson/docker-client-update
Docker client update including reuse
2015-10-20 14:20:03 -07:00
Jimmi Dyson
357e6a0f23 Reuse cached docker client
Fixes #925
2015-10-20 20:15:54 +01:00
Jimmi Dyson
5a5d0575f5 Docker, libcontainer, docker client bumps 2015-10-20 09:22:12 +01:00
shahidhs-ibm
305bb279d8 gofmt changes (new)
Formatting in 'utils/machine/machine.go' and
'utils/sysfs/sysfs.go' was incorrect and causing ./build/presubmit.sh
script to fail in Travis giving below error:
The following files are not properly formatted:
$ ./build/presubmit.sh
+./build/check_gofmt.sh .
utils/machine/machine.go utils/sysfs/sysfs.go utils/machine/machine.go
utils/sysfs/sysfs.go

Fixed the formatting using below command:
gofmt -l -w -s utils/sysfs/sysfs.go
gofmt -l -w -s utils/machine/machine.go
2015-10-19 17:13:09 +05:30
shahidhs-ibm
be8de942e7 Revert "gofmt changes"
This reverts commit c4a523adb9.
2015-10-19 17:01:41 +05:30
shahidhs
c4a523adb9 gofmt changes
Looks like formatting in 'utils/machine/machine.go' and
'utils/sysfs/sysfs.go' was incorrect and causing ./build/presubmit.sh
script to fail in Travis giving below error:
The following files are not properly formatted:
$ ./build/presubmit.sh
+./build/check_gofmt.sh .
utils/machine/machine.go utils/sysfs/sysfs.go utils/machine/machine.go
utils/sysfs/sysfs.go

Fixed the formatting using below command:
gofmt -l -w -s utils/sysfs/sysfs.go
gofmt -l -w -s utils/machine/machine.go
2015-10-19 16:07:20 +05:30
Vish Kannan
ccd829266b Merge pull request #923 from jimmidyson/go-fs-sizes
Drop C code for FS sizes
2015-10-16 13:45:03 -07:00
Jimmi Dyson
2ec8178651 Drop C code for FS sizes 2015-10-16 13:20:55 +01:00
Vish Kannan
a667c9a4b5 Merge pull request #917 from jimmidyson/fshandler-select
Switch to select on time.After & close channel for track usage
2015-10-14 15:00:23 -07:00