network_testing_pc
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
network_testing_pc [2021/09/12 19:36] – updated user | network_testing_pc [2021/09/13 16:21] (current) – updated user | ||
---|---|---|---|
Line 16: | Line 16: | ||
* iPerf server | * iPerf server | ||
* Web server with sample pages for testing using wrk, wget, etc. | * Web server with sample pages for testing using wrk, wget, etc. | ||
+ | |||
+ | Ideas: | ||
+ | * JTest to the server | ||
+ | * Testing NUCs with 2.5Gb capable interfaces | ||
If you are looking for a serious packet generator to test firewalls (e.g. an IMIX benchmark), use [[https:// | If you are looking for a serious packet generator to test firewalls (e.g. an IMIX benchmark), use [[https:// | ||
Line 52: | Line 56: | ||
</ | </ | ||
* sudo chmod 644 / | * sudo chmod 644 / | ||
+ | * sudo systemctl daemon-reload | ||
* sudo systemctl start iperf | * sudo systemctl start iperf | ||
* sudo systemctl status iperf | * sudo systemctl status iperf | ||
Line 223: | Line 228: | ||
./wrk -t2 -c50 -d30s http://< | ./wrk -t2 -c50 -d30s http://< | ||
./wrk -t2 -c50 -d30s http://< | ./wrk -t2 -c50 -d30s http://< | ||
- | ./wrk -t2 -c50 -d30s http://< | + | ./wrk -t2 -c50 -d30s http://< |
</ | </ | ||
- | -t 2 assigned 2 threats | + | -t 2 assigned 2 threads |
-c50 assigns 50 connections | -c50 assigns 50 connections | ||
Line 243: | Line 248: | ||
wget -r http:// | wget -r http:// | ||
</ | </ | ||
- | ====== Use Cases ====== | + | ====== |
- | // Need to write // | + | - Test direct connection from test workstation |
- | * HTML5 test | + | * HTML5 bandwidth test: [[https://192.168.178.1]] |
- | * iperf tests | + | * iperf test |
- | * check your interfaces for errors | + | * iperf -c 192.168.178.1 -e |
- | * server (note rx overruns can occur with loadtesting | + | * iperf -c 192.168.178.1 -u -e |
- | * ifconfig | + | * iperf -c 192.168.178.1 -P 10 -e |
- | * ethtool | + | * wrk |
- | * switch | + | * ./wrk -t2 -c50 -d30s http://< |
- | * workstation | + | * ./wrk -t2 -c50 -d30s http://< |
- | * windows powershell: netsh interface ipv6 show ipstats | Select-String errors | + | * ./wrk -t2 -c50 -d30s http://< |
+ | * ./wrk -t2 -c50 -d30s http://< | ||
+ | * wget | ||
+ | * wget http:// | ||
+ | * wget -r http:// | ||
+ | * Check workstation and server | ||
+ | * Linux | ||
+ | * ifconfig | ||
+ | * ethtool -S < | ||
+ | * Windows | ||
+ | * windows powershell: netsh interface ipv6 show ipstats | Select-String errors | ||
+ | * Note that rx overruns can occur with load testing even on a perfect link | ||
+ | - Test a link (fiber link, wireless link, wired trunk) | ||
+ | * HTML5 bandwidth test: [[https:// | ||
+ | * iperf test | ||
+ | * iperf -c 192.168.178.1 -e | ||
+ | * iperf -c 192.168.178.1 -u -e | ||
+ | * iperf -c 192.168.178.1 -P 10 -e | ||
+ | * wrk | ||
+ | * ./wrk -t2 -c50 -d30s http://<ip address>/ | ||
+ | * ./wrk -t2 -c50 -d30s http://< | ||
+ | * ./wrk -t2 -c50 -d30s http://< | ||
+ | * ./wrk -t2 -c50 -d30s http://< | ||
+ | * wget | ||
+ | * wget http:// | ||
+ | * wget -r http:// | ||
+ | * Check switch(es) for interface errors | ||
+ | - Test a firewall | ||
+ | * HTML5 bandwidth test: [[https:// | ||
+ | * iperf test | ||
+ | * iperf -c 192.168.178.1 -e | ||
+ | * iperf -c 192.168.178.1 -u -e | ||
+ | * iperf -c 192.168.178.1 -P 10 -e | ||
+ | * wrk | ||
+ | * ./wrk -t2 -c50 -d30s http://<ip address>/ | ||
+ | * ./wrk -t2 -c50 -d30s http://< | ||
+ | * ./wrk -t2 -c50 -d30s http://< | ||
+ | * ./wrk -t2 -c50 -d30s http://< | ||
+ | * wget | ||
+ | * wget http:// | ||
+ | * wget -r http:// | ||
====== Maintenance ====== | ====== Maintenance ====== | ||
===== Updating the Server ===== | ===== Updating the Server ===== |
network_testing_pc.1631475408.txt.gz · Last modified: 2021/09/12 19:36 by user