Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 637 Bytes

sub.rst

File metadata and controls

39 lines (23 loc) · 637 Bytes

Decrement the number of OS processes

This command dynamically decrease the number of OS processes for this process description to monitor in gafferd.

HTTP Message:

HTTP/1.1 POST /processes/<name>/_sub/<inc>

The response return {"ok": true} with an http status 200 if everything is ok.

Properties:

  • name: name of the process
  • inc: The number of new OS processes to stop

Command line:

gafferctl sub name inc

Options

  • <name>: name of the process to create
  • <inc>: The number of new OS processes to stop