Yes, I can open it in Excel, and
each line gets correctly separated by columns:
- Code: Select all
7/08/2008 19:33 10.2.3.4 joe 90695 Requested: http://forums.qbik.com/styles/prosilver/template/styleswitcher.js
7/08/2008 19:33 10.2.3.4 joe 90695 Traffic 2743 659 0 0 0s
7/08/2008 19:33 10.2.3.4 joe 90695 Requested: http://forums.qbik.com/styles/prosilver/template/forum_fn.js
7/08/2008 19:33 10.2.3.4 joe 90695 Traffic 4601 654 0 0 0s
7/08/2008 19:33 10.2.3.4 joe 90695 Requested: http://forums.qbik.com/styles/prosilver/theme/print.css
7/08/2008 19:33 10.2.3.4 joe 90695 Traffic 117 701 0 0 0s
7/08/2008 19:33 10.2.3.4 joe 90696 Requested: http://forums.qbik.com/style.php
7/08/2008 19:33 10.2.3.4 joe 90697 Requested: http://forums.qbik.com/styles/prosilver/imageset/qbik_logo.gif
7/08/2008 19:33 10.2.3.4 joe 90698 Requested: http://forums.qbik.com/styles/prosilver/imageset/icon_post_target.gif
7/08/2008 19:33 10.2.3.4 joe 90698 Traffic 117 731 0 0 0s
7/08/2008 19:33 10.2.3.4 joe 90697 Traffic 2518 686 0 0 0s
But as you can see from the above sample from WWW Proxy log, the format across lines is not constant, and the info regarding a single request is spread out across several lines, possibly interrupted by other information.
This makes it complicated to gather information about a request, sort by largest/longest downloads, find request with errors etc.
I know that Wingate is just spitting out the info as it happens, but I would much prefer if it would gather information about a request and put everything together in a line, keeping columns constant:
timestamp 10.2.3.4 joe Request
http://something - - - -
timestamp 10.2.3.4 joe Traffic
http://something 1234 212 0 0 1s
timestamp 10.2.3.4 joe Error
http://something 1234 212 0 0 1s Errornum
The information would build up, but I can easily filter for a single line and see everything there, in the expected column.
Thanks.