README   27 Jan 13

Scripts for processing server log files to extract
User Agent strings and OS names

countos.sh
countos.awk

Execute countos.awk on every .gz file in the current
directory.
Creates output file COUNT.data containing User Agent
strings prefixed by the date (month/year) and number of
occurrences.

getos.awk

Look for known OS name in UA string and if found add it
to the known count for that month/year.

missos.awk

Print out those UA strings that do not contain the
name of a known OS, after removing spider/robot
entries


minwind.awk

Print number of OS names that include the string Window,
plus everything else.

