Skip to content
代码片段 群组 项目
用户头像
编辑于
名称 最后提交 最后更新
deployment
tracegnn
LICENSE
README.md
requirements.txt

GTrace

Code and dataset for GTrace.

Evaluation of Accuracy

We provide dataset B for evaluation. The dataset is under the dataset folder.

  • Install Python 3.8+ on your system.
  • Run pip3 install -r requirements.txt to install the dependencies.
  • Run python3 -m tracegnn.models.gtrace.main to start training. The evaluation will automatically starts after training.
  • If you want to run on GPU, you can modify the device in tracegnn/models/config.py.

Evaluation of Time Efficiency

We provide the code for the Anomaly Detection module and Graph Building module.

To evaluate the time efficiency, we provide a minimal example and a trained model that can be run directly on your local device without deployment:

Visualization Tool

  • Run python3 -m tracegnn.visualization.webviewer_server.
  • Visit http://localhost:12312/0 or http://localhost:12312/1 to see the visualization results for two example cases.

Reference