Top "Uptime" questions

uptime is a Unix command which tells how long the system has been running.

How to retrieve the process start time (or uptime) in python

How to retrieve the process start time (or uptime) in python in Linux? I only know, I can call "ps …

python linux process uptime
Retrieve system uptime using C#

Is there a simple way to get a system's uptime using C#?

c# .net windows uptime
What API do I call to get the system uptime?

I would like to get the system uptime from within a C application running on a linux-based system. I don't …

c linux uptime
Bash format uptime to show days, hours, minutes

I'm using uptime in bash in order to get the current runtime of the machine. I need to grab the …

linux bash uptime
Erlang's 99.9999999% (nine nines) reliability

Erlang was reported to have been used in production systems for over 20 years with an uptime percentage of 99.9999999%. I did …

erlang reliability uptime downtime
Getting iOS system uptime, that doesn't pause when asleep

I'm looking for a way to get an absolute, always-incrementing system uptime on iOS. It should return the time since …

ios kernel clock uptime
Web App: High Availability / How to prevent a single point of failure?

Can someone explain to me how high-availability ("HA") works for a web application ... because I assume HA means that there …

load-balancing high-availability cluster-computing uptime
can you fake *nix uptime?

Just curious, Can you fake an uptime, for instance increase it to 10 years? I have tried changing system time, and …

linux macos unix uptime
Showing only the uptime from uptime [unix]

I'd like to trim the output from uptime 20:10 up 23 days, 3:28, 3 users, load averages: 3.84 1.06 0.64 so that it just shows: 23 days I've …

regex sed uptime
Hot deploy on Heroku with no downtime

A bad side of pushing to Heroku is that I must push the code (and the server restarts automatically) before …

ruby deployment capistrano heroku uptime