logfile-analysis Questions
13
Solved
I need to do some parsing of large (5-10 Gb)logfiles in Javascript/Node.js (I'm using Cube).
The logline looks something like:
10:00:43.343423 I'm a friendly log message. There are 5 cats, and 7 do...
Zygoma asked 15/4, 2013 at 8:37
3
I'm a last year college student and I'm doing my thesis right now. My title is "Index Suggestion based on Log Analysis". This project will analyze the PostgreSQL transaction log to give i...
Vineyard asked 20/2, 2019 at 7:10
3
I have an item setup to monitor fatal errors, and I want to add another item so that it calculates the count of the fatal errors and graphs them.
Using this key:
log["/d2/httpd/logs/myDomain-error...
Overmeasure asked 8/9, 2011 at 16:51
5
I know there are other tools around like awstats or splunk, but I wonder whether there is some serious (web)server logfile analysis going on in R. I might not be the first thought to do it in R, bu...
Ollie asked 14/4, 2011 at 14:44
3
Solved
It's my first post so go easy on me. My problem is similar as in here, but I couldn't make it work, though I really tried:
" py2exe with enthought and pandas ".
Having installed separately both ve...
Hylozoism asked 24/11, 2013 at 0:35
3
Solved
I have a large number (~1000) of files from a data logger that I am trying to process.
If I wanted to plot the trend from a single one of these log files I could do it using
plot(timevalues,data...
Hypercatalectic asked 29/4, 2014 at 5:30
4
Solved
I have hundreds of text files with the following information in each file:
*****Auto-Corelation Results******
1 .09 -.19 .18 non-Significant
*****STATISTICS FOR MANN-KENDELL TEST******
S= 609
VAR...
Dion asked 13/4, 2014 at 2:14
1
Solved
I am going to be undertaking some logfile analyses in R (unless I can't do it in R), and I understand that my data needs to fit in RAM (unless I use some kind of fix like an interface to a keyval s...
Gizzard asked 7/10, 2012 at 8:57
10
Solved
Can I get some recommendations (preferably with some reasons) for good log analysis software for Apache 2.2 access log files?
I have heard of Webalizer and AWStats, but have never really use...
Istanbul asked 19/8, 2008 at 12:59
4
Troubleshooting, analyzing & filtering log files is by far one of the most laborious daily jobs. My issue is searching through a log file, which could be well over 4 gigs in size. Simply loadin...
Initiative asked 28/10, 2010 at 2:42
4
Solved
I have a bunch of perfmon files that have captured information over a period of time. Whats the best tool to crunch this information? Idealy I'd like to be able to see avg stats per hour for the ob...
Orford asked 25/8, 2008 at 23:21
3
i am developing on 5 different rails projects, plus also refactoring some (moving from older rails versions to 2.3) - what is the best way to extract the error information from the logfiles, so i c...
Wite asked 16/1, 2010 at 11:44
2
Solved
I've been looking at MapReduce for a while, and it seems to be a very good way to implement fault-tolerant distributed computing. I read a lot of papers and articles on that topic, installed Hadoop...
Milan asked 2/6, 2009 at 11:50
1
© 2022 - 2024 — McMap. All rights reserved.