Helper CLI tool to simplify runing traces on the Cirpack platform. You can run this tool on your local machine.
It logs to the specified host using SSH and enables the debug for the specified process. Currently only ibcf and bgcf is supported.
You can specify a search term after the subcommand to display trace only for things that match the term:
shell
cirtrace 192.168.1.100 -T 20 -p omni -M ibcf_border sip -S <search_term>
The diference between -M
and -m
is that -M
refers to the process instance while -m
to the process name: i.e. ibcf or bgcf. You need to pass in -i
with -m
.
shell
cargo install cirtrace
``` shell
cir_trace 0.1 versbinarii versbinarii@gmail.com Cirpack call troubleshooting helper
USAGE:
cirtrace [OPTIONS]
FLAGS: -h, --help Prints help information -V, --version Prints version information
OPTIONS:
-i, --instance
ARGS:
SUBCOMMANDS: help Prints this message or the help of the given subcommand(s) sip trace ```
Any issues can be reported at the repo