-
Notifications
You must be signed in to change notification settings - Fork 4
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
Retrieve ZFS related data #14
base: master
Are you sure you want to change the base?
Conversation
I'm not sure how much sense running the In any case, it probably makes sense to run all these commands in parallel, like this:
Because they'll largely read the same stuff from the disk and I imagine this may help improve cache efficiency. |
Yeah I agree, the I'm wondering whether we should also collect the |
I have no opinion (I don't think I've ever used |
Tried it on my local (True)NAS (FreeBSD) which isn't the fastest but w/o the zdb call it's fast enough as we don't look for snapshots which can take quite some time especially on slow backup targets.
|
Get a bunch of zfs infos.
The -list's are kinda unreadable with the option '-o all' in a terminal but i guess it's better to have everything than selecting only bits and pieces.
Don't know about the filenames but that way it is at least clear what's inside. ¯_(ツ)_/¯
@akorn Maybe you have some notes on what should be thrown out or maybe added aswell.