Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 389 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 389 Bytes

System Log Visualization

This is our CS 262A project for visualizing log files. We use D3 for visualization, jQuery for client-side processing, and python for server-side processing.

$ python logparser
$ ./test_clusterer.sh  # python clusterer 2 0 ...

Generate random log files

$ python utils/generate_random_logs.py 0.50

Authors are Armin Samii and Woojong Koh.