perladdict has asked for the wisdom of the Perl Monks concerning the following question:
I want to see the log </request> to </request> which is from the ipaddress:10.146.163.43 Appreciate your assistance!<?xml version="1.0" encoding="UTF-8"?><status>SUCCESS</status> /***********For QA only ****************/ <?xml version="1.0" encoding="UTF-8"?> <request> <visitorID>a4379158-2fb5-494b-a195-ee2cc44df2a2</visitorID> <reportSuiteID>aolmobilewebdev</reportSuiteID> <pageName>wpt: help_pv</pageName> <pageURL>http://mqa.aol.com/portal/default/help.do?icid=ft_help</pageU +RL> <ipAddress>64.12.218.80</ipAddress> <userAgent>ApacheBench/2.0.41-dev</userAgent> <scXmlVer>1.0</scXmlVer> <timezone>-5</timezone> <channel>us.wptportal</channel> <referrer></referrer> <events>event10</events> <server>qawire-ql26.tweb.aol.com</server> <eVar16>ft_help</eVar16> <prop1>wpt: portal</prop1> <prop2>wpt: Help Page</prop2> <prop3>gmt_5</prop3> <prop10>ApacheBench/2.0.41-dev</prop10> <prop12>http://mqa.aol.com/portal/default/help.do</prop12> <prop13>non-authenticated</prop13> <prop14>no referrer</prop14> <prop24>uaid_na</prop24> <prop49>xml api</prop49> </request> <?xml version="1.0" encoding="UTF-8"?><status>SUCCESS</status> /***********For QA only ****************/ <?xml version="1.0" encoding="UTF-8"?> <request> <visitorID>c8b26ed4-3370-4402-abd7-b0519c51d80c</visitorID> <reportSuiteID>aolmobilewebdev</reportSuiteID> <pageName>wpt: help_pv</pageName> <pageURL>http://mqa.aol.com/portal/default/help.do?icid=ft_help</pageU +RL> <ipAddress>10.146.163.43</ipAddress> <userAgent>ApacheBench/2.0.40-dev</userAgent> <scXmlVer>1.0</scXmlVer> <timezone>-5</timezone> <channel>us.wptportal</channel> <referrer></referrer> <events>event10</events> <server>qawire-ql26.tweb.aol.com</server> <eVar16>ft_help</eVar16> <prop1>wpt: portal</prop1> <prop2>wpt: Help Page</prop2> <prop3>gmt_5</prop3> <prop10>ApacheBench/2.0.40-dev</prop10> <prop12>http://mqa.aol.com/portal/default/help.do</prop12> <prop13>non-authenticated</prop13> <prop14>no referrer</prop14> <prop24>uaid_na</prop24> <prop49>xml api</prop49> </request> <?xml version="1.0" encoding="UTF-8"?><status>SUCCESS</status> /***********For QA only ****************/ <?xml version="1.0" encoding="UTF-8"?> <request> <visitorID>420ea1fe-c93e-4209-bee9-e548de8ea1c5</visitorID> <reportSuiteID>aolmobilewebdev</reportSuiteID> <pageName>wpt: help_pv</pageName> <pageURL>http://mqa.aol.com/portal/default/help.do?icid=ft_help</pageU +RL> <ipAddress>64.12.218.64</ipAddress> <userAgent>ApacheBench/2.0.41-dev</userAgent> <scXmlVer>1.0</scXmlVer> <timezone>-5</timezone> <channel>us.wptportal</channel> <referrer></referrer> <events>event10</events> <server>qawire-ql26.tweb.aol.com</server> <eVar16>ft_help</eVar16> <prop1>wpt: portal</prop1> <prop2>wpt: Help Page</prop2> <prop3>gmt_5</prop3> <prop10>ApacheBench/2.0.41-dev</prop10> <prop12>http://mqa.aol.com/portal/default/help.do</prop12> <prop13>non-authenticated</prop13> <prop14>no referrer</prop14> <prop24>uaid_na</prop24> <prop49>xml api</prop49> </request>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How i can extract the part of server report log based on Ipaddress
by Anonymous Monk on Aug 17, 2010 at 12:29 UTC | |
by choroba (Cardinal) on Aug 17, 2010 at 13:44 UTC | |
|
Re: How i can extract the part of server report log based on Ipaddress
by dasgar (Priest) on Aug 17, 2010 at 14:54 UTC | |
|
Re: How i can extract the part of server report log based on Ipaddress
by suhailck (Friar) on Aug 17, 2010 at 14:36 UTC | |
by perladdict (Chaplain) on Aug 19, 2010 at 08:38 UTC |