logparser icon indicating copy to clipboard operation
logparser copied to clipboard

IPLoM Banchmark hangs

Open fmjubori opened this issue 2 years ago • 1 comments

Hello, I am trying to run IPLoM benchmark file on the container py2, however, the execution hangs after a while:

Warning: p1 may be equal to p2 Warning: p1 may be equal to p2 Warning: p1 may be equal to p2 Warning: p1 may be equal to p2 Warning: p1 may be equal to p2 Warning: p1 may be equal to p2 Warning: p1 may be equal to p2 Parsing done. [Time taken: 0:00:00.287675] Precision: 0.9966, Recall: 0.9986, F1_measure: 0.9976, Parsing_Accuracy: 0.5400

=== Evaluation on Apache === Parsing file: ../logs/Apache/Apache_2k.log Parsing done. [Time taken: 0:00:00.255853] Precision: 1.0000, Recall: 1.0000, F1_measure: 1.0000, Parsing_Accuracy: 1.0000

=== Evaluation on Mac === Parsing file: ../logs/Mac/Mac_2k.log Parsing done. [Time taken: 0:02:26.176035] Precision: 0.9412, Recall: 0.9737, F1_measure: 0.9572, Parsing_Accuracy: 0.6705

=== Evaluation on Andriod === Parsing file: ../logs/Andriod/Andriod_2k.log

It remains here forever.

Please help

fmjubori avatar Oct 14 '21 07:10 fmjubori

There seem to be some issues with the Android dataset in general. Most of the algorithms have trouble processing that data. However, if you exclude that dataset from the dictionary, you will be able to run the rest of the experiments just fine.

spetrescu avatar Dec 22 '21 11:12 spetrescu

Fixed.

zhujiem avatar Sep 05 '23 07:09 zhujiem