mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-26 08:05:54 +03:00
[GH-ISSUE #294] disk i/o statistics #232
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @junkb on GitHub (Apr 28, 2014).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/294
the disk statistics graph isn't working, but cpu and network graphs are:
it appears that no data is being returned in /info/instusage/1/name/ url for hdd:
{"status": 1, "net": [{"data": {"labels": ["", "", "", "", "", "", "", "", "", ""], "datasets": [{"pointColor": "rgba(83,191,189,1)", "strokeColor": "rgba(83,191,189,1)", "data": [0, 0, 0, 0.01, 0, 0, 0, 0, 0, 0], "fillColor": "rgba(83,191,189,0.5)", "pointStrokeColor": "#fff"}, {"pointColor": "rgba(151,187,205,1)", "strokeColor": "rgba(151,187,205,1)", "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "fillColor": "rgba(151,187,205,0.5)", "pointStrokeColor": "#fff"}]}, "dev": 0}], "hdd": [], "cpu": {"labels": ["", "", "", "", "", "", "", "", "", ""], "datasets": [{"pointColor": "rgba(241,72,70,1)", "strokeColor": "rgba(241,72,70,1)", "data": [0, 0.1, 0, 0, 0, 0, 0, 0, 0, 0], "fillColor": "rgba(241,72,70,0.5)", "pointStrokeColor": "#fff"}]}}
i've set DEBUG = True, but don't see any clues in the logging. how can i troubleshoot this further?
@EmbeddedAndroid commented on GitHub (Apr 28, 2014):
I just reverted my commit locally (
github.com/retspen/webvirtmgr@66e3c07e96) and the IO graphs work for my non-rbd virtual machine. I'll get a fix posted shortly, sorry for the inconvenience.@EmbeddedAndroid commented on GitHub (Apr 28, 2014):
Hi,
Could you verify this patch fixes your issue?
https://github.com/retspen/webvirtmgr/pull/295
I have tested on my virtual machines and have found that this corrects the issue.
@junkb commented on GitHub (Apr 28, 2014):
looks good. thanks for the quick response.