タグ

2018年10月2日のブックマーク (3件)

  • ISUCON8 予選問題の解説と講評 : ISUCON公式Blog

    予選の問題作成を担当したDeNAのkarupaneruraです。 予選に参加した皆様、お疲れ様でした。 楽しんで頂けましたでしょうか。 お陰様で大きなトラブルもなく無事に予選を終えることができました。 参加者の皆様をはじめとした皆さんのご協力がなければ成し得ないことでした。 ご協力いただいた皆様、ありがとうございました。 課題アプリケーション今回の課題はイベントのチケット予約アプリケーションでした。 ユーザーを作成、またはログインを行うと座席を予約することができます。 座席は抽選で決まる仕組みになっており、ランダムに決まった座席が即座に分かるようになっています。 埋まっている座席は黒く塗りつぶされ、自分の獲得した座席は緑色の字で表示されています。 また、自分の座席をクリックするとキャンセルを行うことができます。 マイページでは自分の最近予約(orキャンセル)した席を5件、最近予約(orキャ

    ISUCON8 予選問題の解説と講評 : ISUCON公式Blog
  • ethq – A New Linux NIC Monitoring Tool

    Network Interface Cards (NICs) often maintain multiple queues for transmitted and received packets and the Linux operating system kernel can be tuned to have each queue handled by a specific CPU core. To obtain peak performance from a network service on modern multicore computer systems, it’s desirable to ensure a balanced workload on each NIC queue and CPU core. The NIC drivers on Linux typically

  • GitHub - Feh/nocache: minimize caching effects

    What is this tool good for: Learn about how the Linux page cache works, and what syscalls exist to interfere with its normal operation. Learn what hacks are necessary to intercept syscalls via their libc wrappers. What this tool is not good for: Controlling how your page cache is used Why do you think some random tool you found on GitHub can do better than the Linux Kernel? Defending against cache

    GitHub - Feh/nocache: minimize caching effects