Results 1 to 3 of 3
- 07-29-2011, 07:19 PM #1
Member
- Join Date
- Jul 2011
- Posts
- 1
- Rep Power
- 0
Designing Log File Parser / Generator
Hello,
I am working on a project to design a log parser and generate charts using Google Visualization Toolkit
Below is the sample log format
Mon Sep 19 2006 13:23:40 [latency][info] xmlfirewall (loopback-fw): tid(2809): Latency: 0 1 0 1 1 0 0 1 1 1 1 1 0 0 1 1 [http://<IP address>:9999/foo/test.xml]
Fri Feb 16 2007 13:04:27 [latency][info] xmlfirewall(TestLogging): tid(2075615): Latency: 0 0 0 0 1 0 0 1 0 0 0 1 0 0 0 0 [http://127.0.0.1:9999/]
The basic functionality which I am looking at is User will enter a IP address and optionally date and time as well and based on the input the parser should read this log file and generate out in CSV or JSON so I can read and plot charts using Google Visualization API.
Thanks
Arsh
- 07-30-2011, 02:30 AM #2
Do you have any specific java programming questions? This is pretty high level and not language specific.
- 07-30-2011, 10:16 AM #3
Similar Threads
-
JavaCC parser generator.
By Danpanda in forum New To JavaReplies: 0Last Post: 04-19-2010, 12:07 AM -
3GP File Parser
By brainstech in forum Jobs OfferedReplies: 1Last Post: 01-17-2010, 04:17 PM -
help with designing Java program:file browser w/ regex search, possibly media player?
By jmd9qs in forum New To JavaReplies: 0Last Post: 11-04-2009, 09:09 PM -
Dragon parser generator 1.2.10
By JavaBean in forum Java SoftwareReplies: 0Last Post: 06-23-2007, 07:26 PM -
Dragon parser generator 1.2.9
By Jamie in forum Java SoftwareReplies: 0Last Post: 06-17-2007, 03:36 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks