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.
- Unpack the file:
tar -xf TTH_dist.tar.gz
- Go to
../TTH_dist/Officer
- Run:
sudo /bin/bash setup_service.sh ConnectionURL Token Secret
- Replace
ConnectionURL
with the Computer Connection URL - Replace
Token
with the Token Value selected on the Computer Configuration- Put the token between single quotes
- Replace
Secret
with the Secret Value selector on the Computer Configuration - 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
- Replace
- 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.
- 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. - Unpack the file:
tar -xf TTH_dist.tar.gz
- Go to
../TTH_dist/Officer
- Run:
setup_service.sh ConnectionURL Token Secret
- Replace
ConnectionURL
with the Computer Connection URL - Replace
Token
with the Token Value selected on the Computer Configuration- Put the token between single quotes
- Replace
Secret
with the Secret Value selector on the Computer Configuration - The final command should look something like:
setup_service.sh wss://tth-demo.typhoon-hil.cloud/ws/manager/connect/1 8a6sd8f6ad8fa 51EA68RDU6OTSCSJKGKL0H2SQWKQDQZG
- Replace
- 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