Replies: 2 comments 2 replies
-
I am happy to report that fix is already in the development branch. It does exactly as you suggest... does an optimization based on how many cores you have available. It then spawns threads accordingly. What has taken so long is that each thread uses a different source port. I was attempting to make them the same source port and then abandoned that idea. I've decided that the improved speed is worth the trade off of seeing multiple source ports in the logs. This fix will be in the next release. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Starting traffic generator
packetsender.com --rate %trafgenrate% %trafgenhost% %trafgenport% "%trafgendata%"
but it generate only about 25Mbps (I5, 2,9Ghz CPU) and it uses only one CPU core. Would it be possible to 'optimize' generating engine, and/or run function on all available CPU cores simultaneously? It only massively sending packets out, so I dont see any synchronizations issues here....
Beta Was this translation helpful? Give feedback.
All reactions