|
Revision 5, 1.0 KB
(checked in by nick, 3 years ago)
|
|
|
| Line | |
|---|
| 1 | ApacheTop TODO & Wishlist |
|---|
| 2 | |
|---|
| 3 | Before next release: |
|---|
| 4 | * FAM error checking / file recreation / deletion |
|---|
| 5 | * watch for a file being recreated and reopen it |
|---|
| 6 | |
|---|
| 7 | |
|---|
| 8 | Short term: |
|---|
| 9 | * served content footprint; add up size of each unique object in the circle |
|---|
| 10 | and display it; nice little indicator of how much unique webcontent is |
|---|
| 11 | being used |
|---|
| 12 | * per object stats; breakdown of return codes for a single object |
|---|
| 13 | * improve url-chopping (/browse/something -> /browse) to be definable in |
|---|
| 14 | realtime; involves storing entire url, not munging at storetime, and then |
|---|
| 15 | doing munging in display routine. |
|---|
| 16 | * add a new display summarising hits/bytes per logfile |
|---|
| 17 | * more munging; chop off first parts of hosts, so |
|---|
| 18 | p11112-adsah09honb5-acca.tokyo.ocn.ne.jp becomes |
|---|
| 19 | .tokyo.ocn.ne.jp then .ocn.ne.jp then .ne.jp |
|---|
| 20 | |
|---|
| 21 | Medium term: |
|---|
| 22 | * remove dependencies on readline and (n)curses |
|---|
| 23 | |
|---|
| 24 | Long term: |
|---|
| 25 | * Apache module possibility, rather than tailing a logfile |
|---|
| 26 | * more logformats; custom atop format (include time taken for request etc)? |
|---|