Đổi tên phần mềm từ lidar_manager_app thành robot_app

This commit is contained in:
2026-06-24 16:31:28 +07:00
parent 773341fc84
commit 4b702756bb
12 changed files with 38 additions and 40 deletions

View File

@@ -13,5 +13,5 @@ echo
bench_http_suite "$BASE"
echo
echo "=== Process ==="
ps -C lidar_manager_web -o pid,rss,vsz,pcpu,pmem,etime,cmd 2>/dev/null \
|| pgrep -af '[./]lidar_manager_web' | grep -v pgrep || true
ps -C robot_app -o pid,rss,vsz,pcpu,pmem,etime,cmd 2>/dev/null \
|| pgrep -af '[./]robot_app' | grep -v pgrep || true