You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@fluo.apache.org by GitBox <gi...@apache.org> on 2022/06/01 15:16:27 UTC

[GitHub] [fluo-uno] EdColeman commented on pull request #281: Update kill cmd for ZooKeeper

EdColeman commented on PR #281:
URL: https://github.com/apache/fluo-uno/pull/281#issuecomment-1143742833

   I can see the process with jps and ps, however grep does not return anything.
   
   ```
   [fluo-uno]$ jps -m
   22965 QuorumPeerMain /home/fluo-uno/install/apache-zookeeper-3.7.0-bin/bin/../conf/zoo.cfg
   23226 Jps -m
   
   [luo-uno]$ ps aux | grep "[Q]uorumPeerMain" | awk '{print $2}'
   22965
   
   [fluo-uno]$ pgrep -f "[Q]uorumPeerMain"
   
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@fluo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org