Skip to content

v0.3.0 Add /usage and modify /cpu and /memory endpoints

Compare
Choose a tag to compare
@Soulou Soulou released this 03 Nov 23:57
· 317 commits to master since this release

v0.3.0

  • /containers/:id/cpu returns an object with .usage_in_percents
  • /containers/:id/memory drops .swap_memory_usage, .swap_memory_limit and .max_swap_memory
  • /containers/:id/memory get .swap_usage, .swap_limit and .max_swap_usage
  • NEW /containers/:id/usage to get cpu + mem and optionally net usage