
Product
Introducing Custom Tabs for Org Alerts
Create and share saved alert views with custom tabs on the org alerts page, making it easier for teams to return to consistent, named filter sets.
tcp-throughput-proxy
Advanced tools
Proxy that allows you to monitor how much incoming trafic it is receiving.
Proxy that allows you to monitor how much incoming trafic it is receiving.
npm install -g tcp-throughput-proxy
# start a proxy listening on port 10000 proxing to localhost:20000
tcp-throughput-proxy --from 10000 --to localhost:20000
Optionally if you only want to monitor throughput and not proxy anywhere
# just monitor throughput
tcp-throughput-proxy --from 10000
Then to start monitoring throughput connect to the monitor server.
Per default the monitor is listening on the from port + 1.
To connect to it simply open a tcp connection to the monitor server
# attach to the monitor server
nc localhost 10001
The monitor server should start printing out stats in the following format
0 open connections
Receiving 0 b/s
If you open up another tcp connection to the proxy server and start writing data you should see the receive speed go up. For example to write a bunch of random data to it do
# pipe a bunch of random data to the proxy
cat /dev/random | nc localhost 10000
After executing the above you should see receive speed in the monitor connection go up
MIT
FAQs
Proxy that allows you to monitor how much incoming trafic it is receiving.
We found that tcp-throughput-proxy demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Create and share saved alert views with custom tabs on the org alerts page, making it easier for teams to return to consistent, named filter sets.

Product
Socket’s Rust and Cargo support is now generally available, providing dependency analysis and supply chain visibility for Rust projects.

Security News
Chrome 144 introduces the Temporal API, a modern approach to date and time handling designed to fix long-standing issues with JavaScript’s Date object.