Live data from Hacker News

Viewing profile — atomt

atomt

HN member
Joined
Tue, Dec 09, 2014, 2:02 PM UTC
HN karma
46
Public activity
18 items

About atomt

No profile information was provided.

Recent public activity

  1. comment
    Comment #42553042

    I've seen concurrency in excess of 500 from Metas crawlers to a single site. That site had just moved all their images so all the requests hit the "pretty url" rewrite into a slow …

  2. comment
    Comment #36361012

    I was hoping they would extend it for a bit longer, not because I want to be running old versions but because 3.0/3.1 have some massive performance regressions that are yet to be f…

  3. comment
    Comment #34726598

    Direct hit to the heart *cries in BGP and big enterprise switches*

  4. comment
    Comment #27734471

    Norway. Most of the FTTH plans seems to be symmetrical, anything from 100Mbps to 1Gbps. Some GPON based networks will hold back upstream at 500Mbps max (but they are fairly rare. M…

  5. comment
    Comment #20489252

    If nginx decided to support ktls they could use sendfile for encrypted traffic as well. Unsure if it is worth it just to make sendfile work however.

  6. comment
    Comment #19835427

    I have no idea about the economics in this area, but it kind of baffles me that they add these propietary, closed source and buggy "accelerators" instead of improving the cores a b…

  7. comment
    Comment #19539403

    The problem I have with THP is that while it initially looks great on our workload (yay! a core saved per server!), it often starts to degrade badly after several days or even many…

  8. comment
    Comment #15520654

    It was declared ready for "experimentation" about a year ago or so, so not very mature. If you are on current upstream versions it is not too bad, I'm using it here and there on no…

  9. comment
    Comment #15520597

    That example is made needlessly complicated to compress down to a one-liner and show off maps. It does look nicer when properly formatted as part of a rule file, however. The docs …

  10. comment
    Comment #14817228

    That is good to know. I just deployed BBR on some pilot virtio backed VMs yesterday and I missed this. As far as I can tell the Actual Hardware I'm running my other BBR pilots on a…

  11. comment
    Comment #14815109

    Just loading the sysctl values will not switch the packet scheduler on already existing network interfaces, but it will start using BBR on new sockets. Switching the scheduler at r…

  12. comment
    Comment #14814691

    To try it out, make sure that your Linux kernel has: CONFIG_TCP_CONG_BBR CONFIG_NET_SCH_FQ (not to be confused with FQ_CODEL) Put these into /etc/sysctl.conf: net.core.default_qdis…

  13. comment
    Comment #14814530

    A warning if you want to try out BBR yourself: Due to how BBR relies on pacing in the network stack make sure you do not combine BBR with any other qdisc ("packet scheduler") than …

  14. comment
    Comment #14265789

    Another way to trigger a bounce would be to have the evil domain purposefully having strict SPF and DMARC policy set.

  15. comment
    Comment #14227343

    For Intel processors, on Linux, the "turbostat" utility provides much of the same information using the -d switch.

  16. comment
    Comment #8723149

    And AT&T with their huge 6rd deployment for DSL.

  17. comment
    Comment #8723051

    That is their usual excuse. But its just a bogus answer to shut people up - its not only THEIR customers you want to communicate with.

  18. comment
    Comment #8722735

    At work (a larger enterprise in Europe) we already see quite a bit of pain with IPv4. B2B connections are increasingly not using globally unique addressing anymore, so we often nee…