remove session_manager_subscribe_xxx() API; convert session closing events to pseudo packets

when a session is closed, use the packet manager to create a pseudo packet,
    set the session to be closed as packet Exdata, and schedule it to the packet forwarding stage.
    when the pseudo packet free, the session will be free.
This commit is contained in:
luwenpeng
2024-11-18 18:33:19 +08:00
parent 746d7fca06
commit c2e9275a9e
25 changed files with 210 additions and 378 deletions

View File

@@ -6,4 +6,5 @@ if [ $# -ne 1 ]; then
fi
f4_json_file=$1
# python3 -m pip install prettytable jinja2
/opt/MESA/bin/fieldstat_exporter.py local -j $f4_json_file -l --clear-screen