Skip to content
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

tcp_rtt plots not generated #303

Closed
aidenp2024 opened this issue Apr 25, 2024 · 2 comments
Closed

tcp_rtt plots not generated #303

aidenp2024 opened this issue Apr 25, 2024 · 2 comments

Comments

@aidenp2024
Copy link

aidenp2024 commented Apr 25, 2024

Hi
Im trying to generate tcp_rtt plots but the tcp plots like tcp_rtt,tcp_cwnd,tcp_rtt_cdf are not generated when I run the rrul test using:
$sudo flent rrul -H <server_ip>
Im testing with a custom L4S kernel(https://github.com/L4STeam/linux). I have two linux machines both loaded with the custom kernel with tcp congestion control set as prague for test purposes.
I went through the issue #163 raised by @heistp and tried recompiling my kernel with CONFIG_INET_DIAG but still didn't work. This is the output of ss.

$sudo ss -tipn
State   Recv-Q   Send-Q       Local Address:Port           Peer Address:Port    Process                                                                         
ESTAB   0        0            10.100.67.111:55320         10.100.131.33:40185    users:(("netperf",pid=30111,fd=4))
	 prague wscale:7,7 rto:1256 rtt:417.525/208.762 mss:1238 pmtu:1500 rcvmss:536 advmss:1448 cwnd:10 bytes_acked:1 segs_out:2 segs_in:1 send 237207bps lastsnd:120 lastrcv:120 lastack:120 pacing_rate 494320bps delivered:1 rcv_space:14480 rcv_ssthresh:64088 minrtt:417.525

I dont know where the issue is or is there any step I'm missing?

@heistp
Copy link
Contributor

heistp commented Apr 25, 2024

What if you add the --socket-stats parameter to flent? If memory serves, that's required to gather the stats needed for the plots you mentioned. Good luck!

@aidenp2024
Copy link
Author

It worked! Thanks :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants