Lists application sessions matching the criteria specified. Information shown includes session IDs, which are used with other tarantella emulatorsession commands.
An example session ID is paris.example.com:965127448604:
...%2f_ens%2fo=Example%2fcn=Emma Rald
.
Session IDs can contain spaces, so make sure you quote them.
tarantella emulatorsession list [ --personpobj
] [ --applicationappobj
] [ --appserverhobj
] [ --serverserv
] [ --format text|count|xml ]
The following table shows the available options for this command.
Option | Description |
---|---|
| Lists application sessions matching the name of the person specified. Use the user identity of the person. |
| Lists application sessions matching the name of application specified. Use the name of an application object in the local repository. |
| Lists application sessions matching the name of application server specified. Use the name of an application server object in the local repository. |
| Lists application sessions hosted by the SGD server specified. Use the name of an application server object in the local repository (if the SGD server has an application server object), or the peer DNS name for the server. |
| Includes the current IP address of the client and the status of the application session in the output. It takes longer to display this information. |
|
Specifies the output format. The default setting is
|
If --person
,
--application
,
--appserver
, and
--server
are all omitted, all
application sessions are listed.
The following example lists Emma Rald's application sessions.
$ tarantella emulatorsession list \ --person "o=Example/cn=Emma Rald"
The following example lists all application sessions hosted by the SGD server boston.example.com. This is the server on which the Protocol Engines run.
$ tarantella emulatorsession list \ --server boston.example.com