Unsolved
1 Rookie
•
1 Message
0
36
Trying to understand powerflex restapi response around metrics (IOPS, Latency, Bandwidth)
Hi All,
I am trying to get metrics from powerflex, I am looking at the following endpoint
/api/instances/StoragePool::{id}/relationships/Statistics
I am able to gather capacity information from here and now looking to get Bandwidth and Latency.
The latency is in the below format, trying to understand how that corresponds to time
userDataSdcReadLatency {
"numSeconds" : number,
"totalWeighInKb": number,
"numSeconds" : number
}
Powerflex version 4.0
Regards
Prad