Top "Logfile-analysis" questions

The act of analyzing `logfiles` using methods such as, but not limited to: `parsing` and `deciphering`, etc.

Parsing huge logfiles in Node.js - read in line-by-line

I need to do some parsing of large (5-10 Gb)logfiles in Javascript/Node.js (I'm using Cube). The logline …

node.js parsing logfile-analysis
Open a .log extension file in Python

I'm trying to open a .log extension file in Python but I keep encountering an IOError. I'm wondering if this …

python readfile logfile logfile-analysis
Logfile analysis in R?

I know there are other tools around like awstats or splunk, but I wonder whether there is some serious (web)…

r logfile-analysis
extracting error information from rails log files

i am developing on 5 different rails projects, plus also refactoring some (moving from older rails versions to 2.3) - what is …

ruby-on-rails logging logfile-analysis
Searching huge log files

Troubleshooting, analyzing & filtering log files is by far one of the most laborious daily jobs. My issue is searching …

logfile-analysis
How do I create a graph in Zabbix with a calucated field based on the count of log entries?

I have an item setup to monitor fatal errors, and I want to add another item so that it calculates …

monitoring logfile-analysis zabbix
Exe created with py2exe doesn't work and returns logfile with errors

It's my first post so go easy on me. My problem is similar as in here, but I couldn't make …

python numpy scipy py2exe logfile-analysis