Friday, March 19, 2010

Website Monitoring Blog

web site monitoring :: web server performance :: website uptime

Archive for the ‘performance’ Category

Apache Server Performance

Posted by Alex Ivanoff On March - 17 - 2009

Often we need to measure web server performance. There are various reasons for this, but the most frequent one is modification of configuration files. Quite often we look for ways of improving web server speed and performance: tuning up nginx, apache or lighttpd we can get a significant performance boost. But finally we come to the question: how can we measure web server performance?

Read the rest of this entry »

Popularity: 31%

Protecting DNS Server And Performing DNS Monitoring

Posted by Alex Ivanoff On February - 12 - 2009

In hierarchical structure of Internet DNS servers may be called nerve knots which directly influence the whole existence of the Internet. What can threaten their “health”? What can put them out of action? And can one protect DNS servers? Before we answer the questions, let’s see what task DNS servers carry out. In a few words, the main mission of DNS servers is translation of domain names into IP addresses and back. This means, servers must get requests, process them and send responses. DNS servers must keep data about supported network addresses; they exchange requests with servers of higher level in case they cannot give a response on their own. That’s enough to see what dangers potentially threaten DNS servers.

Read the rest of this entry »

Popularity: 42%

Network Tools

Posted by Alex Ivanoff On November - 3 - 2008

Several useful network tools — this list will be updated every week.

  • Gtrace is a traceroute visualization tool that uses a combination of methods
    to either determine or guess at the physical location of a node in
    the traceroute path. It is flexible enough to support addition of new
    databases, heuristics to map IP addresses to physical location and maps.
  • mturoute is a small Windows tool to determine the path MTU between you and a specified host.In traceroute mode it will additionally show you the mtu at every hop between you and the specified host.
  • NeoTrace provides graphical traceroute information.
  • Prtraceroute is a version of traceroute, from the RIPE
  • Internet Routing Registry toolset, that presents routing policy information together
    with the real time packet trace obtained from traceroute. It adds AS information to the
    normal traceroute output, making use of Routing Registry (RR) database information.
  • Scamper is a program that conducts traceroute to large numbers of IPv4 and IPv6 addresses in parallel to fill a specified packets-per-second rate.
  • TCPtraceroute uses TCP to a port at the end node to do a traceroute.
  • Traceroute-nanog has additional features like AS lookup, TOS support,
    microsecond timestamps, path MTU discovery, parallel probing and others.
  • VisualRoute a GUI based traceroute for Windows.

Popularity: 33%