X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=memo-supervisor.txt;fp=memo-supervisor.txt;h=ae1147aa680b57e518df48f967b67622f4abe4ce;hb=4a73fa6fce2d3df39872e2767811ad4d6b533087;hp=13e9d1d27770bd6f17a12b06e66cebb316713ba9;hpb=a708fcbcb234af8ffe69d04786e44472b45f3559;p=src%2Fapp-framework-binder.git diff --git a/memo-supervisor.txt b/memo-supervisor.txt index 13e9d1d2..ae1147aa 100644 --- a/memo-supervisor.txt +++ b/memo-supervisor.txt @@ -2,7 +2,7 @@ Run the supervisor on the target for the public IP: --------------------------------------------------- - # afs-supervisor --port 1619 --token HELLO + # afs-supervisor --port 1619 --token HELLO Run the client -------------- @@ -49,20 +49,20 @@ verbs that can be run, all are of the API 'supervisor': execute the API/VERB(ARGS) for the daemon of pid X - usefull for (s/g)etting monitor info. ex: monitor/get({"apis":true}) + useful for (s/g)etting monitor info. ex: monitor/get({"apis":true}) bound to the current client session (to be checked: usurpation of session?) - trace {"pid":X, ...} - like monitor/trace but not bound to session (in the future monitor/trace + like monitor/trace but not bound to session (in the future monitor/trace will be bound to sessions) allows to trace specific session or any session the pid isn't returned in the event (not sure to want it but open...) - use "name" and "tag" feature of "trace" to discrimate events on the client side. + use "name" and "tag" feature of "trace" to discriminate events on the client side. Examples of dialog: -------------------