想寫一個 Client端 的 Traffic Generator:
但是發現他所佔據的Bandwidth也只有數Mbits而已...
發問:
http://stackoverflow.com/questions/15311634/sendto-python
解決:
降低 可能會對 cpu所 waste 的 time,如I/O, 檔案處理, 也把print給拿掉了
文章標籤
全站熱搜
想寫一個 Client端 的 Traffic Generator:
但是發現他所佔據的Bandwidth也只有數Mbits而已...
發問:
http://stackoverflow.com/questions/15311634/sendto-python
解決:
降低 可能會對 cpu所 waste 的 time,如I/O, 檔案處理, 也把print給拿掉了