<div dir="ltr"><div><div><div><div><div><div><div><div><div><div>Hi,<br><br></div>I am trying to start the trace on MIPS board and dump it remotely on PC.<br><br></div>The steps i do <br></div>On MIPS board:<br>lttng create -U net://<a href="http://192.168.233.207">192.168.233.207</a> newsession<br>
<br>lttng enable-event lttng_statedump_start -k<br><br>Error: Event lttng_statedump_start: Unable to connect to lttng-relayd (channel channel0, session news)<br>Warning: Some command(s) went wrong<br><br></div>In lttng-sessiond -vvv log <br>
<br>[...]<br>DEBUG3 [1918/2019]: Consumer socket created (fd: 30) and added to output (in consumer_create_socket() at consumer.c:300)<br>DEBUG1 [1918/2019]: Setting relayd for session news (in cmd_setup_relayd() at cmd.c:722)<br>
DEBUG3 [1918/2019]: Relayd connect ... (in relayd_connect() at relayd.c:466)<br>PERROR [1918/2019]: connect: Connection refused (in lttcomm_connect_inet_sock() at inet.c:253)<br>Error: Unable to reach lttng-relayd<br>DEBUG1 [1918/2019]: Sending response (size: 16, retcode: Unable to connect to lttng-relayd) (in thread_manage_clients() at main.c:3973)<br>
DEBUG1 [1918/2019]: Clean command context structure (in clean_command_ctx() at main.c:672)<br>DEBUG1 [1918/2019]: Accepting client command ... (in thread_manage_clients() at main.c:3837)<br><br></div>On the linux pc<br></div>
i have started lttng-relayd<br><br></div>lttng-relayd -vvv -C tcp://<a href="http://0.0.0.0:1234">0.0.0.0:1234</a> -D tcp://<a href="http://0.0.0.0:5678">0.0.0.0:5678</a> (as specified in doc folder of lttng-tools)<br><br>
<br></div>Unfortunately i get error that lttng-relayd unable to connect. I also tried started lttng-relayd on mips board and running the same, still i get same error.<br><br></div>Can someone explain steps for lttng trace streaming or how i can dump the trace live onto PC.<br>
<br></div>Thank you<br>Skumar<br></div>