Hi! How to create a simple CPU usage graph?
I have incoming records with CPU metrics. Using the cpu_p field, I want to plot the load percentage versus time.
Why do I need Break down by? (this is a required parameter)
What are dotted lines?
What are these numbers (0.1; 0.2, etc.) in front of the percentages? Where did the 8 more values on the graph come from? Are these the most popular cpu_p field values and how often they occur as a percentage?
I just need to arrange the cpu_p values along the time axis. It seems like a very simple task, but I have to ask here about it. The only difficulty is that the values are in fractions of one. That is:
cpu_p: 0,217 - 21,7%
cpu_p: 0,3 - 30%
..and so on.
v 7.14.0
Chart type is Area percentage.
Average + cpu_p + Percent - I already tried this above. I tried again, the result did not change.
What is 2nd Viz? Did you change any values on the date? Histogram? - sorry, I don't understand the question.
What exactly should I delete? Visualization lens? It is possible, but this does not change the result.
Hm, indeed. If I use a line, the graph looks like what I would like:
This is not exactly what I want, since the vertical axis changes the maximum value, which is why the graph is not so clear. I would like it to always be 100%.
Is it possible to make it change color as it gets closer to 100%?
The "Percentage" chart types (Bar vertical/Bar Horizontal/Area Percentage) is not what you are looking for (even tho it sounds familiar): these chart types are useful to find the percentage distribution when absolute values change over time, for instance.
If you sell 5 products A and 4 products B at t0, 5 A and 10 B at t1, you might want to know the trend of each product, ignoring the abs values, and that's where the Percentage charts excels.
In your case the value to show is just a simple "usage" one and unless you are registering also the idle part, it makes no sense to show a Percentage chart, but rather a simple chart with the Percentage formatting option.
You're probably right, but I don't know what Percentage chart or simple chart with the Percentage formatting option is and what the difference is between them.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.