Skip to content

Quickly written Java utility that traverses through log files in a given directory and prints out the max and average requests received by minute and by second.

Notifications You must be signed in to change notification settings

thereallisa/RPMAnalyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RPMAnalyzer

Quickly written Java utility that traverses through log files in a given directory and prints out the max and average requests received by minute and by second. It is assumed that each log file contains requests for only one day.

Usage

In order for the program to run, you will need to specify the following parameter as a command line argument:

  • Path to the directory containing your log files

Example

$ javac Analyze.java
$ java Analyze "/Users/thereallisa/Desktop/myLogFiles"
per minute  max = 81; average = 12
per second  max = 8; average = 1

About

Quickly written Java utility that traverses through log files in a given directory and prints out the max and average requests received by minute and by second.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages