-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to view the plots using gst-shark #123
Comments
Hi, are there any actual contents in the directory? Can you open the metadata file and share the contents? What files can you see in the directory?
… On 25 May 2023, at 11:50, Nikhil Kandoi ***@***.***> wrote:
I capture the trace on a gstreamer pipeline running on a nvidia xavier AGX.
I then take the output directory and copy it to my mac and run the gstshark-plot script to get some charts but it isn't working for me. Any quick tips on how I can get past this issue ??
(base) bash-3.2$ ./gstshark-plot ../../../gst_shark_results/gstshark_2023-05-25_02\:45\:37
[error] Cannot open any trace for reading.
[error] opening trace "��O���" for reading.
[error] none of the specified trace paths could be opened.
Loading proctime events...
Loading interlatency events...
Loading scheduling events...
Loading framerate events...
Loading bitrate events...
Loading queuelevel events...
Loading cpuusage events...
Loading buffer events...
warning: using the gnuplot graphics toolkit is discouraged
The gnuplot graphics toolkit is not actively maintained and has a number
of limitations that are unlikely to be fixed. Communication with gnuplot
uses a one-directional pipe and limited information is passed back to the
Octave interpreter so most changes made interactively in the plot window
will not be reflected in the graphics properties managed by Octave. For
example, if the plot window is closed with a mouse click, Octave will not
be notified and will not update its internal list of open figure windows.
The qt toolkit is recommended instead.
Processing proctime...
Processing interlatency...
Processing framerate...
Processing scheduling...
Processing cpusage...
Processing bitrate...
Processing queuelevel...
Processing buffer...
rm: -f: No such file or directory
rm: -f: No such file or directory
rm: -f: No such file or directory
rm: -f: No such file or directory
rm: -f: No such file or directory
rm: -f: No such file or directory
rm: -f: No such file or directory
rm: cpuusage_values.log: No such file or directory
rm: -f: No such file or directory
rm: -f: No such file or directory
—
Reply to this email directly, view it on GitHub <#123>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AAFPIOACD36CEFZKCJQZKJTXH6LXNANCNFSM6AAAAAAYPFRIRE>.
You are receiving this because you are subscribed to this thread.
|
|
There is a datastream file in there as well |
Also having this issue as well; I have datastream & metadata that looks similar to the above. Having issues getting it to generate anything. |
Thanks for sharing the trace. Let me get into it and get back to you. Can you also share the pipeline and tracers you are using? |
I capture the trace on a gstreamer pipeline running on a nvidia xavier AGX.
I then take the output directory and copy it to my mac and run the gstshark-plot script to get some charts but it isn't working for me. Any quick tips on how I can get past this issue ??
The text was updated successfully, but these errors were encountered: