FT-Tree
FT-Tree copied to clipboard
IWQoS 2017: A toolkit for log template extraction
Paper
Our paper is published on IEEE/ACM International Symposium on Quality of Service (IWQoS 2017,) and IEEE Access 2020. The information can be found here:
- Shenglin Zhang, Weibin Meng, Jiahao Bu, Sen Yang, Ying Liu, Dan Pei, Jun(Jim) Xu, Yu Chen, Hui Dong, Xianping Qu, Lei Song. Syslog Processing for Switch Failure Diagnosis and Prediction in Datacenter Networks. Vilanova i la Geltrú, Barcelona, Spain, 14-16 June 2017.paper link
- Shenglin Zhang, Ying Liu, Weibin Meng, Jiahao Bu, Sen Yang, Yongqian sun, Dan Pei, Jun Xu, Yuzhi Zhang, Lei Sone, Ming Zhang. Efficient and Robust Syslog Parsing for Network Devices in Datacenter Networks. paper link
Environment:
python3, pygraphviz (if draw tree)
Train:
- python main_train.py -train_log_path training.log -out_seq_path output.seq -templates output.template
- Parameters:
- -train_log_path: rawlog path
- -out_seq_path:template index file
- -templates:template file
- Parameters:
Match:
- python main_match.py -templates ./output.template -logs training.log
- Parameters:
- -templates: template path
- -logs:logs which need to match
- Parameters:
This code was completed by @Weibin Meng.