index
:
delta/docker.git
0.10
0.10.1-hotfixes
1.12.x
1.13.0-rc4-cherrypicks
1.13.x
17.03.x
17.04.x
17.05.x
19.03
20.10
22.06
23.0
24.0
6969-reponame-rest-api
b2d-install-rewrite
baserock/v1.0.1
baserock/v1.1.2
bump_v1.10.1
bump_v1.10.2
bump_v1.10.3
bump_v1.11.0
bump_v1.11.1
bump_v1.12.0
bump_v1.12.1
change_email
changelog-1.12.2
cherry-picks-1.12.2
cpuguy-test-sync
doc0.8.1
docs
docs-1.0
docs-1.1
docs-1.3.3
docs-1.4
docs-for-new-commands
fix-ben-redirect
fix-makefile-update-external
fix_registry_pushes
hotfix-0.9.2
icecrime-patch-1
jenkins-test-1
jenkins-test-2
jjh/ioctl-vhd
libn-bump
linkchecker-updates
market_release
master
merge_release_v1.2.0
moby
move-to-markdown
move_git_clone_client_side
moxiegirl-patch-1
moxiegirl-patch-README
name_label
nl
p2p_transfer
patch-bad-formatting
post-1.2.0-docs-update-1
post-1.2.0-docs_update-2
priv-repos
publish-compose-docs
real-master
release
release-0.10
release-0.9
release-1.3
release_v1.8.0
revert-11495-m3
revert-11572-skip-hello-world-test
revert-12383-patch-1
revert-12882-12824-uninstall-docs
revert-16228-ContextualizeEvents
revert-16556-10662-randomunix
revert-20566-20371-validate-hostname
revert-39415-master
shykes-new-docs-maintainers
stevvooe-patch-1
swarm
swarm-backend
swarm-cli
swarm-stack
typofix
v1.6.0
v1.8.2
github.com: dotcloud/docker.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
api
/
client
/
stats.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update api/client file to use context
Vincent Demeester
2016-03-16
1
-1
/
+1
*
pids limit support
Jessica Frazelle
2016-03-08
1
-1
/
+1
*
Bug fix: stats --no-stream always print zero values
Zhang Wei
2016-03-05
1
-9
/
+24
*
Fixes issue with stats on start event
Brian Goff
2016-02-29
1
-233
/
+44
*
Fix client-side race in `docker stats`
Arnaud Porterie
2016-02-28
1
-95
/
+131
*
Apply context changes to the client.
David Calavera
2016-02-04
1
-2
/
+4
*
Modify import paths to point to the new engine-api package.
David Calavera
2016-01-06
1
-3
/
+3
*
Add filter by event type and documentation.
David Calavera
2016-01-04
1
-9
/
+14
*
Replace pkg/units with docker/go-units.
David Calavera
2015-12-16
1
-1
/
+1
*
Modify word spelling errors in stats.go
Shuwei Hao
2015-12-10
1
-2
/
+2
*
Implement docker stats with standalone client lib.
David Calavera
2015-12-09
1
-22
/
+10
*
Merge pull request #17604 from RyanDeng/fix_cpuPercent_extremelyHigh
Sebastiaan van Stijn
2015-11-16
1
-2
/
+2
|
\
|
*
fix the bug: cpu percent will extremely high
RyanDeng
2015-11-03
1
-2
/
+2
*
|
Allow docker stats without arguments
Antonio Murdaca
2015-11-07
1
-10
/
+121
|
/
*
Use consistent command description
Lei Jitang
2015-10-08
1
-1
/
+1
*
Reset data of stats in docker cli when container stopped
Hu Keping
2015-09-18
1
-0
/
+5
*
Refactor the statistics of network in docker stats
Hu Keping
2015-09-15
1
-4
/
+13
*
Fix connection block when using docker stats API
Hu Keping
2015-09-06
1
-3
/
+9
*
Fix docker stats show blkio when there are multiple block devices.
Lei Jitang
2015-08-20
1
-2
/
+2
*
fix golint warnings/errors on package api/types/
Zhang Wei
2015-08-07
1
-5
/
+5
*
Docker stats: display Block IO stats
Zhang Wei
2015-07-31
1
-3
/
+21
*
Multiple fixes to 'docker stats' output:
Otto Kekäläinen
2015-07-30
1
-2
/
+2
*
cli: new daemon command and new cli package
Tibor Vass
2015-07-23
1
-1
/
+2
*
Windows: Remove meaningless warnings on docker info
John Howard
2015-07-10
1
-3
/
+3
*
api/client: unify format of args check
Ma Shimiao
2015-07-08
1
-0
/
+1
*
api/client: close the returned io.ReadCloser
Ma Shimiao
2015-07-08
1
-0
/
+2
*
Merge pull request #13869 from jlhawn/multi_line_help_usage
Josh Hawn
2015-06-15
1
-1
/
+1
|
\
|
*
api/client: Allow for multi-line usage help
Josh Hawn
2015-06-10
1
-1
/
+1
*
|
api/client: have cli.call() return headers
Josh Hawn
2015-06-10
1
-1
/
+1
|
/
*
Add docker stats --no-stream show cpu usage
Lei Jitang
2015-05-31
1
-8
/
+4
*
Fix race in stats cli and native driver
Antonio Murdaca
2015-05-26
1
-0
/
+2
*
Allow pulling stats once and disconnecting.
Brian Goff
2015-05-04
1
-6
/
+25
*
gofmt whole directory
Ankush Agarwal
2015-04-20
1
-1
/
+1
*
change memory usage display
jianbosun
2015-04-11
1
-2
/
+2
*
Refactor utils/flags.go, fixes #11892
Antonio Murdaca
2015-03-29
1
-2
/
+1
*
Replace fmt.Fprint* with io.WriteString
Ankush Agarwal
2015-03-27
1
-3
/
+3
*
Fix for issue 9922: private registry search with auth returns 401
Don Kjer
2015-03-26
1
-1
/
+1
*
Merge pull request #11766 from peggyl/11596-api-commands-godoc
Michael Crosby
2015-03-26
1
-0
/
+5
|
\
|
*
Add godoc-style docstrings to Cmd... methods
Peggy Li
2015-03-25
1
-0
/
+5
*
|
Fix golint errors for casing in api/client package
Peggy Li
2015-03-25
1
-9
/
+9
|
/
*
api/client - The code for all cli commands are in one file #11610
Joey Gibson
2015-03-24
1
-0
/
+177