From 0990bab4d1b3f1bfcc1fa12969589e5d5689e60a Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 15 Nov 2019 22:50:47 +0000 Subject: [PATCH] More recent benchmarks --- scripts/benchmarks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/benchmarks b/scripts/benchmarks index 5ea8f1ca..b68ae1fe 100755 --- a/scripts/benchmarks +++ b/scripts/benchmarks @@ -4,4 +4,4 @@ if [ -d /etc/epicyon ]; then else cd /opt/epicyon || exit 0 fi -journalctl -u epicyon -r | grep "BENCHMARK GET|0\|BENCHMARK POST|0" | head -n 100 | grep "|ID" | awk -F 'BENCHMARK' '{print $2}' | uniq | sort -r | head -n 20 +journalctl -u epicyon -r | grep "BENCHMARK GET|0\|BENCHMARK POST|0" | head -n 50 | grep "|ID" | awk -F 'BENCHMARK' '{print $2}' | uniq | sort -r | head -n 20