GstShark - Common Trace Format files: Difference between revisions

From RidgeRun Developer Wiki
No edit summary
mNo edit summary
Line 1: Line 1:
{{GstShark Page
{{GstShark/Head |previous=Results|next=Pipeline Diagram|keywords=}}
|prev=[[GstShark - Results|Results]]
 
|next=[[GstShark - Pipeline Diagram|Pipeline Diagram]]
|content=
The results of an analysis process by GstShark yields Common Trace Format (CTF) files.
The results of an analysis process by GstShark yields Common Trace Format (CTF) files.


= Standard format of results =
== 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 [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.
Line 11: Line 9:
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 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.  


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

Revision as of 21:16, 7 April 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 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.


Previous: Results Index Next: Pipeline Diagram