-
Notifications
You must be signed in to change notification settings - Fork 6
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
Show GET/PUT, etc Count By Satellite #6
Comments
from robertstansfield: ` docker logs storagenode 2>&1 | grep GET_AUDIT > $audits cat for sat in $known_sats; do rm $sats |
cut -f2 -d """ > ${sats} should read as cut -f2 -d " " > ${sats} |
Idk where yall get these bash scripts from but they make anyone who knows how to bash cringe :)
Sample output:
|
Haha. I don't work with bash much. I do migrate quite a bit of bash to powershell. I appreciate the input and will learn some from your pull. |
regex goes a long way :) |
It was sourced from Alexey on Storj's RocketChat. And we just built on it from here. My goal was a working dashboard. Glad that someone is looking into performance and optimization now. I usually only use Regex when absolutely required, because it doesn't come natural for me. |
Glad to help, optimizing is my thing :) I'll have to keep digging for Alexey's post and suggest some corrections |
Specs Organized by Sat.
GETs
Sat1: 160
sat 2: 15
The text was updated successfully, but these errors were encountered: