linux查询kibana进程id 通过应用名和端口号无法查询到进程Id ps -ef | grep kibana ps -ef | grep 5601 经过实践,使用如下方法可以查询到kibana的PID: ps -ef | grep node