-
Notifications
You must be signed in to change notification settings - Fork 456
Open
Labels
Description
Hi!
This tracing tool is cool! Is there an option to route the events as timestamp/message pairs in either json / cbor format into a tcp/ip pipe? I would like this to be able to visualize them in a trace visualizer.
For example, my own visualization toolie (https://github.com/windelbouwman/lognplot) can ingest (timestamp,message) pairs over a tcp link. For this to work, I would write a python script that takes the strace output, and forwards it in the proper format.