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

document describing SCRIPTs #110

Open
taggart opened this issue Jan 31, 2020 · 1 comment
Open

document describing SCRIPTs #110

taggart opened this issue Jan 31, 2020 · 1 comment

Comments

@taggart
Copy link

taggart commented Jan 31, 2020

Because of the /usr/lib/sqm/*.help files, good descriptions for each SCRIPT already exist. Maybe a small script could compile a markdown (and/or manpage) document from the existing help files (and then would automatically update if they changed). Something like:

for name in `ls /usr/lib/sqm/*.qos.help|sort`
do
  basename -s .qos.help $name
  echo ---------------
  fold -s $name
  echo
done
@taggart
Copy link
Author

taggart commented Jan 31, 2020

Oh and with a introduction explaining things and common variables, etc

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

No branches or pull requests

1 participant