Hi,
I'm trying to download performance graphs for one of the server for CPU Usage Percentage metric in CSV format and data is in below format
'timestamp' 'percentage_used'
'1548934800' '3.9000000000e+01'
from above I understand timestamp is unix timestamp. I want to know what is the format are we getting for percentage used .
I can see usage in above 50%, when I download values I see are in 3.9 or someother.
Downloading Performance Graph in CSV format
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Downloading Performance Graph in CSV format
A value of 3.9000000000e+01 would be 39% at the time you are looking at.
Re: Downloading Performance Graph in CSV format
Thank you for the information. Can you please tell me what format is it displaying in csv? It will be helpful for us to tell us application team
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Downloading Performance Graph in CSV format
It is e-notationmohan23 wrote:Thank you for the information. Can you please tell me what format is it displaying in csv? It will be helpful for us to tell us application team
https://en.wikipedia.org/wiki/Scientifi ... E-notation