
Managing Process Execution with Conductor Script
The commands needed to monitor and manage iIS sessions are documented in Appendix A, “Conductor Script Commands” and summarized in the table below:
Command | Arguments | Function | See… |
|
|
|
|
BroadcastMessage | message_text | Send a message with the | page 275 |
| priority | specified priority to all |
|
|
| sessions connected to the |
|
|
| engine. The priority is a |
|
|
| text string meaningful to |
|
|
| the receiver. |
|
FindEngine | engine_name | Set specified engine as the | page 284 |
|
| “current” engine. The |
|
|
| engine (nor any of its |
|
|
| components) does not |
|
|
| have to be running. |
|
ListEngines | Display a list of all running | page 289 | |
|
| and configured iIS process |
|
|
| engines in the |
|
|
| environment. |
|
ListSessions | List all sessions in the | page 291 | |
|
| current engine. |
|
SendMessage | session_id, | Send a message with the | page 299 |
| message_text | specified priority to the |
|
| priority | specified session. The |
|
|
| priority is a text string |
|
|
| meaningful to the receiver. |
|
ShowSession | session_id | Show details of the given | page 308 |
|
| session, including the |
|
|
| activity list. |
|
SuspendAllSessions | Suspend all active sessions | page 319 | |
|
| in the current engine. |
|
SuspendSession | session_id | Suspend the specified | page 320 |
|
| active session. |
|
TerminateAllSessions |
| Terminate all sessions in | page 320 |
|
| the current engine. |
|
TerminateSession | session_id | Terminate the specified | page 321 |
|
| session. |
|
|
|
|
|
Chapter 8 Using the Conductor Script Utility 251