Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

...

In Consultingwerk/Studio/bin you'll find the following scripts:

ScriptDescriptionMore information
scl-pasoe.cmdMain script and is used by all the following wrapper scripts
scl-pasoe-trim.cmdWrapper script that trims the agents.PASOE Management: trimming agents and agent sessions
scl-pasoe-query.cmdWrapper script that shows all information of the following scripts.
scl-pasoe-metrics.cmdWrapper script that shows the metrics.
scl-pasoe-agents.cmdWrapper script that shows information about the agents.
scl-pasoe-sessions.cmdWrapper script that shows information about the sessions.
scl-pasoe-clients.cmdWrapper script that shows information about the clients.
scl-pasoe-applist.cmdWrapper script that shows all applications.
scl-pasoe-trackablobjects.cmdWrapper script that shows all ABL trackable objects
scl-pasoe-agentrequests.cmdWrapper script that shows all Requests for a given Agent
scl-pasoe-agentsessions.cmdWrapper script that shows all Sessions for a given Agent

...

Trim agents of a local PASOE running on port 1234, in application 'develop'. For more detail see PASOE Management: trimming agents and agent sessions .

Code Block
scl-pasoe-trim.cmd -s 1234 -a develop

...