Investigate Why Scanning With 64 Threads Is As Fast As 32 Threads When System Has 2 Cores #4
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: owner/RSE#4
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When running on my VPS, running the scanner with 64 or 32 threads scans almost the same amount of Ip/sec.
It's a bit weird, since the ping waits for about 128ms, so there should be more than enough time for the CPU to do something else.
Found the problem. I'm blind lol. I've accidentally set the ping timeout to 512ms, instead of the default 128ms.