knarfeh
3/16/2017 - 2:14 PM

description

description

[[snippets]]
  description = "[zookeeper]Lists brief details for the server and connected clients of zookeeper"
  command = "echo stat | nc 42.159.240.36 2181"

[[snippets]]
  description = "[zookeeper]Outputs a list of variables that could be used for monitoring the health of the cluster"
  command = "echo mntr | nc 42.159.240.36 2181"