
trace-cmd
List of commands for trace-cmd:
-
trace-cmd:tldr:419f0 trace-cmd: View the trace output.$ trace-cmd showtry on your machineexplain this command
-
trace-cmd:tldr:41da2 trace-cmd: Stop the tracing but retain the buffers.$ trace-cmd stoptry on your machineexplain this command
-
trace-cmd:tldr:53ef0 trace-cmd: Clear the trace buffers and stop tracing.$ trace-cmd resettry on your machineexplain this command
-
trace-cmd:tldr:71bd8 trace-cmd: Clear the trace buffers.$ trace-cmd cleartry on your machineexplain this command
-
trace-cmd:tldr:815d4 trace-cmd: List available tracers.$ trace-cmd list -ttry on your machineexplain this command
-
trace-cmd:tldr:9c688 trace-cmd: Display the status of tracing system.$ trace-cmd stattry on your machineexplain this command
-
trace-cmd:tldr:fbb95 trace-cmd: Start tracing with a specific plugin.$ trace-cmd start -p ${select}try on your machineexplain this command