It is currently Wed May 23, 2012 7:26 pm




   Post new topic Reply to topic      [ 8 posts ]  Bookmark and Share Oldest Best Reply
Author Message
  Error Log Tool [#permalink]
New postPosted: Mon Aug 09, 2004 9:02 pm 
Offline
Intern
Intern

Joined: Fri Jun 18, 2004
Posts: 8
Followers: 0

Kudos (?): 1 (1), given: 0

Dear friends,
I have quickly put together a application that analyses error log files, and generates various reports. The log files need to be in a particular format which is documented in README.txt. I am attaching a zip file which contains program files and sample log files. The application is extensible so that it can generate different kinds of reports without modification. Please try this application and let me know if there are major usability concerns.At best this application is of BETA quality so please be kind. The following are the few reports generated from the application.


Attachments:
report.zip [17.46 KiB]
Downloaded 986 times
To download please login or register as a user

  Profile  
 
Kaplan GMAT Prep Discount CodesKnewton GMAT Discount CodesManhattan GMAT Discount Codes
New postPosted: Tue Aug 10, 2004 12:54 am 
Offline
GMAT Club Legend
GMAT Club Legend

Joined: Fri Aug 15, 2003
Posts: 4434
Followers: 49

Kudos (?): 610 (1), given: 781

here is a sample run. pbajaria, i posted the code in a seperate post. thanks again for volunteering your time.

Code:
G:\gmat_report\results>report.py -f gmat_* -f quan* -r report_quant
-----------------------------------------------
| Type                | Cor | Incor | Av Time |
-----------------------------------------------
| prime               | 1   | 0     | 00:36   |
-----------------------------------------------
| distance            | 0   | 3     | 03:56   |
-----------------------------------------------
| complex algebra     | 3   | 1     | 02:24   |
-----------------------------------------------
| ratio               | 1   | 2     | 01:32   |
-----------------------------------------------
| probability         | 4   | 3     | 02:35   |
-----------------------------------------------
| geometry            | 7   | 3     | 01:50   |
-----------------------------------------------
| basic algebra       | 11  | 2     | 02:20   |
-----------------------------------------------
| percent             | 2   | 2     | 02:14   |
-----------------------------------------------
| number properties   | 6   | 12    | 01:51   |
-----------------------------------------------
| coordinate geometry | 1   | 0     | 02:21   |
-----------------------------------------------
| rate                | 2   | 0     | 03:17   |
-----------------------------------------------
| mixture             | 1   | 0     | 02:33   |
-----------------------------------------------
| square root         | 1   | 0     | 00:22   |
-----------------------------------------------
| fraction            | 2   | 0     | 01:13   |
-----------------------------------------------
| factorial           | 0   | 1     | 02:42   |
-----------------------------------------------
| scientific notation | 2   | 0     | 01:07   |
-----------------------------------------------
| percentage          | 1   | 0     | 01:20   |
-----------------------------------------------
| work                | 1   | 0     | 03:45   |
-----------------------------------------------
| other               | 0   | 3     | 03:21   |
-----------------------------------------------
| mean                | 1   | 2     | 02:58   |
-----------------------------------------------

Average time=02:12 Correct time=01:58 Incorrect time=02:32

PS: correct percent=63,incorrect percent=36
DS: correct percent=50,incorrect percent=50

Correct=47,Incorrect=34,Total=81
Correct percent=58,Incorrect percent=41


!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
G:\gmat_report\results>report.py -f verbal* -r report_verb
sc : Average time=01:42
----------------------------------------------
| Type               | Cor | Incor | Av Time |
----------------------------------------------
| antecedent         | 0   | 1     | 01:55   |
----------------------------------------------
| noun agreement     | 1   | 0     | 01:34   |
----------------------------------------------
| passive voice      | 1   | 0     | 01:25   |
----------------------------------------------
| logical comparison | 3   | 0     | 01:29   |
----------------------------------------------
| idiom              | 0   | 1     | 02:38   |
----------------------------------------------
| meaning            | 2   | 1     | 01:48   |
----------------------------------------------
| modification       | 1   | 0     | 00:58   |
----------------------------------------------
| parallel           | 2   | 0     | 01:54   |
----------------------------------------------

cr : Average time=02:01
----------------------------------------------
| Type               | Cor | Incor | Av Time |
----------------------------------------------
| implication        | 2   | 2     | 01:58   |
----------------------------------------------
| assumption         | 0   | 1     | 02:28   |
----------------------------------------------
| logical comparison | 0   | 1     | 02:21   |
----------------------------------------------
| weaken             | 4   | 2     | 01:56   |
----------------------------------------------

rc : Average time=02:04
--------------------------------------------
| Type             | Cor | Incor | Av Time |
--------------------------------------------
| awkward sounding | 0   | 1     | 02:23   |
--------------------------------------------
| implications     | 1   | 0     | 00:23   |
--------------------------------------------
| according to     | 1   | 1     | 03:22   |
--------------------------------------------
| other            | 1   | 1     | 00:58   |
--------------------------------------------
| purpose          | 2   | 1     | 03:17   |
--------------------------------------------
| implication      | 4   | 1     | 01:45   |
--------------------------------------------
| quote support    | 1   | 0     | 01:48   |
--------------------------------------------
| weaken           | 1   | 0     | 01:15   |
--------------------------------------------

Average time=01:56 Correct time=01:45 Incorrect time=02:17
Correct=27,Incorrect=14,Total=41
Correct percent=65,Incorrect percent=34


!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
G:\gmat_report\results>report.py -f gmat_* -f quan* -f verbal* -r report_correct_percent
Correct=74,Incorrect=48,Total=122
Correct percent=60,Incorrect percent=39


  Profile  
 
  How to use this program? [#permalink]
New postPosted: Tue Sep 07, 2004 8:12 am 
Offline
Intern
Intern

Joined: Thu Aug 26, 2004
Posts: 44
Followers: 0

Kudos (?): 2 (0), given: 0

Praetorian and pbajaria..

I would like to know how to use this program. I downloaded Python 2.3 from the website. But, when I open Python GUI, I do not know what to do next. I also read that README file, but it did not make any sense to me.

I am not an IT guy, so do not know all the tricks you can play with program to make it run. What kind of input can you supply to this program to generate the output cut-pasted by Praetorian? Can you give me detail info about how can one satisfactorily make use of this program?

Please guide.

Thanks,
buds


  Profile  
 
New postPosted: Wed Sep 08, 2004 8:47 pm 
Offline
Intern
Intern

Joined: Fri Jun 18, 2004
Posts: 8
Followers: 0

Kudos (?): 1 (0), given: 0

1)Assuming that you have Windows OS running, open "Command Prompt".
2) Go to the directory where you have unzipped the program files.
3) Type "report.py" and you should see help on how to use the program as follows

