See how many containers are in use at a given time

Is there a way to see how many containers are in use at a given time? Or, even better, some sort of graph of “how many containers are in use” versus “time” ?

I want to be able to see our utilization over time so that we can plan for increases in our capacity and see how test changes affect our circleci utilization.

Thanks!

2 Likes

You might be able to get historical build information from the API. I think that would contain build time, though I don’t know how far back the history would go. Maybe you could poll this once a day to get fresh build data, and then store it locally for analysis?

+1, I would really like to see how many containers are in use at this moment, as well as a trend vs time.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.