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

add weighted_io_time to diskio input #3119

Merged
merged 1 commit into from
Aug 11, 2017
Merged

add weighted_io_time to diskio input #3119

merged 1 commit into from
Aug 11, 2017

Conversation

phemmer
Copy link
Contributor

@phemmer phemmer commented Aug 11, 2017

Required for all PRs:

  • Signed CLA.
  • Associated README.md updated.
  • Has appropriate unit tests.

@danielnelson danielnelson added this to the 1.4.0 milestone Aug 11, 2017
#### Calculate average queue depth:
`iops_in_progress` will give you an instantaneous value. This will give you the average between polling intervals.
```
SELECT derivative(last("weighted_io_time",1ms))/1000 from "diskio" WHERE time > now() - 30m GROUP BY "host","name",time(60s)
Copy link
Contributor Author

@phemmer phemmer Aug 11, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@danielnelson danielnelson merged commit b0109b3 into influxdata:master Aug 11, 2017
@phemmer phemmer deleted the weighted-io-time branch August 11, 2017 18:50
@danielnelson
Copy link
Contributor

Awesome, thanks!

maxunt pushed a commit that referenced this pull request Jun 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants