cli: add commands to inspect clients
This commit is contained in:
parent
5e3465d861
commit
bd04b09171
12 changed files with 557 additions and 16 deletions
|
|
@ -109,6 +109,14 @@ request reexec (since = 17) {
|
|||
id: id(jay_reexec),
|
||||
}
|
||||
|
||||
request create_client_query (since = 18) {
|
||||
id: id(jay_client_query),
|
||||
}
|
||||
|
||||
request kill_client (since = 18) {
|
||||
id: pod(u64),
|
||||
}
|
||||
|
||||
# events
|
||||
|
||||
event client_id {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue