Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

12
votes
3answers
299 views

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 the math as the following: 20*365.25*24*60*60*(1 - 0.999999999) == 0.631 ...
10
votes
2answers
2k views

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 running my db migrations. This can obviously cause some 500 errors on users navigating the ...
7
votes
3answers
3k views

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 want to call uptime(1) and parse the output, I'd like to call the underlying C API I suspect ...
7
votes
4answers
342 views

How do I know if a system has powered on?

I am writing a script that powers on a system via network. And then i need to run a few commands on the other host. How do I know whether the system has powered on? My programming language is Perl ...
5
votes
5answers
423 views

OSX: programmatically get uptime?

Something similar to linux cat /proc/uptime which returns the uptime in seconds, and preferably not parsing uptime(1).
4
votes
2answers
172 views

Retrieve the windows service uptime?

Is there is a way to get the start time of a windows service by code in c#.? Is there is a way to get the number of re-starts of the windows service in last 72 hours?
4
votes
4answers
727 views

Alternative to Pingdom website monitoring service [closed]

I need a website monitoring service to make sure my app is not only up but also responsive. Pingdom is great, but just so expensive. Is there anything like it but more affordable? Ideally the web ...
4
votes
5answers
4k views

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 -p my_process_id -f" and then parse the output. But it is not cool.
3
votes
2answers
239 views

Architecture to create an uptime monitor in Node.js

What's the best solution for using Node.js and Redis to create an uptime monitoring system? Can I use Redis as a queue but is not the best way to save information, maybe MongoDB is? It seems pretty ...
3
votes
2answers
185 views

Grammatically correct uptime in C#

I want to return a string, that is grammatically correct to display the current uptime. For example, 3 years, 7 months, 11 days, 1 hour, 16 minutes and zero seconds, meaning singular units should not ...
3
votes
1answer
524 views

PHP server statistics script?

I'm not really sure where to put this question (it's not really webapps or superuser) but I'm sure something similar already exists. I'm looking for a php script that gives me detailed info about ...
3
votes
6answers
2k views

Getting the uptime of a SunOS UNIX box in seconds only

How do I determine the uptime on a SunOS UNIX box in seconds only? On Linux, I could simply cat /proc/uptime & take the first argument: cat /proc/uptime | awk '{print $1}' I'm trying to do the ...
3
votes
3answers
251 views

What's a good strategy to restart downed FastCGI processes automatically?

I've got a Perl based FastCGI app that rarely goes down. However, when it does go down, the restart is not automatic. Restarting Apache manually always does the trick but that does address improving ...
3
votes
7answers
242 views

Recommend an automatic web application availiblity checker

I am looking for a piece of software that I can schedule to check that our web apps are up and running. I've used HP open view years ago, but remember it being quite expensive, I'm looking for ...
2
votes
4answers
441 views

Windows Last Boot Date & Time using Delphi

How to get the date & time of the last boot / reboot / restart on Windows 2008/2003 machine? I know from command prompt we can use "net statistics", but how to do it via Delphi? Thanks.
2
votes
3answers
108 views

Problems with infinite for loop

I am stater in java programming ... I am writing a scheduler. I am reading date and time values from a properties file. If there are any changes in the properties file then i have to reschedule the ...
2
votes
2answers
327 views

Determine runtime of Windows Server via ASP.Net

is there a built-in property in any of the ASP.net classes that determines what the uptime of the webserver, where the webapplication is running on, is? These are some of the possibilities that ...
2
votes
2answers
216 views

Reasonable Downtime

I run about 5 different hosted servers, through a variety of hosting providers. In the past two months, one of the servers I work on has been down twice. Both times were unexpected and fairly long ...
2
votes
2answers
204 views

Wordpress Site Monitoring software / service

What do you use to monitor the uptime / performance of your websites, specifically those based on a PHP/MySQL platform like Wordpress? I'm looking for something that alerts me if the site is down, or ...
1
vote
3answers
107 views

uptime VS. top CPU usage : What should I believe, why this difference?

I'm having some performance issue on my embedded device: # uptime 14:59:39 up 5:37, load average: 1.60, 1.50, 1.53 Very bad for a monocore system ... :-p! However if I check with the top ...
1
vote
4answers
101 views

Hosting for Ruby on Rails [closed]

Since two or three month I'm learning to programm in Ruby and also website developpement with Ruby on Rails. I worked on a small website for me and my friends and it is now operational (localy on my ...
1
vote
3answers
97 views

Ruby: Detect times when Fedora machine is powered-on

feels like I visited stackoverflow 100 times before. Always found good solutions, but now I'm stuck. I want to monitor how long a computer runs every day. This is part of a program written in Ruby, ...
1
vote
4answers
124 views

Is pinging to a site a good way of checking whether it's down or not?

I'm trying to write a small website monitoring program, that can check my web hosts to see whether they are down or not, and to calculate the uptime or warn me if it's down. It's going to be a ...
1
vote
2answers
265 views

monitor process uptime on Windows

We want to monitor some processes on windows machine. If process is down for 30 minutes, an alarm will be raised. Is it possible/or necessary to monitor a process downtime precisely, say, a process is ...
1
vote
3answers
432 views

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 tried using sed, but I'm not sure it's the right tool ...
1
vote
3answers
1k views

