Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经配置了一台 linux 机器,我只是想检查一下 kibana 4 是否运行良好。
您可以随时使用:
ps auwx | grep kibana
它将列出 kibana 进程
关心:它还会列出命令本身
我们还可以使用命令: ps -ef | grep -irn kibana 这将列出实例上运行的所有 kibana 进程。
ps -ef | grep -irn kibana