You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While working with pandoras_pot, I've found that the raw output power of our hellish pots is never the same in production (duh). This can of course depend on all kinds of things; localhost skips a lot of things that will slow down our pretty pretty packages from dunking on some EC2 instance disrespecting my robots.txt. I just want to raise the question of we should try to figure out possible bottlenecks in a Linux environment?
This excludes everything between you and the recipient; I'm talking "I'm on the same Wi-Fi, I should be getting a lot more out of this". Perhaps I'm measuring wrong?
Best place to start would be tuning parameters in /etc/sysctl.conf. That said, HellPot is cross platform, not sure if you've been testing pandoras pot on other platforms.
I've been planning a realistic measurement apparatus, it's a clunky thing to develop but I agree it's necessary.
Buffer sizes are almost always relevant to performance tuning, without a doubt. Some of these parameters of course exist at the application level, others will be configurable (for linux platforms) via sysctl parameters.
TLS overhead probably isn't all that notable.
//
Use an old recycled computer running linux as your router.
While working with
pandoras_pot
, I've found that the raw output power of our hellish pots is never the same in production (duh). This can of course depend on all kinds of things; localhost skips a lot of things that will slow down our pretty pretty packages from dunking on some EC2 instance disrespecting myrobots.txt
. I just want to raise the question of we should try to figure out possible bottlenecks in a Linux environment?This excludes everything between you and the recipient; I'm talking "I'm on the same Wi-Fi, I should be getting a lot more out of this". Perhaps I'm measuring wrong?
Suggestions include:
The text was updated successfully, but these errors were encountered: