Hi,
I am trying to create a timechart using mstats command but I have some questions as follows, I would appreciate it if I am able to get some answers or clarifications on them:
Thank you very much.
Best Regards,
Kelvin.
Hi,
have you tried to see if it depends on the:
| timechart sum
command?
bye
G.
Hi,
Thanks for the reply. I tried to do the queries in different sets of combinations and the results are as shown in the figure below:
Based on the result:
1) rate_sum & timechart sum(), rate_avg & timechart sum(), rate_sum & timechart per_minute(), rate_avg & timechart per_minute() all have the same result value.
2) rate_sum & timechart avg(), rate_avg & timechart avg() have the same result value.
3) If solely based on this observation, it seems like there is no difference on whether to use rate_sum or rate_avg to construct the graph
or is there anything that I miss or did wrongly? Any suggestion on how to construct the query to be able to fully utilize the rate_sum and rate_avg under different scenario?
Thanks a lot in advance.
Best Regards,
Kelvin.