Bug 1614877
| Summary: | CPU Utilization chart doesn't follow usual conventions for reporting memory usage | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Red Hat Storage] Red Hat Gluster Storage | Reporter: | Martin Bukatovic <mbukatov> | ||||||
| Component: | web-admin-tendrl-monitoring-integration | Assignee: | gowtham <gshanmug> | ||||||
| Status: | CLOSED WONTFIX | QA Contact: | sds-qe-bugs | ||||||
| Severity: | unspecified | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | rhgs-3.4 | CC: | julim, nthomas, rhs-bugs, sankarshan | ||||||
| Target Milestone: | --- | Keywords: | ZStream | ||||||
| Target Release: | --- | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2019-05-08 16:05:16 UTC | Type: | Bug | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Embargoed: | |||||||||
| Attachments: |
|
||||||||
|
Description
Martin Bukatovic
2018-08-10 15:24:35 UTC
See also: similar problem with Memory Utilization chart Created attachment 1475112 [details] screenshot 1: CPU Utilization chart on Host dashboard The workload which caused such load is described as a reproducer for BZ 1614486. Created attachment 1475113 [details]
screenshot 2: munin cpu utilization chart for the same machine and time range as screenshot 1
On the screenshot 2, it's possible to see how would stacked are graph look like
for the same data as shown in WA dashboard in screenshot 1.
Looking at the screenshot 2 (from munin), one can immediately see that the total
utilization is 100 %.
I too agree the memory and CPU "trend" charts should be stacked. I don't recall the previous upstream issues on this, but I know there's lots of issues raised upstream how to do stacked charts in grafana and it not always working and depends on the grafana version and plug-in. That being said, I don't believe we can stack if with line charts (as stacked area charts like in Munin), but it looks like we can do this with the stacked bar charts in grafana. See http://docs.grafana-zabbix.org/guides/gettingstarted/ (do a find for "stacked bars" and it should be fairly straight forward to change this, and there might be some adjustments with regards to max data points to make it look better.) Thoughts? Similar to https://bugzilla.redhat.com/show_bug.cgi?id=1614857. |