タグ

qpsに関するyassのブックマーク (7)

  • Testing MySQL 5.6.3 network performance improvements

    I'm excited to see the new features in MySQL 5.6.3. Replication enhancements such as parallel SQL threads, crash safe slave and binlog checksum have been desired for years. I really appreciate that MySQL development team has released 5.6.3 in timely manner. In this blog entry, I'd like to pick up one of my most favorite performance enhancements in MySQL 5.6.3: "network performance improvements". T

    Testing MySQL 5.6.3 network performance improvements
    yass
    yass 2014/09/20
    200k qps, 24core " These benchmarks are in-memory PK lookup from a remote client. Connections are persistent. "
  • conma.me

    This domain may be for sale!

    conma.me
    yass
    yass 2014/09/20
    " DBとInternal ELBの構成でパフォーマンスを測定した際も、DB単体では6,000qps程でたのですが、Internal ELBを挟んだところ4,000qps程で頭打ちになったため、大体こあたりの数値が / Internal ELBの限界 "
  • AmazonElastiCache Redisがデター!デター! - アルパカDiary Pro

    ElactiCache Redisがデテター!デテター! 【AWS発表】 Amazon ElastiCacheでRedisを利用可能に! http://aws.typepad.com/aws_japan/2013/09/amazon-elasticache-now-with-a-dash-of-redis.html 社内Redisおじさんとしては触ってみるしかないであろう、 ということでいくつか性能評価してみました。 既にcon_mameさんが評価されているようでしたので 少し違った軸でベンチマークを取ってみました。 サーバ構成 役割 インスタンスタイプ ベンチマークサーバ c1.xlarge x 1-4 EC2 Redisサーバ m1.large x 1 or m2.2xlarge x 1 ElastiCache Redisエンジン m1.large x 1 or m2.2xlarge

    AmazonElastiCache Redisがデター!デター! - アルパカDiary Pro
    yass
    yass 2014/09/20
    " ec2 m1.large 36,497/qps / ElastiCache m1.large 43,752/qps / ec2 m2.2xlarge 51,611/qps / ElastiCache m2.2xlarge 57,311/qps "
  • How Twitter Uses Redis to Scale - 105TB RAM, 39MM QPS, 10,000+ Instances  - High Scalability -

    Yao Yue has worked on Twitter’s Cache team since 2010. She recently gave a really great talk: Scaling Redis at Twitter. It’s about Redis of course, but it's not just about Redis. Yao has worked at Twitter for a few years. She's seen some things. She’s watched the growth of the cache service at Twitter explode from it being used by just one project to nearly a hundred projects using it. That's many

    yass
    yass 2014/09/20
    6GB heap/server, 5k qps/server " 100K open connections and it works fine. / Logging every single command is possible. The cache can log everything at 100K qps. "
  • 大量同時アクセスに備えて ELB を Pre-warming 状態にしておく – I'm Sei.

    普段 EC2 を使っていると、ロードバランサーは導入の手間的にほぼ ELB 一択になっちゃいます。 ヘルスチェックはもちろん、高負荷時には自動でスケールしてくれるし、最近やっとコンソールから使えるようになった Auto Scaling とも連携してくれるので、たいへん重宝しています。 ただ、スケールすることを前提としているため、初期状態ではそこまで性能が良くありません。 自分が試した限りでは、HTTPリクエストは 2000 req/s くらいしか捌けませんでした。 また、転送量も 800 Mbps (100 MB/sec) くらいしか稼げませんでした。 (HTTPS の使用や Keep-Alive の設定によっても変わるので一概には言えませんが、ざっくりこのくらいということで。) また、公式のドキュメントによると、スケールするのに 1 ~ 7 分はかかるらしいです。 したがって、徐々にアク

    大量同時アクセスに備えて ELB を Pre-warming 状態にしておく – I'm Sei.
    yass
    yass 2014/09/19
    " 初期状態ではそこまで性能が良くありません。 自分が試した限りでは、HTTPリクエストは 2000 req/s くらいしか捌けませんでした。 また、転送量も 800 Mbps (100 MB/sec) くらいしか稼げませんでした。"
  • Dart 1.3のパフォーマンスはNode.jsと同レベルに

    Spring BootによるAPIバックエンド構築実践ガイド 第2版 何千人もの開発者が、InfoQのミニブック「Practical Guide to Building an API Back End with Spring Boot」から、Spring Bootを使ったREST API構築の基礎を学んだ。このでは、出版時に新しくリリースされたバージョンである Spring Boot 2 を使用している。しかし、Spring Boot3が最近リリースされ、重要な変...

    Dart 1.3のパフォーマンスはNode.jsと同レベルに
    yass
    yass 2014/04/22
    " 2013年12月時点のTechEmpowerのベンチマークによると、Dart/nginxが約35,000 JSONリクエスト/secなのに対し、Node.jsは約70,000リクエスト/secだった。"
  • DB KPI取得のススメ - 筋トレとともに生きるDBAの雑記

    まずそもそもKPIってなんやねん、と。 Key Performance Indicator 業績管理評価のための重要な指標 KPIとは【Key Performance Indicator】(重要業績評価指標) - 意味/解説/説明/定義 : IT用語辞典 用語的な意味はこんなとこですが、ここではざっくり「DB性能評価指標」と考えてください。 うちの会社では定常的にMySQLから情報を吸いあげて、これを蓄積しつつ性能管理に役立てています。 これをDB KPI管理なんて呼んでいます。 著作権が怪しいのでソースを載せるのは控えますが、延々とshow statusの60秒間の平均を取るスクリプトをdaemontoolsで回し続けています。 取得対象はCom_[insert|delete|update|select]、Innodb_rows_% (うちはInnoDBばかりなので) あたりです。 累積

    DB KPI取得のススメ - 筋トレとともに生きるDBAの雑記
    yass
    yass 2014/04/05
    " 取得対象はCom_[insert|delete|update|select]、Innodb_rows_% (うちはInnoDBばかりなので) あたりです。 累積値が取れるので、実行タイミングごとで差分を見てあげればいいですね。/ あとThreads_runningを「concurrency」として合わせて取得 "
  • 1