Mac os X : load average

I'm wondering i always see my load average on my computer 1.76,1.31,1.08 at the moment. but what the hell does it mean ?
1
vote
5answers
1k views

Best way to monitor uptime of a remote windows server?

The company I work with currently has 10 windows boxes running various in house scripts, however occasionally one goes down and no one notices for periods of up to 24 hours because the data that is ...
1
vote
5answers
464 views

Putting a value on the load of a windows system

I've written an image processing script in php which is run as a cron scheduled task (in OSX). To avoid overloading the system, the script checks the system load (using 'uptime') and only runs when ...
0
votes
1answer
17 views

Website monitoring tool recommdation for internal only communications

Can anyone recommend a simple internal website monitor / alert tool that supports proxy server based requests? I've written a series of asp .net application sites which use windows authentication. ...
0
votes
1answer
73 views

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 exist no single-point-of-failure. However, even if a load balancer is used- ...
0
votes
1answer
199 views

Permission issue getting uptime with performance counters

I'm trying to read the system uptime using performance counters in C++. I want to support both XP and Windows 7 at minimum. The following code works fine on Windows XP... HQUERY hQuery; HCOUNTER ...
0
votes
2answers
341 views

Server uptime script

I'm trying to do something for my website .. to be specific, I'm trying to do a script for uptime. I have the reader, a script which read the percents from a table ..
0
votes
3answers
115 views

Whats the best way to determine availability or uptime of my systems

By this I mean, whats the best way show the uptime of systems? Idealy id like to show some sort of percentage figure, like what the webhosts do. ie 99.5% uptime. Is there a standard way to ...
0
votes
1answer
58 views

Best way to deal with monitor alert overload and desensitization?

We're in the process of adding monitoring to various servers and processes on our network, and currently, the various monitors will email my development group if something seems amiss - no customer ...
0
votes
3answers
424 views

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 it won't do this trick.
0
votes
4answers
72 views

How to return the amount of years passed?

My friend and I are working on a fairly basic uptime script for an IRC Bot. Here's our code: function Uptime() { global $uptimeStart; $currentTime = time(); $uptime = $currentTime - ...
0
votes
1answer
176 views

May I use CDN for whole website (PHP, Apache, MySQL) or just for images and CSS, JS files?

May I use CDN for whole website (PHP, Apache, MySQL) or just for images and CSS, JS files? What's the best choice > cloud-hosting or dedicated-hosting? Does CDN has that support? Witch hosting you ...
0
votes
3answers
747 views

How often will uptimeMillis() reset and will it affect Handler.postAtTime

Description to method uptimeMillis says: Returns milliseconds since boot, not counting time spent in deep sleep. Note: This value may get reset occasionally (before it would otherwise ...
0
votes
1answer
137 views

Website availability API

I'm one of the developers of TryAgain, an add-on for Firefox that keeps trying to load a webpage when the server cannot be reached. A user recently suggested having the add-on check if the website ...
0
votes
2answers
80 views

Cheking if a webpage is online (best practices for making a Uptime Bot)

im making a investigation and i need to check every 15 min for about 7 days if a web site is online. I have the url and high programing skills in VB6 and PHP, and some ideas of how to do that (like ...
0
votes
4answers
354 views

What's the Best method of checking Site / Server Uptime Efficiently (PHP)

I am trying to build a system of monitoring site / server uptime in PHP, the system will be required to check thousands of domains / ips a minute. I have looked into cURL as this seems to be the best ...
0
votes
2answers
48 views

Need to check uptime on a large file being hosted

I have a dynamically generated rss feed that is about 150M in size (don't ask) The problem is that it keeps crapping out sporadically and there is no way to monitor it without downloading the entire ...
0
votes
2answers
663 views

How can I get the uptime of a IBM AIX box in seconds?

I'm writting a Perl script for which I need the uptime in seconds to do some calculation, in all the machine in the shop (i.e. linux, SunOS, and AIX). I have a way to get the uptime for linux ...
0
votes
1answer
635 views

PHP APC uptime problem

I am on LAMP with Alternative PHP Cache (APC). It worked fine until yesterday when I updated the website and changed a few MySQL queries (I don't see how it would affect the APC opcode cache.) Today ...
0
votes
4answers
132 views

Is there a simple app for pinging a list of websites?

Basically, I just need a simple app that frequently pings external IP Addresses and web addresses to make sure the sites are up. Does anyone know of a good one of these? I started to make one ...
0
votes
4answers
553 views

Finding the Uptime of a server programatically

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 ...
0
votes
4answers
93 views

A backup persistence store. What are my options?

I have a service that accepts callbacks from a provider. Motivation: I do not want to EVER lose any callbacks (unless of course my network becomes unreachable). Let's suppose the impossible happens ...
0
votes
2answers
168 views

Intranet Uptime Monitoring Component

I have a MOSS 2007 test site, its not public facing, instead its on our intranet, I am looking for an uptime monitoring component thats free and easy to install, any suggestions? Update: I don't need ...