NetPositive: Monitoring traffic
Contributed by: Anon
This tip is valid for:
Both BeOS and Haiku
You can launch NetPositive 2.0.2 or later from the Terminal with the –ezdebug flag to get a list of all URLs that NetPositive has opened:
NetPositive --ezdebug
Later on, you can save this list to a text file for a complete record of the sites you’ve visited during the current session.
NetPositive 3.0d1 adds the –dump switch:
NetPositive --dump
which will spit out a complete log of your transactions for every page you visit, including HTTP headers and all binary data for images. Hint: think scripting possibilities.
Posted in Applications