I am trying to figure out the math to get iSCSI latency. I have the following code to get the raw data but I am trying to figure out the relationship between counters and base-counters
$counters = (Get-NaPerfData iscsi).counters
$counters has values for iscsi_latency (units = ms) and iscsi_ops (units = ops per second) . Also, I have found that iscsi_ops is the "base counter." What post processing math do I need to get iscsi latency in ms?
Thanks,
Andy