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

Disks collector for FreeBSD #344

Merged
merged 7 commits into from
Sep 20, 2016
Merged

Disks collector for FreeBSD #344

merged 7 commits into from
Sep 20, 2016

Conversation

benrubson
Copy link
Contributor

Hello,

Here is a new collector for FreeBSD.
It collects disks statistics :

  • queue length
  • read :
    • IOPS (operations/s)
    • block size (B)
    • throughput (B/s)
    • response time (ms)
  • write :
    • IOPS (operations/s)
    • block size (B)
    • throughput (B/s)
    • response time (ms)
  • delete (BIO_DELETE) :
    • IOPS (operations/s)
    • block size (B)
    • throughput (B/s)
    • response time (ms)
  • other (BIO_FLUSH) :
    • IOPS (operations/s)
    • response time (ms)
  • busy percentage

Thank you 👍

Ben

@johann8384 johann8384 added this to the 1.3.2 milestone Sep 20, 2016
@johann8384 johann8384 merged commit d7c2ee5 into OpenTSDB:master Sep 20, 2016
@benrubson benrubson deleted the gstat branch September 20, 2016 06:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants