Querying the HAF Application Service List
On the offload node with the HAF service, you can query the HAF application service list to obtain information such as the occupied drive space, deployment path, service name, and JAR package's absolute path.
The command is as follows:
/home/omm/haf-install/haf-target/tools/haf-tool service --list
Field |
Description |
|---|---|
space_occupied |
Drive space occupied by the application service. |
service_path |
Deployment path of the application service. |
service_name |
Name of the application service. |
jar_name |
Absolute path of the JAR package. |
Parent topic: Service Management