# --control-command slots.add --lps 2

%% request adding 2 local process slots to the controlled SimTree instance

# --control-command slots.remove --rps cnode02 3 --lps 2

%% request removing 2 slots on cnode02 and two local process slots

# --control-command ws.list

%% list all three queues of the current working set

# --control-command ws.list-running

%% list the running queue of the current working set

# --control-command ws.list-running-finished

%% list the running and the finished queue of the current working set

# --control-command ws.add --sp MsgLen 2

%% add work items for MsgLen = 2 to the waiting qeueue of the current working set

# --control-command ws.remove --sp MsgLen 2

%% remove all work items for MsgLen = 2 from waiting queue of the current working set
