Networking Forums

Networking Forums > Computer Networking > Windows Networking > Computer Uptime? Isnt there a Windows way.

Reply
Thread Tools Display Modes

Computer Uptime? Isnt there a Windows way.

 
 
=?Utf-8?B?Qm9iYnkyOA==?=
Guest
Posts: n/a

 
      11-24-2004, 08:59 PM
I was looking for something just to tell when my server was last booted(How
long it's been up). I seem to remember doing something from the command line
before to give me the information, however I am unabe to find it. It is
possible that I had seen it at the DHCP snap-in.This shows the time DHCP has
been up, but I want to check another server thats not a DHCP. After looking
through all my books couldnt find anything, so I did a search on the web and
there are all kinds of software to tell you this. I know theres a command
line way though, certain I used it before. Thanks for the help.
 
Reply With Quote
 
 
 
 
Miha Pihler
Guest
Posts: n/a

 
      11-24-2004, 09:16 PM
Hi,

You could use this:

net statistics server | more

It will output something like this:

****************************
Server Statistics for \\MIKE

Statistics since 11/24/2004 5:04 PM
****************************

This would indicate that my PC was last booted on Nov 24th at 5:04 PM.

I hope this helps,

Mike

"Bobby28" <(E-Mail Removed)> wrote in message
news:47552650-B24C-4CC0-BD3C-(E-Mail Removed)...
>I was looking for something just to tell when my server was last booted(How
> long it's been up). I seem to remember doing something from the command
> line
> before to give me the information, however I am unabe to find it. It is
> possible that I had seen it at the DHCP snap-in.This shows the time DHCP
> has
> been up, but I want to check another server thats not a DHCP. After
> looking
> through all my books couldnt find anything, so I did a search on the web
> and
> there are all kinds of software to tell you this. I know theres a command
> line way though, certain I used it before. Thanks for the help.



 
Reply With Quote
 
Alan D.
Guest
Posts: n/a

 
      11-25-2004, 05:43 PM
Another, much more verbose, method is to open a command prompt and enter the
command: systeminfo

The uptime will be relatively near the top.

This works in windows xp as well as windows 2003. I'm not sure about
windows 2000/nt


"Miha Pihler" <mihap-(E-Mail Removed)> wrote in message
news:%236gf%(E-Mail Removed)...
> Hi,
>
> You could use this:
>
> net statistics server | more
>
> It will output something like this:
>
> ****************************
> Server Statistics for \\MIKE
>
> Statistics since 11/24/2004 5:04 PM
> ****************************
>
> This would indicate that my PC was last booted on Nov 24th at 5:04 PM.
>
> I hope this helps,
>
> Mike
>
> "Bobby28" <(E-Mail Removed)> wrote in message
> news:47552650-B24C-4CC0-BD3C-(E-Mail Removed)...
>>I was looking for something just to tell when my server was last
>>booted(How
>> long it's been up). I seem to remember doing something from the command
>> line
>> before to give me the information, however I am unabe to find it. It is
>> possible that I had seen it at the DHCP snap-in.This shows the time DHCP
>> has
>> been up, but I want to check another server thats not a DHCP. After
>> looking
>> through all my books couldnt find anything, so I did a search on the web
>> and
>> there are all kinds of software to tell you this. I know theres a command
>> line way though, certain I used it before. Thanks for the help.

>
>



 
Reply With Quote
 
Miha Pihler
Guest
Posts: n/a

 
      11-25-2004, 06:48 PM
You can even filter it out if you run:

systeminfo | find "System Up Time:"

or if you run this

Start -> Run -> cmd /k systeminfo | find "System Up Time:"

Mike

"Alan D." <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Another, much more verbose, method is to open a command prompt and enter
> the command: systeminfo
>
> The uptime will be relatively near the top.
>
> This works in windows xp as well as windows 2003. I'm not sure about
> windows 2000/nt
>
>
> "Miha Pihler" <mihap-(E-Mail Removed)> wrote in message
> news:%236gf%(E-Mail Removed)...
>> Hi,
>>
>> You could use this:
>>
>> net statistics server | more
>>
>> It will output something like this:
>>
>> ****************************
>> Server Statistics for \\MIKE
>>
>> Statistics since 11/24/2004 5:04 PM
>> ****************************
>>
>> This would indicate that my PC was last booted on Nov 24th at 5:04 PM.
>>
>> I hope this helps,
>>
>> Mike
>>
>> "Bobby28" <(E-Mail Removed)> wrote in message
>> news:47552650-B24C-4CC0-BD3C-(E-Mail Removed)...
>>>I was looking for something just to tell when my server was last
>>>booted(How
>>> long it's been up). I seem to remember doing something from the command
>>> line
>>> before to give me the information, however I am unabe to find it. It is
>>> possible that I had seen it at the DHCP snap-in.This shows the time DHCP
>>> has
>>> been up, but I want to check another server thats not a DHCP. After
>>> looking
>>> through all my books couldnt find anything, so I did a search on the web
>>> and
>>> there are all kinds of software to tell you this. I know theres a
>>> command
>>> line way though, certain I used it before. Thanks for the help.

>>
>>

>
>



 
Reply With Quote
 
Steven L Umbach
Guest
Posts: n/a

 
      11-26-2004, 02:58 AM
To add to the list one can open Task Manager and look for the CPU time for
system idle process. -- Steve


"Miha Pihler" <mihap-(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> You can even filter it out if you run:
>
> systeminfo | find "System Up Time:"
>
> or if you run this
>
> Start -> Run -> cmd /k systeminfo | find "System Up Time:"
>
> Mike
>
> "Alan D." <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> Another, much more verbose, method is to open a command prompt and enter
>> the command: systeminfo
>>
>> The uptime will be relatively near the top.
>>
>> This works in windows xp as well as windows 2003. I'm not sure about
>> windows 2000/nt
>>
>>
>> "Miha Pihler" <mihap-(E-Mail Removed)> wrote in message
>> news:%236gf%(E-Mail Removed)...
>>> Hi,
>>>
>>> You could use this:
>>>
>>> net statistics server | more
>>>
>>> It will output something like this:
>>>
>>> ****************************
>>> Server Statistics for \\MIKE
>>>
>>> Statistics since 11/24/2004 5:04 PM
>>> ****************************
>>>
>>> This would indicate that my PC was last booted on Nov 24th at 5:04 PM.
>>>
>>> I hope this helps,
>>>
>>> Mike
>>>
>>> "Bobby28" <(E-Mail Removed)> wrote in message
>>> news:47552650-B24C-4CC0-BD3C-(E-Mail Removed)...
>>>>I was looking for something just to tell when my server was last
>>>>booted(How
>>>> long it's been up). I seem to remember doing something from the command
>>>> line
>>>> before to give me the information, however I am unabe to find it. It is
>>>> possible that I had seen it at the DHCP snap-in.This shows the time
>>>> DHCP has
>>>> been up, but I want to check another server thats not a DHCP. After
>>>> looking
>>>> through all my books couldnt find anything, so I did a search on the
>>>> web and
>>>> there are all kinds of software to tell you this. I know theres a
>>>> command
>>>> line way though, certain I used it before. Thanks for the help.
>>>
>>>

>>
>>

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
dhcp server is there and then it isnt! Zordiac Wireless Internet 5 07-18-2004 08:24 AM
Uptime Reporting =?Utf-8?B?UnVzdHk=?= Windows Networking 0 05-21-2004 11:01 AM
why isnt it networked?? johnny Wireless Internet 1 11-24-2003 12:15 AM
Uptime software... ? (odd request) Sunil Sood Broadband 3 09-20-2003 05:14 PM
Options considering our exchange isnt enabled Simon Harvey Broadband 3 07-30-2003 10:18 AM



1 2 3 4 5 6 7 8 9 10 11