Options:
-h display this help messsage
-f data file/files
-r report name

4) I have included some sample log files. Now type "report.py -f gmat_club_c4.txt -r report_quant". You should see the following

Code:
---------------------------------------------
| Type              | Cor | Incor | Av Time |
---------------------------------------------
| distance          | 0   | 1     | 02:39   |
---------------------------------------------
| mixture           | 1   | 0     | 02:33   |
---------------------------------------------
| ratio             | 1   | 0     | 00:38   |
---------------------------------------------
| probability       | 4   | 2     | 02:13   |
---------------------------------------------
| geometry          | 1   | 2     | 01:56   |
---------------------------------------------
| basic algebra     | 5   | 1     | 02:35   |
---------------------------------------------
| work              | 1   | 0     | 03:45   |
---------------------------------------------
| number properties | 4   | 10    | 01:36   |
---------------------------------------------
| rate              | 1   | 0     | 04:39   |
---------------------------------------------
| fraction          | 1   | 0     | 01:42   |
---------------------------------------------
| percentage        | 1   | 0     | 01:20   |
---------------------------------------------


5) Now if you want to generate report on more than 1 file then you would wildcard the file name. i.e

report.py -f gmat_club* -r report_quant

Now, the generated report will use all log file name that start with name "gmat_club".

6) There are 3 reports that you can run
a) report_quant : This report gives detailed information about your quant. log
b) report_verbal: This report gives detailed information about your verbal log
c) report_correct_percent: This report gives your overall percentage correct/incorrect

