Tuesday, August 03, 2010

Ksplice � Learning by doing: Writing your own traceroute in 8 easy steps - System administration and software blog

Ksplice � Learning by doing: Writing your own traceroute in 8 easy steps - System administration and software blog: "The rest of this post will walk through implementing a very primitive version of traceroute in Python. The real traceroute is of course more complicated than what we will create, with many configurable features and modes. Still, our version will implement the basic functionality, and at the end, we’ll have a really nice and short Python script that will do just fine for performing a simple traceroute."