Skip to content

karamaru-alpha/isumaru

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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