Crates.io | log2graph |
lib.rs | log2graph |
version | 0.1.1 |
source | src |
created_at | 2021-10-07 09:14:05.663694 |
updated_at | 2021-10-07 09:34:30.69618 |
description | create directed graphs from log files |
homepage | https://github.com/bitton-yehonatan/log2graph |
repository | https://github.com/bitton-yehonatan/log2graph |
max_upload_size | |
id | 461651 |
size | 13,995 |
A LogParser to graphviz dot format
Explore the docs ยป
Report Bug
.
Request Feature
Log2Graph is a CLI tool that transforms log files to Graphviz dot format for better inspection.
Built with rust petgraph library
Running log2graph is very easy you only need to install the supplied create and start using.
Make sure that rust is installed on your machine
tldr;
log2graph --pattern "logprefix" --group_by "group_key" my_log.log --keys_to_print "group_key" "another_key"
The long way
USAGE:
log2graph [FLAGS] [OPTIONS]
FLAGS: -h, --help Prints help information -s, --split_files split dot file by group -V, --version Prints version information
OPTIONS:
-g, --group_by
ARGS:
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)Distributed under the MIT License. See LICENSE for more information.