資料庫管理

    Benchmark 工具

    • 函數 BENCHMARK - MySQL 內建函數,可用來做簡易的 bnechmark
      • mysql> SELECT BENCHMARK(50000, SHA1(MD5(rand())));
      • mysql> SELECT BENCHMARK(1000000,ENCODE('hello','goodbye'));
    • mysqlreport - 一個用 perl 寫的工具,用來顯示目前資料庫的各狀態數據
    • SysBench - 官方網站介紹的 Benchmark 工具
    • sql-bench - 這是 MySQL 內建的 benchmark 工具,收錄在原始檔目錄內
      • 下載 MySQL 原始檔:http://dev.mysql.com/downloads/
      • 執行方式:
        cd <mysql-source>/sql-bench
        perl run-all-tests --server=mysql --host=localhost --user=root --password=<password>
      • 系統必須已安裝 DBD::mysql 的 perl 模組
      • sql-bench Report
    標籤 (Edit tags)
    • No tags

    文件 1

    文件大小日期附件上傳者 
     mysqlreport-3.5.tgz
    mysqlreport
    40.45 KB12:46, 5 Oct 2013alang動作
    您必須 登入 才能發佈評論。
    Powered by MindTouch Core