-
Notifications
You must be signed in to change notification settings - Fork 60
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
Display statistics for mounted filesystems #191
Comments
It seems data is already parsed, but there is no graph definition <Stat name="misci_mountedfs">
<headerstr>MBfsfree MBfsused %fsused %ufsused Ifree Iused %Iused FILESYSTEM</headerstr>
<graphname>IGNORE</graphname>
</Stat> I have never seen output for this and doubt this would be really meaningful to plot a graph over time. thx |
Problem: FILESYSTEM is last column instead of first column. kSAR expects the instance as first column after date/time ... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using
sar -F
(sadc option -S XDISK) we can get filesystem usage statistics. It would be nice to graph them too. Many thanks.The text was updated successfully, but these errors were encountered: