Skip to content

Latest commit

 

History

History
50 lines (28 loc) · 1.25 KB

README.md

File metadata and controls

50 lines (28 loc) · 1.25 KB

Isumaru

外部の複数サーバーに対して、スロークエリログ/アクセスログ/fgprofのメトリクスを自動化できるツールです。

Requirements

Tutorial in local

$ make run-web
$ make run-agent
$ make run-api

Show AccessLog

cf. http://localhost:5173/accesslog/[entryID]/isu1

Show SlowQueryLog

cf. http://localhost:5173/slowquerylog/[entryID]/isu1

Collect Access/SlowQuery Log

  • Push collect button.
  • Insert mock access/slowQuery log within a duration(default: 15s).
    • $ make access

cf. http://localhost:5173/

Edit Config

  • You can edit target/alp/slp config.

cf. http://localhost:5173/setting