GstShark - Common Trace Format files: Difference between revisions

From RidgeRun Developer Wiki
mNo edit summary
mNo edit summary
Line 7: Line 7:
The Common Trace Format files yielded by GstShark comply with the specification described by the Diagnostic and Monitoring workgroup (DiaMon) of the Linux Foundation. Details on the format are described at the [http://diamon.org/ctf/ DiaMon] website.
The Common Trace Format files yielded by GstShark comply with the specification described by the Diagnostic and Monitoring workgroup (DiaMon) of the Linux Foundation. Details on the format are described at the [http://diamon.org/ctf/ DiaMon] website.


The Common Trace Format (CTF) describes a vary fast, yet flexible way of storing trace data. The data is stored in binary format, making it easy to be generated by C/C++ programs and hardware devices.  
The Common Trace Format (CTF) describes a very fast, yet flexible way of storing trace data. The data is stored in binary format, making it easy to be generated by C/C++ programs and hardware devices.  


{{GstShark/Foot|previous=Results|next=Pipeline Diagram}}
{{GstShark/Foot|previous=Results|next=Pipeline Diagram}}

Revision as of 17:25, 21 October 2020





Previous: Results Index Next: Pipeline Diagram




The results of an analysis process by GstShark yields Common Trace Format (CTF) files.

Standard format of results

The Common Trace Format files yielded by GstShark comply with the specification described by the Diagnostic and Monitoring workgroup (DiaMon) of the Linux Foundation. Details on the format are described at the DiaMon website.

The Common Trace Format (CTF) describes a very fast, yet flexible way of storing trace data. The data is stored in binary format, making it easy to be generated by C/C++ programs and hardware devices.


Previous: Results Index Next: Pipeline Diagram