Question

The response time for server_info_time is high when executing Perform_health_check.

  • 30 September 2023
  • 2 replies
  • 124 views

Badge +1

Hello everyone,

Following the execution of the <Perform_health_check> operation within FSM, we've observed that the value for <server_info_time> stands at approximately 447. This value appears to be notably higher when compared to similar environments. Has anyone encountered a similar situation and do you have any suggestions on how to optimize or reduce this time value?


2 replies

Userlevel 3
Badge +9

Hi @tdislk ,

Note that current threshold server info time value is set at 1000ms. If the server information time is less than 1000ms, it signifies that the system is in a healthy condition. Any necessary action will only be taken if the server information time exceeds this threshold value, meaning it is greater than 1000ms. The server information time can vary based on server utilization, workload, and overall system busyness.

In summary, if the timeout is less than 1000ms, the status will be true; otherwise, it will be false.

Userlevel 3
Badge +9

Hi @tdislk ,

May I know whether the provided solution resolved your issue?

Thanks & Best Regards,
Dilushkumar.

Reply