Questions tagged [uptime]
51 questions
98
votes
9 answers
How to find uptime of a linux process
How do I find the uptime of a given linux process.
ps aux | grep gedit | grep -v grep
gives me a whole lot of information which includes the time at which the process was started.
I am specifically looking for switch which returns the uptime of a…
Mahadevan Sreenivasan
- 1,083
78
votes
4 answers
What does load average mean on Unix/Linux?
If I run uptime, I get something like this:
10:50:30 up 366 days, 23:27, 1 user, load average: 1.27, 2.06, 1.54
What do those numbers on the end mean? The man page tells me it's "the load average of the system over the last 1, 5, and 15…
John Fouhy
- 3,225
62
votes
13 answers
Getting date and time of system startup in Linux
I know that uptime prints the time a machine has been up and running, but is there an easier (reliable) way to get the date of the start up than counting down from this output?
I tried looking around /proc, but didn't find anything of relevance.…
jho
- 1,048
57
votes
13 answers
How to find out uptime on Windows?
What is the simplest way to find out how long a computer is turned on Windows?
Juozas Kontvainis
- 1,155
56
votes
3 answers
Why there are two users showing in uptime command results?
When I ran the uptime on my MacBookPro machine I got the following result:
Last login: Thu Jun 3 14:43:40 on ttys000
Osama-Gamal-MBP-2:~ iOsama$ uptime
14:49 up 7 days, 20:10, 2 users, load averages: 0.29 0.24 0.24
Why it lists that there are two…
Osama Gamal
- 1,177
- 2
- 10
- 9
51
votes
15 answers
How to find the uptime since last wake from standby
I want to know the uptime since the last wake from standby.
The command uptime only shows the difference between current time minus the last startup time.
debian user
- 511
18
votes
3 answers
Windows 8 uptime not resetting after restart or shut down
Memory continuously rises, probably because of various applications that I run including Chrome, and it starts to choke out windows so I try to reboot it after 3-4 days at the most.
When I am in the Task Manager after a complete cycle (shut down and…
Malachi
- 1,063
11
votes
2 answers
Why is the system uptime too long despite shutdown?
I'm noticing something strange in my PC. The Task Manager in my system displays my system uptime is around 3days and 1hr. I can honestly tell you that I have used the machine for just 10hrs this week.
I rarely put my PC in standby or hibernate as I…
Ashwin
- 456
11
votes
4 answers
Windows 8 reports WRONG uptime (possibly total Hybrid-Boot uptime)
The up time shown in the picture is 6 Days, 1 hour, 34 Minutes, 22 seconds. I turned on this Laptop just about 7 min ago.
I actually think it like, Windows 8 reports the total up time while in Hybrid-Boot mode. How do I get the real up time?? Also,…
Akshat Mittal
- 2,249
8
votes
2 answers
How to view Windows' physical uptime?
How can I determine how long my Windows 8.1 PC has been up and running? Checking in task manager or using systeminfo command does not work, because they do not reset when you hibernate. I need to know the time my PC is turned on, not when the last…
Gizmo
- 1,999
6
votes
1 answer
How to find out when I logged in to my current Windows session?
I want to know at which hour I logged in to my current session, I don't think uptime in Task Manager is what I'm looking for, because based on my understanding uptime is not the same as current user logged in time.
Is there any PowerShell command I…
Yanjan. Kaf.
- 177
6
votes
2 answers
Check when computer was turned on for Windows
On a Windows computer, is there a way to see the date and time when the computer was booted/turned on/powered on? Something like the Linux uptime command.
But I'd rather it display the exact time when it was turned on, not the time that has passed…
sashoalm
- 4,260
5
votes
4 answers
Parsing the output of "uptime" with bash
I would like to save the output of the uptime command into a csv file in a Bash script. Since the uptime command has different output formats based on the time since the last reboot I came up with a pretty heavy solution based on case, but there is…
Keek
- 53
5
votes
6 answers
Server uptime checker?
I want to monitor my server's uptime. Is there some free application or a really good paid service that offers this? Obviously, I can't write something that is hosted on the server whose uptime I am checking.
rockstardev
- 611
5
votes
1 answer
Found a Windows 3.1 machine. How do I get the uptime?
I have found a very old machine at a company storage room. It seems to have been running forever.
It is not connected to the Internet and only has a 3.5" floppy drive.
Is it possible to look up the uptime for this machine?
Chengy
- 151
- 2