1
0
Fork 0

add journalctfail

This commit is contained in:
VirtuBox 2019-11-08 03:45:49 +01:00
parent 7af86361c8
commit da45059f6e
Signed by: virtubox
GPG Key ID: 22EB296C97BAD476
1 changed files with 2 additions and 1 deletions

View File

@ -433,7 +433,7 @@ _SITESPEED() {
echo "Usage : sitespeed <url>"
else
curl -s -w \
'\nLookup time:\t\t%{time_namelookup}\nConnect time:\t\t%{time_connect}\nSSL handshake time:\t%{time_appconnect}\nPre-Transfer time:\t%{time_pretransfer}\nRedirect time:\t\t%{time_redirect}\nStart transfer time:\t%{time_starttransfer}\n\nTotal time:\t\t%{time_total}\n' -o /dev/null "$@"
'\nLookup time:\t\t%{time_namelookup}\nConnect time:\t\t%{time_connect}\nSSL handshake time:\t%{time_appconnect}\nPre-Transfer time:\t%{time_pretransfer}\nRedirect time:\t\t%{time_redirect}\nStart transfer time:\t%{time_starttransfer}\n\nTotal time:\t\t%{time_total}\n' -o /dev/null "$@"
fi
}
@ -705,3 +705,4 @@ alias wp-fix-perms=_WP_PERMISSIONS
alias upgrade-wo-full=_WO_FULL_UPGRADE
alias speedtestnet=_SPEEDTEST
alias SSETUP=_SETUP_CONTROLLER
alias journalctfail='journalctl -b -p err -S "yesterday"'