blacknon / hwatch

A modern alternative to the watch command, records the differences in execution results and can check this differences at after.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

コマンド実行時のパフォーマンス情報について収集・表示させる機能の追加

blacknon opened this issue · comments

定期的なコマンド実行時、そのコマンドを実行した際の以下の情報も取得・保持しておく。

  • 実行時間
  • CPU使用時間量(最大)
  • メモリ使用量(最大+平均)

【注意】

パフォーマンス情報記録時は差分発生時のみ記録ではなく、全部の実行履歴を記録する必要があるので分岐の記述に注意。