Search code examples
openedgeprogress-4glwebspeed

Short Webspeed Broker Query


I am trying to create a script that informs the user about the status of the website, which uses WebSpeed. I can use wtbman to output the status of the transaction server, not a problem. But I want something that just tells us the status of the transaction server.

Is there a command that I can use to achieve that, instead of writing a program to parse the returned string for wtbman?


Solution

  • There's no built in approach like for instance Virtual System Tables.

    Parsing the output of

    wtbman -name <broker> -query 
    

    is your best bet. The output isn't very hard to decipher so you should be able to do it quite quick!

    Two other commands to check are:

    wtbman -name <broker> -agentdetail <pid>
    

    This will go more into detail of a specific agent.

    wtbman -name <broker> -listallprops
    

    Lists all settings for the broker.