Get list of watchers or processes in a watcher

ZMQ Message

To get the list of all the watchers:

{
    "command": "list",
}

To get the list of processes in a watcher:

{
    "command": "list",
    "properties": {
        "name": "nameofwatcher",
    }
}

The response return the list asked. Flies returned are process ID that can be used in others commands.

Command line

$ circusctl list [<name>]

Project Versions

Table Of Contents

Previous topic

Increment the number of processes in a watcher

Next topic

Suscribe to a watcher event

This Page