Sample Debugging: Pausing the Event Stream Processor

Use the esp_client command-line utility to check the pause status of the Event Stream Processor, to pause, and to unpause.

  1. To pause the Event Stream Processor, use:
    esp_client> pause
  2. To run the Event Stream Processor and continue execution, use:
    esp_client> run
  3. To check if the Event Stream Processor is paused, use:
    esp_client> check_pause

    The Event Stream Processor notifies the user of whether it is paused or not. If it is not paused, you see Sybase Event Stream Processor is not paused. If it is paused, you see PAUSED.