From af5882d3e6f4ffcc3e68eecc068beb46c9327d51 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Tue, 4 Nov 2025 06:20:23 -0700 Subject: [PATCH] waypoint --- customscripts/measure_performance | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/customscripts/measure_performance b/customscripts/measure_performance index 6354ceb..4a28b82 100644 --- a/customscripts/measure_performance +++ b/customscripts/measure_performance @@ -51,4 +51,5 @@ cat "$logfile" # then squash spaces and replace with commas # them awk by delimiter comma to output # and replace da original file with tha fixed one -# cat "$logfile" | sed '/^#\|^$\|^Linux/d' | tr -s ' ' ',' | awk -F, '{ cpup += $3 } END { print "sunn:",cpup / NR,$1,$3,$8,$13,$14,$15,$16,$17 }' \ No newline at end of file +# cat "$logfile" | sed '/^#\|^$\|^Linux/d' | tr -s ' ' ',' | awk -F, '{ cpup += $3 } END { print "sunn:",cpup / NR,$1,$3,$8,$13,$14,$15,$16,$17 }' +cat "$logfile" | sed '/^#\|^$\|^Linux/d' | tr -s ' ' ',' | awk -F, '{ cpup += $3 } END { print "sunn:",cpup / NR }' \ No newline at end of file