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

Disk Usage #2

Closed
junglert opened this issue Apr 17, 2020 · 4 comments
Closed

Disk Usage #2

junglert opened this issue Apr 17, 2020 · 4 comments
Assignees
Labels
enhancement New feature or request

Comments

@junglert
Copy link
Owner

Please add a overview of the current disk usage to the site

@junglert junglert added the enhancement New feature or request label Apr 17, 2020
@junglert junglert self-assigned this Apr 17, 2020
@junglert
Copy link
Owner Author

df -h --output="size,used,pcent" /

@junglert junglert pinned this issue Apr 17, 2020
@junglert
Copy link
Owner Author

junglert commented Aug 4, 2020

space=df -h | awk '{print $5}' | grep % | grep -v Use | sort -n | tail -1 | cut -d "%" -f1 -

adding new file soon

@junglert
Copy link
Owner Author

junglert commented Aug 4, 2020

Percentile diskusage added

@junglert
Copy link
Owner Author

junglert commented Aug 4, 2020

Used and Total storage added

@junglert junglert closed this as completed Aug 4, 2020
@junglert junglert unpinned this issue Aug 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant