session manager support output fieldstat

This commit is contained in:
luwenpeng
2024-10-30 17:00:20 +08:00
parent 03864c9731
commit d56cda3d9a
46 changed files with 3208 additions and 3141 deletions

9
scripts/stat_format.sh Normal file
View File

@@ -0,0 +1,9 @@
#!/bin/bash
if [ $# -ne 1 ]; then
echo "Usage: $0 <f4_json_file>"
exit 1
fi
f4_json_file=$1
/opt/MESA/bin/fieldstat_exporter.py local -j $f4_json_file -l --clear-screen