summaryrefslogtreecommitdiff
path: root/api/client/stats.go
Commit message (Expand)AuthorAgeFilesLines
* Update api/client file to use contextVincent Demeester2016-03-161-1/+1
* pids limit supportJessica Frazelle2016-03-081-1/+1
* Bug fix: stats --no-stream always print zero valuesZhang Wei2016-03-051-9/+24
* Fixes issue with stats on start eventBrian Goff2016-02-291-233/+44
* Fix client-side race in `docker stats`Arnaud Porterie2016-02-281-95/+131
* Apply context changes to the client.David Calavera2016-02-041-2/+4
* Modify import paths to point to the new engine-api package.David Calavera2016-01-061-3/+3
* Add filter by event type and documentation.David Calavera2016-01-041-9/+14
* Replace pkg/units with docker/go-units.David Calavera2015-12-161-1/+1
* Modify word spelling errors in stats.goShuwei Hao2015-12-101-2/+2
* Implement docker stats with standalone client lib.David Calavera2015-12-091-22/+10
* Merge pull request #17604 from RyanDeng/fix_cpuPercent_extremelyHighSebastiaan van Stijn2015-11-161-2/+2
|\
| * fix the bug: cpu percent will extremely highRyanDeng2015-11-031-2/+2
* | Allow docker stats without argumentsAntonio Murdaca2015-11-071-10/+121
|/
* Use consistent command descriptionLei Jitang2015-10-081-1/+1
* Reset data of stats in docker cli when container stoppedHu Keping2015-09-181-0/+5
* Refactor the statistics of network in docker statsHu Keping2015-09-151-4/+13
* Fix connection block when using docker stats APIHu Keping2015-09-061-3/+9
* Fix docker stats show blkio when there are multiple block devices.Lei Jitang2015-08-201-2/+2
* fix golint warnings/errors on package api/types/Zhang Wei2015-08-071-5/+5
* Docker stats: display Block IO statsZhang Wei2015-07-311-3/+21
* Multiple fixes to 'docker stats' output:Otto Kekäläinen2015-07-301-2/+2
* cli: new daemon command and new cli packageTibor Vass2015-07-231-1/+2
* Windows: Remove meaningless warnings on docker infoJohn Howard2015-07-101-3/+3
* api/client: unify format of args checkMa Shimiao2015-07-081-0/+1
* api/client: close the returned io.ReadCloserMa Shimiao2015-07-081-0/+2
* Merge pull request #13869 from jlhawn/multi_line_help_usageJosh Hawn2015-06-151-1/+1
|\
| * api/client: Allow for multi-line usage helpJosh Hawn2015-06-101-1/+1
* | api/client: have cli.call() return headersJosh Hawn2015-06-101-1/+1
|/
* Add docker stats --no-stream show cpu usageLei Jitang2015-05-311-8/+4
* Fix race in stats cli and native driverAntonio Murdaca2015-05-261-0/+2
* Allow pulling stats once and disconnecting.Brian Goff2015-05-041-6/+25
* gofmt whole directoryAnkush Agarwal2015-04-201-1/+1
* change memory usage displayjianbosun2015-04-111-2/+2
* Refactor utils/flags.go, fixes #11892Antonio Murdaca2015-03-291-2/+1
* Replace fmt.Fprint* with io.WriteStringAnkush Agarwal2015-03-271-3/+3
* Fix for issue 9922: private registry search with auth returns 401Don Kjer2015-03-261-1/+1
* Merge pull request #11766 from peggyl/11596-api-commands-godocMichael Crosby2015-03-261-0/+5
|\
| * Add godoc-style docstrings to Cmd... methodsPeggy Li2015-03-251-0/+5
* | Fix golint errors for casing in api/client packagePeggy Li2015-03-251-9/+9
|/
* api/client - The code for all cli commands are in one file #11610Joey Gibson2015-03-241-0/+177