From 714e62663e6599b7f5ae03307360ae35d2366da5 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 16 Nov 2019 10:14:53 +0000 Subject: [PATCH] Show digest calculation times --- scripts/benchmarks | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/benchmarks b/scripts/benchmarks index b68ae1fe..9743555f 100755 --- a/scripts/benchmarks +++ b/scripts/benchmarks @@ -5,3 +5,5 @@ else cd /opt/epicyon || exit 0 fi 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 +echo '' +journalctl -u epicyon | grep "DIGEST|" awk -F '|' '{print $2}' | uniq | sort -r | head -n 20