summaryrefslogtreecommitdiff
path: root/daemon/stats
Commit message (Expand)AuthorAgeFilesLines
* migrate pkg/pubsub to github.com/moby/pubsubSebastiaan van Stijn2022-09-301-1/+1
* Update to Go 1.17.0, and gofmt with Go 1.17Sebastiaan van Stijn2021-08-241-0/+1
* daemon/stats: fix notRunningErr / notFoundErr detected as unused (false posit...Sebastiaan van Stijn2021-06-101-11/+2
* daemon/stats: use const for clockTicksPerSecondSebastiaan van Stijn2020-07-083-20/+9
* Use condition variable to wake stats collector.Brian Goff2020-02-081-10/+15
* stats: avoid cgo in collectorTonis Tiigi2019-06-051-12/+5
* Merge pull request #38510 from ZYecho/tune-codeTibor Vass2019-03-211-4/+3
|\
| * fix: simplify code logiczhangyue2019-01-081-4/+3
* | Publish empty stats on errorJohn Howard2019-03-121-0/+4
|/
* Fix stats collector spinning CPU if no stats are collectedSebastiaan van Stijn2018-03-151-2/+4
* Merge pull request #36519 from stevvooe/resilient-cpu-samplingYong Tang2018-03-091-7/+11
|\
| * daemon/stats: more resilient cpu samplingStephen J Day2018-03-071-7/+11
* | daemon/stats: remove obnoxious types fileStephen J Day2018-03-052-42/+33
|/
* Add canonical import commentDaniel Nephin2018-02-054-4/+4
* Remove redundant build-tagsSebastiaan van Stijn2017-12-181-2/+0
* Remove solaris build tag and `contrib/mkimage/solarisYong Tang2017-11-022-3/+1
* Remove solaris filesMichael Crosby2017-10-241-29/+0
* Remove string checking in API error handlingBrian Goff2017-08-151-2/+2
* Update logrus to v1.0.1Derek McGowan2017-07-311-1/+1
* Return an empty stats if "container not found"Yuanhong Peng2017-07-101-12/+18
* Do not treat C.sysconf(C._SC_NPROCESSORS_ONLN) non-zero errno as errorPavel Tikhomirov2017-06-011-1/+5
* Correct CPU usage calculation in presence of offline CPUs and newer LinuxIan Campbell2017-03-103-0/+24
* Send "Name" and "ID" when stating stopped containersZhang Wei2017-02-091-0/+8
* Extract daemon statsCollector to its own packageVincent Demeester2017-01-045-0/+253