Skip to content
View matsuu's full-sized avatar
🖖
Salute
🖖
Salute

Organizations

@sinsai @gentoojp
Block or Report

Block or report matsuu

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
matsuu/README.adoc

このファイルはREADME.adocです

Pinned

  1. vagrant-isucon vagrant-isucon Public

    ISUCON過去問を構築するためのVagrantfile集

    444 120

  2. kataribe kataribe Public

    Access log profiler based on response time

    Go 359 15

  3. go-mysql-query-digest go-mysql-query-digest Public

    Alternative to pt-query-digest in Golang

    Go 28 2

  4. docker-nethack docker-nethack Public

    Dockerfile for Nethack 3.6.7

    Dockerfile 17 2

  5. nvimfiles nvimfiles Public

    nvimfiles for ~/.config/nvim

    Lua

  6. performance_schemaを使用したスロークエリー抽出 performance_schemaを使用したスロークエリー抽出
    1
    -- ORDER BYとLIMITは必要応じて適宜修正
    2
    -- VIEWを作成すると便利
    3
    SELECT
    4
      count_star AS cnt,
    5
      sum_timer_wait/1e12 AS sum,