7) The format of log file is relatively easy to understand. Use one the included log files as template

Hopefully, this should get you little bit futher. Let me know if you need more help.

Parag


  Profile  
 
New postPosted: Sun Jun 19, 2005 2:45 am 
Offline
GMAT Club Legend
GMAT Club Legend
User avatar

Joined: Wed Jul 07, 2004
Posts: 5367
Location: Singapore
Followers: 6

Kudos (?): 62 (0), given: 0

GMAT Tests User
Neat stuff !! I am using Python for my work and have never thought about using it to create reports. Nice work there !


  Profile  
 
New postPosted: Mon Sep 26, 2005 6:28 am 
Offline
Manager
Manager
User avatar

Joined: Fri Feb 28, 2003
Posts: 168
Location: Kiev
Followers: 1

Kudos (?): 3 (0), given: 0

Does anybody can explain question types breakdowns for SC section provided above?

In particular, what does "antecedent" mean?

_________________
Too much is not enough...


  Profile  
 
New postPosted: Thu Mar 30, 2006 6:57 am 
Offline
Manager
Manager
User avatar

Joined: Tue Jan 24, 2006
Posts: 237
Location: India
Concentration: Finance, Entrepreneurship
Schools: Kenan-Flagler, Owen, Tippie, Olin
GMAT 1: 740 Q50 V38
WE: General Management (Manufacturing)
Followers: 2

Kudos (?): 9 (0), given: 15

GMAT Tests User
hi all,
just downloaded python and the attached file and ran both together....
makes little sense to me as i am not a computer person......
pls tell me how is it an error log ..... and how can we make additions to it...??
thanx in advance....

_________________
Eat like a Pig, Lift like a Demon & Sleep like Dead.............


  Profile  
 
  Re: Error Log Tool [#permalink]
New postPosted: Wed Sep 21, 2011 12:50 pm 
Offline
Senior Manager
Senior Manager
User avatar

Status: Kick Ass Gmat
Affiliations: Trained Stage Actor,First aider,Swimmer,Sketch artist,Writer
Joined: Tue Jun 28, 2011
Posts: 312
Location: India
Concentration: Finance, General Management
Schools: Darden, Tepper, McDonough
GMAT Date: 12-23-2011
GPA: 2.51
WE: Consulting (Human Resources)
Followers: 3

Kudos (?): 15 (0), given: 11

GMAT Tests User
Pen and paper...And marking directly on my book....is the best error log!!!!!!!!

_________________
Dont look for the wrong thing that you have done rather find remedies.


  Profile  
 
Online
gmatclubot
Display posts from previous:  Sort by  

GMAT Resources

Best GMAT Discussions

GMATPrep Question Pack 1 Review by udvranto10
10 Tips to Improve Your Score & App With NO Extra Studying by GMATLA8
Review: GMATPrep 2.0 and GMATPrep Question Pack 1 by dabral7
New GMAT Prep Software Coming April (4th?) by bb7
GMAT Study Plan - How to Start your GMAT Prep by bb5

GMAT Expert Advice

Post new topic Reply to topic  [ 8 posts ] 

 Similar topics   Author   Replies   Views   Last post 
Error Log Tool developed and willing to share

in GMAT

jimenfe

8

840

Wed Jan 12, 2005 9:29 am

error log!!! error log!!! error log!!!!!!!

in GMAT

devansh_god

10

722

Thu Mar 30, 2006 6:31 am

this is an error log!!!!

in GMAT

devansh_god

2

436

Sun Apr 09, 2006 12:30 pm

Error Log

in GMAT

OasisNYK

4

293

Sat May 06, 2006 5:13 pm

Error Log?

in GMAT

GoalTexasTech

0

174

Tue Nov 07, 2006 6:22 pm





Who is online

Users browsing this forum: mappleby, pmiklius and 6 guests


Search for:
Jump to:





[ Mobile Version ] GMAT Club MBA Forum Home | About | Privacy Policy | Terms and Conditions | GMAT Club Rules | Contact | Sitemap
Powered by phpBB © phpBB Group and phpBB SEO
Kindly note that GMAT (C) is a registered trademark of the Graduate Management Admission Council, and this site has neither been reviewed nor endorsed by GMAC.