如何停止obd web

[root@localhost ~]# obd web
start OBD WEB in 0.0.0.0:8680
please open http://127.0.0.1:8680
2025-10-20 15:21:51,578 ERROR init_mirrors_info (mirror_handler.py:46) [None] Another app is currently holding the obd lock.

[root@localhost ~]# obd web -h
Usage: obd web [options]

Options:
-p PORT, --port=PORT web server listen port
-w WHITE, --white=WHITE
ip white list, eq: ‘127.0.0.1, 192.168.1.1’.
-h, --help Show help and exit.
-v, --verbose Activate verbose output.

应该是有另一个obd web在运行 停掉即可

直接kill掉?

是的 或 control + c

嗯好的,帮助命令中建议增加个停止的命令

这个应该是不需要添加,因为当前obd是被obd web占用的,无法执行其他任何命令了