Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
container disk i/o widgets are always reporting 0 #122
Comments
spiermar
added this to the
v1.1.0 milestone
Apr 20, 2016
spiermar
added
the
bug
label
Apr 20, 2016
|
@natoscott I still need to investigate this further, but the widgets are using cgroup.blkio.all.io_service_bytes and cgroup.blkio.all.io_serviced. Those are always returning 0, and that matches what I'm seeing in the pseudo-filesystem. Didn't have much time to confirm this, but according to a datadog blog post:
This confirms what I'm seeing here. In PCP, all cgroup.blkio.all metrics are 0:
In the other hand, blkio.throttle.io_service_bytes and blkio.throttle.io_serviced actually have something.
It is possible to include blkio.throttle.* ?? |
Sure! I'll add it to the list to get done for pcp-3.11.2 (scheduled for next Friday) |
|
Great! I'm not sure why the different name yet, but it seems to be the case. Wanted to bring this up as soon as possible because of that. I'm planning to release a new version of Vector in the next week or so, with all the container features working properly and enabled by default. Tks! |
natoscott
added a commit
to performancecopilot/pcp
that referenced
this issue
Apr 21, 2016
|
@spiermar OK, the new metrics are there now in pcp git master branch ... $ pminfo cgroup.blkio | grep throttle |
|
Cool! I'll give it a try tomorrow probably! Tks @natoscott |
|
Just deployed and it's working. Docker 1.10+ is also working fine. |
spiermar
closed this
Apr 26, 2016
Great! Nice work @spiermar |
spiermar commentedApr 20, 2016
No description provided.