We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Have a way of listing monthly server utilization % at the top of the visualizations page
By using the grey square calculations based off the current day get an accurate represented used % that is displayed and captured for that month
currently run the following on the files to get this information
grep "domain.com" 2019-09.html | wc -l grep "#bec1d4" 2019-09.html | wc -l {unused days} {# of systems} * {total days} = {operating days} (100-({unused}/{operating}*100))
The text was updated successfully, but these errors were encountered:
https://review.gerrithub.io/c/redhat-performance/quads/+/471508
Sorry, something went wrong.
7d8ab94
No branches or pull requests
Have a way of listing monthly server utilization % at the top of the visualizations page
By using the grey square calculations based off the current day get an accurate represented used % that is displayed and captured for that month
currently run the following on the files to get this information
The text was updated successfully, but these errors were encountered: