Re: CF API for "general statistics"?
James Bayer
if you're using bosh to manage cloud foundry, then the bosh cli has a
command: bosh vms --vitals which you can read about here [1], that does a good job of measuring infra concerns: - Vitals: Includes load, CPU, memory, swap, system disk, ephemeral disk, and persistent disk usage for each VM. [1] http://bosh.io/docs/sysadmin-commands.html#health On Tue, Sep 29, 2015 at 2:51 AM, Rafal Radecki <radecki.rafal(a)gmail.com> wrote: Hi all :) -- Thank you, James Bayer |
|