longer CI tail

This commit is contained in:
WebFreak001 2023-03-22 02:47:13 +01:00
parent 2722423a7f
commit dd524e1b7c
No known key found for this signature in database
GPG Key ID: AEFC88D11109D1AA
1 changed files with 1 additions and 1 deletions

View File

@ -51,6 +51,6 @@ echo "STAT:top 5 GC sources in server:"
if [ ! -f "profilegc.log" ]; then if [ ! -f "profilegc.log" ]; then
echo 'Missing profilegc.log file!' echo 'Missing profilegc.log file!'
echo 'Tail for stderr.txt:' echo 'Tail for stderr.txt:'
tail stderr.txt tail -n50 stderr.txt
fi fi
head -n6 profilegc.log | sed 's/^/STAT:/g' head -n6 profilegc.log | sed 's/^/STAT:/g'