Pietro Liguori

Results 4 comments of Pietro Liguori

Can we better scope what resources we're interested in? Cpu won't work. Also network.

@frosner: for CPU, you'd only be able to find out the current percentage of used/available CPU Time. For network, you don't get anything from nomad client stats. ref: https://www.nomadproject.io/docs/http/client-stats.html

I was trying it out. The problem I see is that the API calls should look like this: - [x] 1. GET /v1/agent/members - [ ] 2. foreach(member) GET /v1/client/stats...

I'm talking more about a developer guide, since a user should just use the dockerized version, right? But if you want to develop and you're not familiar with how scala/play...