Downloading Performance Graph in CSV format

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
mohan23
Posts: 118
Joined: Tue Oct 03, 2017 7:11 am

Downloading Performance Graph in CSV format

Post 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.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Downloading Performance Graph in CSV format

Post by scottwilkerson »

A value of 3.9000000000e+01 would be 39% at the time you are looking at.
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
mohan23
Posts: 118
Joined: Tue Oct 03, 2017 7:11 am

Re: Downloading Performance Graph in CSV format

Post 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
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Downloading Performance Graph in CSV format

Post 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
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked