Class CountState

All Implemented Interfaces:
SerializableMessage

public class CountState
extends SCPRequest<CountState.Response>
A request to get a count of the cores in a particular state. The response payload is the integer count.

Actual adding up of states is in proc_process() and p2p_region() in scamp-cmd.c. This is the main use of point-to-point signals (and the only one exposed to users).