Help Center> Elastic Load Balance> User Guide (ME-Abu Dhabi Region)> FAQs> Backend Server> How Can I Check the Status of a Backend Server?
Updated on 2022-01-25 GMT+08:00

How Can I Check the Status of a Backend Server?

  1. Verify that the applications on the backend server are enabled.
    1. Log in to the backend server. (An ECS is used as an example here.)
    2. Run the following command to check the port status:

      netstat -ntpl

      For Windows ECSs, run the netstat -ano command on the CLI to view the port status or server software status.
      Figure 1 Port status
  2. Check the network communication of the ECS.

    For example, if the ECS uses port 80, run the curl command to check whether the communication is normal.