ApacheTop TODO Wishlist

Probably in the release:
* start a thread to monitor keyboard input so we can deal with moving the
  marker (*) without any delay waiting for kqueue() or nanosleep()

Short term:
* Filters; limit display to a given URL or range of URLs (and IPs/referrers)

Medium term:
* support reading from more than one file
* analyse referrer details for a given URL, leading to a display like:
REQS REQ/S    KB  KB/S URL
   6  0.22  32.4   1.2 /
   4  0.14  21.6   0.8   http://www.google.com/?q=foo
   1  0.04   5.4   0.2   <direct request>
   1  0.04   5.4   0.2   http://www.yahoo.com/directory/blah/whatever
Currently you can only show referrer stats grouped by referrer. It would be
nice to be able to display them just for one url. Could also achieve this
with filters; ie set an URL filter for '/', then switch to referrers page.


Long term:
* Apache module possibility, rather than tailing a logfile
* more logformats; custom atop format (include time taken for request etc)?

