Bug 873764
| Summary: | [RFE] Monitor and log SD IOPS on the hosts | ||
|---|---|---|---|
| Product: | [oVirt] ovirt-engine-metrics | Reporter: | Dan Yasny <dyasny> |
| Component: | RFEs | Assignee: | Shirly Radco <sradco> |
| Status: | CLOSED WONTFIX | QA Contact: | Lukas Svaty <lsvaty> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 1.0.0 | CC: | bugs, dfediuck, kcleveng, lpeer, scohen, sradco, ylavi |
| Target Milestone: | --- | Keywords: | FutureFeature |
| Target Release: | --- | Flags: | lsvaty:
testing_plan_complete-
|
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Enhancement | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2018-09-02 09:59:00 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | Metrics | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 873757, 879590 | ||
| Bug Blocks: | 880611 | ||
|
Description
Dan Yasny
2012-11-06 16:33:34 UTC
Moving to DWH to review for addition to new metrics store. Yaniv - I doubt there's a way we can aggregate IOPS per SD - it takes quite some processing - is it something we are truly looking to do in 4.2? (In reply to Yaniv Kaul from comment #5) > Yaniv - I doubt there's a way we can aggregate IOPS per SD - it takes quite > some processing - is it something we are truly looking to do in 4.2? We can get this from all the hosts using the plugins and accumulate this. After discussing this with Tal, we can get from vdsm the vm disk_read_ops and disk_write_ops should be able to give us aggregates IOPS per host. According to what I understand from Yaniv Lavi this should be ok for this RFE. The disk plugin and NFS plugins in collectd should already have these stats. No need for VDSM use here. (In reply to Yaniv Lavi from comment #8) > The disk plugin and NFS plugins in collectd should already have these stats. > No need for VDSM use here. The data, as I understand, for disk is of local disks and not the SD that libvirt is reporting. (In reply to Shirly Radco from comment #9) > (In reply to Yaniv Lavi from comment #8) > > The disk plugin and NFS plugins in collectd should already have these stats. > > No need for VDSM use here. > > The data, as I understand, for disk is of local disks and not the SD that > libvirt is reporting. I believe it is per mount point that would include the SDs. Opened a collectd issue https://github.com/collectd/collectd/issues/2509 Closing old issues. If needed please reopen and explain why is it needed. |