How can I check my website's uptime?

by 15 replies
18
Is there any easy and accurate way to do this?
(Note: I'm somewhat technically challenged).
#main internet marketing discussion forum #check #uptime #website
  • On your hosting control panel
    • [2] replies
    • Another option to check if a website is up or down is this website: isitdownrightnow.com

      At "Is It Down Right Now" you can simply type the web address into the box on that website, click check and it will tell you if the website is up or down.

      Shaneman
    • Anyone have more specific instructions regarding this? :confused:
      • [1] reply
  • to check the server uptime, you could create this .php file, upload it to your site's public_html folder. Then enter it in the url ex: yoursite.com/uptime.php

    Code:
    <?php
    
    system("uptime");
    
    ?>
    • [ 1 ] Thanks
    • [1] reply

    • That will check the uptime of the server if the 'system' command is allowed, but the server being up doesn't necessarily mean that the http service is running properly and that OP's site is up.

      James, I agree with Oliver Mayfair that you should use a service like Uptime Robot. It's very easy to use.
      • [ 1 ] Thanks
  • Your Hosting Provide you with this feature
    Contact them or check manually in your cpanel. Thanks
    • [1] reply
    • What cPanel icon do I need to click to get the uptime info?
      • [1] reply
  • you can use Uptime Robot

    1.Create an account
    2.Add your site.
    3.Done

    you can see if your site is up or not 24 hours a day.
    • [ 1 ] Thanks
    • [1] reply
    • Second Uptime Robot - fantastic free service!
      • [ 1 ] Thanks
  • Testomato at Automated Website Monitoring | Testomato does both uptime monitoring and automated website testing
  • These are some free service for checking your website's uptime

    Pingdom
    UptimeRobot
    Mon.itor.us
    InternetSeer
    Uptrends

Next Topics on Trending Feed