| 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 | | PHP скрипт анализа логов 101 days ago by Yaroslav Vorozhko Задача была написать скрипт анализа логов, включая: обработку повторяющихся ошибок подсчетом количества повторов ошибок хранение времени появления первого и последнего повтора ошибки отправка каждой ошибки на email хранение последней позиции курсора файла в первой строке лога Формат лога представлял ... Мастерство ... - pro100pro.com · Rank: 192,993 · 1 reference | | 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 | | 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 | |