Blogs1 - 10 of 15 recent posts for tag:"Log Parser"
28
Oct
2009
LogParser and ULS Files

12 days ago by sladescross

http://blogs.msdn.com/jimmiet/pages/uls-log-file-data-mining.aspx SELECT Area AS [Area], Category AS [Category], Level AS Level], COUNT(*) AS [Count] INTO %COMPUTER_NAME%-area-category-level.tsv FROM %COMPUTER_NAME%-*.log GROUP BY Area, Category, Level HAVING [COUNT] > 1000 ORDER BY [Count] DESC Log ...

Sladescross's Blog - sladescross.wordpress.com · Rank: 148,578

07
Sep
2009
LogParser and Perfmon CSV

63 days ago by sladescross

Microsoft Log Parser Toolkit By Gabriele Giuseppini, Mark Burnett Checking the fields parsed by LogParser from the CSV file. logparser.exe file: -i:CSV Test_000001.csv -iTsFormat: “MM/dd/yyyy hh:mm:ss.ll” Example, of a query to calculate the average, maximum and minimum number of processes in each m ...

Sladescross's Blog - sladescross.wordpress.com · Rank: 148,578

Perfmon BLG files and LogParser

63 days ago by sladescross

http://blog.bennett-scharf.com/2008/12/17/converting-an-existing-perfmon-blg-file-to-csv/ http://blogs.msdn.com/adcman/archive/2006/05/15/598149.aspx Example syntax for simply converting between file formats: relog -f csv inputfile.blg -o outputFile.csv And then the CSV can be used as input to LogPa ...

Sladescross's Blog - sladescross.wordpress.com · Rank: 148,578

26
Aug
2009
Day 2 – SharePoint Best Practices Conference

75 days ago by IsaacBlum

Day Two was hugely better in my opinion. Designing a SharePoint Infrastructure for The Cloud “Windows Azure” — ITP227 · Way Way too intro, great if you didn’t know about Azure. · Check this out https://connect.microsoft.com/site/sitehome.aspx?SiteID=642 Learn it, know it!!! Managing the Very Large D ...

My Blog - blog.isaacblum.com

19
Aug
2009
LogParser Examples

82 days ago by sladescross

http://www.microsoft.com/technet/scriptcenter/tools/logparser/lpexamples.mspx http://128.175.24.251/forensics/logparser.htm logparser.exe -i:EVT -o:DATAGRID “SELECT TimeGenerated, EventID, message FROM System” http://blogs.iis.net/chrisad/archive/2006/07/13/Chris.aspx

Sladescross's Blog - sladescross.wordpress.com · Rank: 148,578

LogParser Introduction and -o:DataGrid Option

82 days ago by sladescross

http://support.microsoft.com/kb/910447 Scenario 3: Finding the 20 slowest pages in your Web site A small background of the problem You are using Microsoft Internet Information Services (IIS) 6, have a few ASP.NET Web sites, and are not really happy with the performance. You want to tweak the server ...

Sladescross's Blog - sladescross.wordpress.com · Rank: 148,578

31
Jul
2009
PHP скрипт анализа логов

101 days ago by Yaroslav Vorozhko

Задача была написать скрипт анализа логов, включая: обработку повторяющихся ошибок подсчетом количества повторов ошибок хранение времени появления первого и последнего повтора ошибки отправка каждой ошибки на email хранение последней позиции курсора файла в первой строке лога Формат лога представлял ...

Мастерство ... - pro100pro.com · Rank: 192,993 · 1 reference

15
Jun
2009
Log Parser

147 days ago by admin

Log Parser is a very powerful, versatile tool that provides universal query access method to text-based data, such as log files, XML files, CSV files, key data sources on the Microsoft Windows operating system, such as the event log, the registry, the file system, the Active Directory directory serv ...

India - Dot Net, ... - blog.ancheril.net

11
Jun
2009
Standard Deviation in Log Parser

151 days ago by Misha Birman

Calculating Standard deviation in Log Parser is not easy, but possible. SELECT cs-uri-stem AS URL, COUNT(*) AS Hits, DIV ( MUL(1.0, SUM(time-taken)), Hits ) As RealAvgTime, SQRROOT ( SUB ( DIV ( MUL(1.0, SUM(SQR(time-taken)) ), Hits ) , SQR(RealAvgTime) ) ) AS SD FROM %source% GROUP BY URL Technorat ...

Миша Бирман / ... - mishabirman.com/blog

03
May
2009
LogParser

190 days ago by Alan

Microsoft’s brief description of LogParser is this: “Log parser is 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 ...

Alan's Blog - akaplan.com/blog

Previous12