geokaragiannis / FreeBSD_VM

Alterations to freebsd's virtual memory and comparison of old algorithm to the new approach via a series of graphs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README.txt
Michael Tang
Georgios Karagiannis
Roman Sodermans
Calvin Yang
3/1/2017

Incldued files inside asgn3 directory:
parse.py (Python2)
README.txt
WRITEUP.pdf
DESIGN.pdf
raw_data.xlsx
log files

Modified files are described within DESIGN.pdf

Usage:
To run parse.py, run the command:
	python parse.py log_file.log
and the parsed file will be outputted to STD_OUT. Make sure the log file is in the same directory as the python script.

All logging is stored in the root user's /var/log directory within debug.log

About

Alterations to freebsd's virtual memory and comparison of old algorithm to the new approach via a series of graphs.


Languages

Language:C 98.0%Language:Python 2.0%