Nerdy Notes
Search This Blog
Showing posts with label
netcat
.
Show all posts
Showing posts with label
netcat
.
Show all posts
2013-07-19
Network Performance
dd with netcat
Local (Sending Server)
dd bs=16M if=/dev/zero | nc $ip_address $port#
Remote (Listening Server)
nc -l $port# | dd bs=16M of=/dev/null
reference material + compression:
http://www.ndchost.com/wiki/server-administration/netcat-over-ssh
Older Posts
Home
Subscribe to:
Posts (Atom)