Officer

Description of the Officer application for monitoring the computer and managing agents.

The Officer application allows for creating and starting Agents on the computer, collecting resource (RAM, CPU, storage) utilization, and more.

The Typhoon Test Hub distribution package comes with an Officer application distribution. To run Officer on a computer, use the interface to navigate to that folder and run the setup command, informing the Connection URL and token value.

Start Officer

on Linux

Copy TTH_dist.tar.gz (a Typhoon Test Hub distribution package provided by Typhoon HIL) to the Computer where you would like to start Officer.

  1. Unpack the file: tar -xf TTH_dist.tar.gz
  2. Go to ../TTH_dist/Officer
  3. Run:
    sudo /bin/bash setup_service.sh ConnectionURL Token Secret
    1. Replace ConnectionURL with the Computer Connection URL
    2. Replace Token with the Token Value selected on the Computer Configuration
      • Put the token between single quotes
    3. Replace Secret with the Secret Value selector on the Computer Configuration
    4. The final command should look something like:
      sudo /bin/bash setup_service.sh wss://tth-demo.typhoon-hil.cloud/ws/manager/connect/1 8a6sd8f6ad8fa 51EA68RDU6OTSCSJKGKL0H2SQWKQDQZG
  4. Use the provided Connection URL and follow the testhub/servermgr procedures to start it, including:
    • Loading Officer Files - If downloading the files, make sure to use .tar.gz
    • Building Officer on your computer

on Windows

Before starting Officer, it is important to fulfil these requirements.
  1. Copy TTH_dist.tar.gz (a Typhoon Test Hub distribution package provided by Typhoon HIL) to the Computer where you would like to start Officer.
  2. Unpack the file: tar -xf TTH_dist.tar.gz
  3. Go to ../TTH_dist/Officer
  4. Run:
    setup_service.sh ConnectionURL Token Secret
    1. Replace ConnectionURL with the Computer Connection URL
    2. Replace Token with the Token Value selected on the Computer Configuration
      • Put the token between single quotes
    3. Replace Secret with the Secret Value selector on the Computer Configuration
    4. The final command should look something like:
      setup_service.sh wss://tth-demo.typhoon-hil.cloud/ws/manager/connect/1 8a6sd8f6ad8fa 51EA68RDU6OTSCSJKGKL0H2SQWKQDQZG
  5. Use the provided Connection URL and follow the testhub/servermgr procedures to start it, including:
    • Loading Officer Files - If downloading the files, make sure to use .tar.gz
    • Building Officer on your computer