-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Include zil kstats in the metric collections #2623
Conversation
Tests failing on unrelated plugin :
|
I'll do some testing on FreeBSD 11.0 |
Hmm, some quick testing and I can't find any zil |
@rickard-von-essen The only useful box I could get access to has FreeBSD 10.2-RELEASE-p17.
Perhaps BSD simply doesn't expose ZIL stats? |
I can't find any refs to any ZIL stats on FreeBSD (for example https://github.com/mmatuska/zfs-stats). I think you can update the PR to not include these for FreeBSD and make a note in the README that zil stats are Linux only. |
PR updated for Linux ZIL stats only, as FreeBSD has none. |
Closed in favor of #3565 |
To satisfy '[Feature request] ZFS ZIL stats #2200', zil stats are now included in the kstat metric collections.
Tested on Linux (Ubuntu 16.10)
Untested on FreeBSD