Posted to tcl by patthoyts at Mon Sep 15 21:48:28 GMT 2008view raw

  1. tclhttpd $ gzip -dc log80_08.09.10.gz | awk '$1~/192\.35\.44\.24/ { print $0 }'
  2. 192.35.44.24 - - [10/Sep/2008:22:51:43 CEST] "GET /conferences/tcl/?pattern=*.tcl HTTP/1.1" 200 - - "Mozilla/5.0 (Unix; U; Linux 2.4.21-15.0.4.EL; en) Tkchat/1.448 Tcl/8.6a0"
  3. 192.35.44.24 - - [10/Sep/2008:22:52:11 CEST] "GET /conferences/tcl/?pattern=*.tcl HTTP/1.1" 200 - - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.16) Gecko/20080702 Firefox/2.0.0.16"
  4. 192.35.44.24 - - [10/Sep/2008:22:52:15 CEST] "GET /conferences/tcl/?pattern=*.tcl HTTP/1.1" 200 - - "Mozilla/5.0 (Unix; U; Linux 2.4.21-15.0.4.EL; en) Tkchat/1.448 Tcl/8.6a0"
  5. 192.35.44.24 - - [10/Sep/2008:22:52:39 CEST] "GET /conferences/tcl/?pattern=*.tcl HTTP/1.1" 200 - - "Mozilla/5.0 (Unix; U; Linux 2.4.21-15.0.4.EL; en) Tkchat/1.448 Tcl/8.6a0"
  6. 192.35.44.24 - - [10/Sep/2008:22:53:14 CEST] "GET /conferences/tcl/?pattern=*.tcl HTTP/1.1" 200 - - "Mozilla/5.0 (Unix; U; Linux 2.4.21-15.0.4.EL; en) Tkchat/1.448 Tcl/8.6a0"
  7. 192.35.44.24 - - [10/Sep/2008:22:53:23 CEST] "GET /conferences/tcl/2008-09-09.tcl HTTP/1.1" 200 134926 - "Mozilla/5.0 (Unix; U; Linux 2.4.21-15.0.4.EL; en) Tkchat/1.448 Tcl/8.6a0"
  8. 192.35.44.24 - - [10/Sep/2008:22:54:29 CEST] "GET /conferences/tcl/?pattern=*.tcl HTTP/1.1" 200 - - "Mozilla/5.0 (Unix; U; Linux 2.4.21-15.0.4.EL; en) Tkchat/1.448 Tcl/8.6a0"
  9. 192.35.44.24 - - [10/Sep/2008:22:54:38 CEST] "GET /conferences/tcl/2008-09-08.tcl HTTP/1.1" 200 109137 - "Mozilla/5.0 (Unix; U; Linux 2.4.21-15.0.4.EL; en) Tkchat/1.448 Tcl/8.6a0"
  10. 192.35.44.24 - - [10/Sep/2008:22:54:39 CEST] "GET /conferences/tcl/2008-09-09.tcl HTTP/1.1" 200 134926 - "Mozilla/5.0 (Unix; U; Linux 2.4.21-15.0.4.EL; en) Tkchat/1.448 Tcl/8.6a0"
  11. 192.35.44.24 - - [10/Sep/2008:22:54:40 CEST] "GET /conferences/tcl/2008-09-10.tcl HTTP/1.1" 200 131223 - "Mozilla/5.0 (Unix; U; Linux 2.4.21-15.0.4.EL; en) Tkchat/1.448 Tcl/8.6a0"
  12. 192.35.44.24 - - [10/Sep/2008:22:55:11 CEST] "GET /conferences/tcl/?pattern=*.tcl HTTP/1.1" 200 - - "Mozilla/5.0 (Unix; U; Linux 2.4.21-15.0.4.EL; en) Tkchat/1.448 Tcl/8.6a0"
  13. 192.35.44.24 - - [10/Sep/2008:22:55:30 CEST] "GET /conferences/tcl/?pattern=*.tcl HTTP/1.1" 200 - - "Mozilla/5.0 (Unix; U; Linux 2.4.21-15.0.4.EL; en) Tkchat/1.448 Tcl/8.6a0"
  14. 192.35.44.24 - - [10/Sep/2008:22:55:37 CEST] "GET /conferences/tcl/2008-09-08.tcl HTTP/1.1" 200 109137 - "Mozilla/5.0 (Unix; U; Linux 2.4.21-15.0.4.EL; en) Tkchat/1.448 Tcl/8.6a0"
  15. 192.35.44.24 - - [10/Sep/2008:22:55:38 CEST] "GET /conferences/tcl/2008-09-09.tcl HTTP/1.1" 200 134926 - "Mozilla/5.0 (Unix; U; Linux 2.4.21-15.0.4.EL; en) Tkchat/1.448 Tcl/8.6a0"
  16. 192.35.44.24 - - [10/Sep/2008:22:55:39 CEST] "GET /conferences/tcl/2008-09-10.tcl HTTP/1.1" 200 131456 - "Mozilla/5.0 (Unix; U; Linux 2.4.21-15.0.4.EL; en) Tkchat/1.448 Tcl/8.6a0"
  17.  
  18. tclhttpd $ gzip -dc log80_08.09.10 | awk '$9!=200 { print $1,$7,$9 }'
  19. 194.200.145.5 /conferences/tcl/2008-09-04.tcl 304
  20. 148.2.192.140 /conferences/tcl/2008-09-08.tcl 304
  21. 148.2.192.140 /conferences/tcl/2008-09-09.tcl 304
  22. 66.117.217.10 /conferences/tcl 302
  23. 148.2.192.140 /conferences/tcl/2008-09-09.tcl 304
  24. 148.2.192.140 /conferences/tcl/2008-09-09.tcl 304
  25. 195.225.178.39 /status 401