Linux 下 kill 孫子進程(qbit)
qbit 在使用 Python 的 FastAPI 框架,在 Python 腳本中用 os.system 調用了 uvicorn 啓動程序,調用鏈條大致如下 python3 main.py # 進程 1 -- sh python3 uvicorn # 進程 2 -- python3 uvicorn # 進程 3 qbit 發現直接 k
Nickname qbit
Contributes2
Followers0
qbit 在使用 Python 的 FastAPI 框架,在 Python 腳本中用 os.system 調用了 uvicorn 啓動程序,調用鏈條大致如下 python3 main.py # 進程 1 -- sh python3 uvicorn # 進程 2 -- python3 uvicorn # 進程 3 qbit 發現直接 k
Nickname qbit
作者:姚嵩 外星人... 本文來源:原創投稿 *愛可生開源社區出品,原創內容未經授權不得隨意使用,轉載請聯繫小編並註明來源。 背景: 通過 obproxy 連接 OB 後,發現: kill 命令使⽤ show processlist 中的 ID 能執⾏成功, 使⽤ information_schema.processlist 或者 oceanbase.__all_virtual_pr
Nickname 愛可生開源社區