Page 1 of 1

Downloading Performance Graph in CSV format

Posted: Fri Feb 01, 2019 7:22 am
by mohan23
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.

Re: Downloading Performance Graph in CSV format

Posted: Fri Feb 01, 2019 10:09 am
by scottwilkerson
A value of 3.9000000000e+01 would be 39% at the time you are looking at.

Re: Downloading Performance Graph in CSV format

Posted: Fri Feb 01, 2019 10:14 am
by mohan23
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

Re: Downloading Performance Graph in CSV format

Posted: Fri Feb 01, 2019 10:32 am
by scottwilkerson
mohan23 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
It is e-notation
https://en.wikipedia.org/wiki/Scientifi ... E-notation