Consultor Eletrônico



Kbase P36210: How to trim WebSpeed agents via the command line and through WebSpeed workshop?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   15/10/2008
Status: Verified

GOAL:

How to trim agents via the command line?

GOAL:

Can you trim agents via the WebSpeed workshop?

GOAL:

How to trim agents via the WebSpeed Workshop?

FACT(s) (Environment):

WebSpeed 3.x

FIX:

The command to trim the agents is:

wtbman -name <brokername> -trimagents <value>
Example: wtbman -name wsbroker1 -trimagents 10

The value of the trimagents is the number of agents that you wish to trim. For example if you have 10 agents and you want to trim only 5, then the value used in the command would be: wtbman -name wsbroker1 -trimagents 5

If you don't have access to the server (where the agents reside) but have access to site through a browser, you can trim agents through the OS Command link within WebSpeed workshop URL.

For example, http://localhost/scripts/cgiip.exe/WService=wsbroker1/workshop
The OS Command link under the Tools menu mimics the os command behavior.

Click OS Command link, type

wtbman -name brokername -trimagents 10

and click submit button