How do we determine up-time of server/service?
Posted: April 21st, 2008 | Author: TnT Admin | Filed under: Analyze | Tags: up-time | No Comments »This is a recommendation from Mitch Tulloch who is a frequent contributor in Windows Networking. Two counters were recommended to verify the server/service availability.
System\System Up Time
This counter describes the time that the server was last rebooted in seconds. Use this when you want to determine the when your server is restarting abnormally. Note, when you placed in LoadRunner, when the server is restarting, Controller will detect no connection to the server and prompt an error. However, it should regain connection for monitoring after the server is fully restarted.
Process(instance)\Elapsed Time
This counter describes the time for a certain process/instance. You can use the Process(instance) \Elapsed Time counter to also monitor processes associated with specific applications and services to monitor the availability of these applications and services.
Leave a Reply