Ways to polling server status

Posted by Yijinsei on Stack Overflow See other posts from Stack Overflow or by Yijinsei
Published on 2010-06-16T00:58:10Z Indexed on 2010/06/16 1:02 UTC
Read the original article Hit count: 387

Filed under:
|
|
|
|

Hi guys,

I am try to create a JSP page that will show all the status in a group of local servers. Currently I create a schedule class that will constantly poll to check the status of the server with 30 second interval, with 5 second delay to wait for each server reply, and provide the JSP page with the information. However I find this way to be not accurate as it will take some time before the information of the schedule class to be updated. Do you guys have a better way to check the status of several server within a local network?

© Stack Overflow or respective owner

Ways to polling server status

Posted by Yijinsei on Server Fault See other posts from Server Fault or by Yijinsei
Published on 2010-06-16T01:20:17Z Indexed on 2010/06/16 1:23 UTC
Read the original article Hit count: 387

Filed under:
|

Hi guys,

I create the same question is stackoverflow, but I was recommended to post my question here. So I apologies for those who saw this post twice.

I am try to create a JSP page that will show all the status in a group of local servers. Currently I create a schedule class that will constantly poll to check the status of the server with 30 second interval, with 5 second delay to wait for each server reply, and provide the JSP page with the information. However I find this way to be not accurate as it will take some time before the information of the schedule class to be updated. Do you guys have a better way to check the status of several server within a local network?

© Server Fault or respective owner

Related posts about java

Related posts about j2ee