Does anyone know of a way to programatically find the uptime of a server running Windows 2000? We have a service running on the machine written in VB.NET, that reports back to our server via a webservice.
|
|
Another way is to use the performance counters from .NET (sorry, this is in C# but you can easily convert over to VB) e.g.
So basically, the PerformanceCounter class will return the number of seconds the system has been up and from there you can do what you want. |
||||
|
|
|
If you have SNMP enabled, you can query the following OID: 1.3.6.1.2.1.1.3.0. This will give you the system uptime. It is defined as "The time (in hundredths of a second) since the network management portion of the system was last re-initialized." |
||
|
|
|
|
Other approach: Use a (free) website monitoring service such as AlertFox? |
||
|
|
