cadvisor

Analyzes resource usage and performance characteristics of running containers.

OTHER License

Stars
17K
Committers
338

Bot releases are visible (Hide)

cadvisor -

Published by vmarmol almost 10 years ago

  • Various performance enhancements: brings CPU usage down 85%+
  • Implemented dynamic sampling through dynamic housekeeping.
  • Memory storage driver is always on, BigQuery and InfluxDB are now optional storage backends.
  • Fix for DNS resolution crashes when contacting InfluxDB.
  • New containers are now detected using inotify.
  • Added pprof HTTP endpoint.
  • UI bugfixes.
cadvisor -

Published by vmarmol almost 10 years ago

  • Support for Docker with LXC backend.
  • Added BigQuery storage driver.
  • Performance and stability fixes for InfluxDB storage driver.
  • UI fixes and improvements.
  • Configurable stats gathering interval (default: 1s).
  • Improvements to startup and CPU utilization.
  • Added /healthz endpoint for determining whether cAdvisor is healthy.
  • Bugfixes and performance improvements.
cadvisor - 0.2.0

Published by vmarmol almost 10 years ago

  • Added network stats to the UI.
  • Added support for CoreOS and RHEL.
  • Bugfixes and reliability fixes.
cadvisor -

Published by vmarmol almost 10 years ago

  • Bug fix in InfluxDB storage driver. Container name and hostname will be exported.
Hash Type
4ba006b05c13cf3135f02b600ae3dc648c9ebb2d sha1
e74056406119a9baf1ce0ebc98a958cc md5
cadvisor -

Published by vmarmol almost 10 years ago

  • Adding /docker UI endpoint for Docker containers.
  • Fixes around handling Docker containers.
  • Performance enhancements.
  • Embed all external dependencies.
  • ContainerStats Go struct has been flattened. The wire format remains unchanged.
  • Misc bugfixes and cleanups.
cadvisor - 0.2.2

Published by vishh about 10 years ago

  • Improvements to influxDB plugin.
    • Table name is now 'stats'.
    • Network stats added.
    • Detailed cpu and memory stats are no longer exported to reduce the load on the DB.
    • Docker container alias now exported - It is now possible to aggregate stats across multiple nodes.
  • Make the UI independent of the storage backend by caching recent stats in memory.
  • Switched to glog.
  • Bugfixes and performance improvements.
  • Introduced v1.1 remote API with new "subcontainers" resource.