Help Center/ Atlas 300 Application (Model 3000)/ IDE-daemon-client Command Reference/ Detecting the Heartbeat Between IDE Daemon and the Host
Updated on 2022-03-13 GMT+08:00

Detecting the Heartbeat Between IDE Daemon and the Host

Function

Detects the heartbeat between IDE Daemon and the host to check whether the host server is running.

Syntax

IDE-daemon-client --host <host_ip>:<port> --detect

Parameter

Table 1 Parameter description

Parameter

Description

Mandatory or Not

Default Value

--host

  • host_ip: specifies the IP address of the host.
  • port: specifies the port number.

Yes

The default value of port is 22118.

--detect

Detects the heartbeat. If the heartbeat message is detected, SUCCESS is returned. Otherwise, no information is returned.

Yes

-

Example

  1. Log in to the server on the host as the HwHiAiUser user.
  2. Run the following command to check the heartbeat between IDE Daemon and the host:
    IDE-daemon-client --host xx.xx.xx.xx:22118 --detect

    Replace xx.xx.xx.xx with the actual IP address of the host.