Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Too high datastore_totalreadlatency_average #71

Open
numeronove opened this issue Mar 27, 2018 · 3 comments
Open

Too high datastore_totalreadlatency_average #71

numeronove opened this issue Mar 27, 2018 · 3 comments
Labels

Comments

@numeronove
Copy link

numeronove commented Mar 27, 2018

Sometimes, in particular under high IOPs load, those values are simply too high:

> SELECT esx,datastore,datastore_totalwritelatency_average,datastore_totalreadlatency_average
 FROM vsphere_virtualmachine WHERE datastore_totalreadlatency_average > 60000 LIMIT 1

name: vsphere_virtualmachine
time                 esx                     datastore     datastore_totalwritelatency_average datastore_totalreadlatency_average
----                 ---                     ---------     ----------------------------------- ----------------------------------
2018-03-24T16:20:02Z esxi3.dasecommercee.lan Eqldatastore1 116017258324865                     2049638230411510

That's a huge 3768,8 years.

I have encountered this behavior with VCSA version 6.5.0.13000, while in VCSA 6.0 it works fine.

It seems that the timestamp at the end of the measurement taken from VCSA, is going into the InfluxDB field for some reason. I have tried to look at the debug output, but don't know what I have to look for.

Can the new VCSA apply some unwanted formatting on the high IOPs value, or on the whole measurement row, under load?

@sofixa
Copy link
Member

sofixa commented Mar 30, 2018

Hi,

It's funny because i've had the same issue, from times to times, with 6.5 ( iirc @exbane as well ), but hadn't actually gotten around to fixing it since i also use NetApp Harvest to get datastore-level stats from it, so not having correct VM-level data isn't the end of the world.

Have you had the possibility to check if the Monitor -> Performance tab in the vSphere Web Client reports similar values for latency ?

Cheers,
Adrian

@sofixa sofixa added the bug label Mar 30, 2018
@fullagame
Copy link

I have similar issues, https://imgur.com/a/uJ9z01g

Is this what you are referring to? Latency in the ESXi web client shows more expected values. :)

@codedmind
Copy link

codedmind commented Feb 6, 2019

Same issue vcenter 6.7.0.20100

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants