Skip to content

Instantly share code, notes, and snippets.

@SnowCait
Last active February 2, 2018 03:11
Show Gist options
  • Save SnowCait/8cf777b0fb2ef4e8768eadd15442dbe7 to your computer and use it in GitHub Desktop.
Save SnowCait/8cf777b0fb2ef4e8768eadd15442dbe7 to your computer and use it in GitHub Desktop.

Program

log

  • input
  • output
Level Note
Error 異常系、プログラムのバグに起因するもの
Warning 正常系、ユーザーの操作によって起こり得るもの
Info   ログのみ出力

CI

  • CIツール Jenkins CircleCI
  • UnitTest PHPUnit
  • コード解析 CodeSniffer PHPMD

Client

  • クラッシュ検知
  • KPI

Server

  • パフォーマンス計測、負荷試験
    • Slow Query
    • New Relic
  • KPI
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment