FYI: following SAB's traffic with tcpflow

Support for the Debian/Ubuntu package, created by JCFP.
Forum rules
Help us help you:
  • Are you using the latest stable version of SABnzbd? Downloads page.
  • Tell us what system you run SABnzbd on.
  • Adhere to the forum rules.
  • Do you experience problems during downloading?
    Check your connection in Status and Interface settings window.
    Use Test Server in Config > Servers.
    We will probably ask you to do a test using only basic settings.
  • Do you experience problems during repair or unpacking?
    Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Post Reply
User avatar
sander
Release Testers
Release Testers
Posts: 9264
Joined: January 22nd, 2008, 2:22 pm

FYI: following SAB's traffic with tcpflow

Post by sander »

Interesting (debug) command to follow SAB's traffic:

Code: Select all

sudo tcpflow -i any -C -e port 119
It will show all traffic via port 119. Useful if you get no traffic, or weird responses.

A very ugly way to filter out most of the body and focus a bit more on 'readable' stuff:

Code: Select all

sudo tcpflow -i any -C -e port 119 | grep -vi '\.\.'
Example of the tcpflow output when clicking on SAB's Test Server:

Code: Select all

201 Welcome to test.xennanews.com (nntpswitch)

ARTICLE <test@home>

430 No such article.


HTH
Post Reply