System::Statistics::PerformanceGraphDataCSV¶
Introduced : BIG-IP_v9.2.0
A struct that describes details of a statistical graph or table in a
file, currently in CSV format. During queries, if the user specifies a
start_time, end_time, and interval that does not exactly match the
corresponding value used within the database, the database will
attempt to use to closest time or interval as requested. The actual
values used will be returned to the user in this structure.
Member | Type | Description |
object_name | String | The key or name of the statistical graph/table. |
start_time | long | The actual starting time (seconds since Jan 1, 1970) used to start retrieving data for the graph/table. |
end_time | long | The actual ending time (seconds since Jan 1, 1970) used to stop retrieving data for the graph/table. |
interval | long | The actual sampling interval in seconds used in creating the graph/table. |
statistic_data | char [] | The statistics for the specified graph/table in CSV format. |
See Also¶
iControl ::
Warning
The links to the sample code below are remnants of the old DevCentral wiki and will result in a 404 error. For best results, please copy the link text and search the codeshare directly on DevCentral.
Sample Code¶
The BIG-IP API Reference documentation contains community-contributed content. F5 does not monitor or control community code contributions. We make no guarantees or warranties regarding the available code, and it may contain errors, defects, bugs, inaccuracies, or security vulnerabilities. Your access to and use of any code available in the BIG-IP API reference guides is solely at your own risk.