About: Logparser

An Entity of Type: software, from Named Graph: http://dbpedia.org, within Data Space: dbpedia.org

logparser is a flexible command line utility that was initially written by Gabriele Giuseppini, a Microsoft employee, to automate tests for IIS logging. It was intended for use with the Windows operating system, and was included with the IIS 6.0 Resource Kit Tools. The default behavior of logparser works like a "data processing pipeline", by taking an SQL expression on the command line, and outputting the lines containing matches for the SQL expression. Common use: $ logparser

Property Value
dbo:abstract
  • logparser is a flexible command line utility that was initially written by Gabriele Giuseppini, a Microsoft employee, to automate tests for IIS logging. It was intended for use with the Windows operating system, and was included with the IIS 6.0 Resource Kit Tools. The default behavior of logparser works like a "data processing pipeline", by taking an SQL expression on the command line, and outputting the lines containing matches for the SQL expression. Microsoft describes Logparser as a powerful, versatile tool that provides universal query access to text-based data such as log files, XML files and CSV files, as well as key data sources on the Windows operating system such as the Event Log, the Registry, the file system, and Active Directory. The results of the input query can be custom-formatted in text based output, or they can be persisted to more specialty targets like SQL, SYSLOG, or a chart. Common use: $ logparser Example: Selecting date, time and client username accessing ASPX-files, taken from all .log-files in the current directory. $ logparser -i:IISW3C -q "<span class="k">SELECT</span> <span class="nb">date</span><span class="p">,</span> <span class="k">time</span><span class="p">,</span> <span class="n">cs</span><span class="o">-</span><span class="n">username</span> <span class="k">FROM</span> <span class="o">*</span><span class="p">.</span><span class="n">log</span> <span class="k">WHERE</span> <span class="n">cs</span><span class="o">-</span><span class="n">uri</span><span class="o">-</span><span class="n">stem</span> <span class="k">LIKE</span> <span class="s1">'%.aspx'</span> <span class="k">ORDER</span> <span class="k">BY</span> <span class="nb">date</span><span class="p">,</span> <span class="k">time</span><span class="p">;</span>" (en)
dbo:latestReleaseDate
  • 2005-04-20 (xsd:date)
dbo:latestReleaseVersion
  • 2.2.10
dbo:thumbnail
dbo:wikiPageExternalLink
dbo:wikiPageID
  • 9423867 (xsd:integer)
dbo:wikiPageLength
  • 3408 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 956137945 (xsd:integer)
dbo:wikiPageWikiLink
dbp:genre
  • Tool (en)
dbp:latestReleaseDate
  • 2005-04-20 (xsd:date)
dbp:latestReleaseVersion
  • 2.200000 (xsd:double)
dbp:license
  • Free (en)
dbp:logo
  • Logparsericon.jpg (en)
dbp:name
  • logparser (en)
dbp:operatingSystem
  • Windows Server 2003 (en)
dbp:screenshot
  • Logparser.JPG (en)
dbp:screenshotSize
  • 250 (xsd:integer)
dbp:wikiPageUsesTemplate
dbp:wordnet_type
dcterms:subject
gold:hypernym
rdf:type
rdfs:comment
  • logparser is a flexible command line utility that was initially written by Gabriele Giuseppini, a Microsoft employee, to automate tests for IIS logging. It was intended for use with the Windows operating system, and was included with the IIS 6.0 Resource Kit Tools. The default behavior of logparser works like a "data processing pipeline", by taking an SQL expression on the command line, and outputting the lines containing matches for the SQL expression. Common use: $ logparser (en)
rdfs:label
  • Logparser (en)
owl:sameAs
prov:wasDerivedFrom
foaf:depiction
foaf:isPrimaryTopicOf
foaf:name
  • logparser (en)
is dbo:wikiPageWikiLink of
is foaf:primaryTopic of
Powered by OpenLink Virtuoso    This material is Open Knowledge     W3C Semantic Web Technology     This material is Open Knowledge    Valid XHTML + RDFa
This content was extracted from Wikipedia and is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License