Skip to content

Instantly share code, notes, and snippets.

@georgecao
Created November 18, 2012 02:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save georgecao/4102883 to your computer and use it in GitHub Desktop.
Save georgecao/4102883 to your computer and use it in GitHub Desktop.
Monitor the Http Transport on Linux Box.
sudo ngrep -d eth0 -q -W byline port 8080
@georgecao
Copy link
Author

add host filter

ngrep -q -W byline host 127.0.0.1 and port 80

@georgecao
Copy link
Author

ngrep.exe -q -W byline host api.weibo.com and port 443

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment