From fead1ad279700592831f5092aae8fe8ec99ac00a Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Tue, 4 Nov 2025 07:01:23 -0700 Subject: [PATCH] 1762264884 --- customscripts/measure_performance | 2 ++ 1 file changed, 2 insertions(+) diff --git a/customscripts/measure_performance b/customscripts/measure_performance index e1d0fad..e24c05e 100644 --- a/customscripts/measure_performance +++ b/customscripts/measure_performance @@ -4,6 +4,8 @@ ## measure_performance my_command -with -args ## measure_performance "my_command -with -args" +# todo: calculate human readable sizes for mem, r and w + cmd="$@" # da command as a string or as args start_date=$(date) start_unixseconds=$(date +%s)