Get the number of watchers

Get the number of watchers in a arbiter

ZMQ Message

{
    "command": "numwatchers",
}

The response return the number of watchers in the ‘numwatchers` property:

{ "status": "ok", "numwatchers": <n>, "time", "timestamp" }

Command line

$ circusctl numwatchers

Project Versions

Table Of Contents

Previous topic

Get the number of processes

Next topic

Get the value of a watcher option

This Page