🛎️

とりあえずのdstat

に公開

実行例

dstat -tcm
  • 時間
  • CPU
  • メモリ
----system---- --total-cpu-usage-- ------memory-usage-----
     time     |usr sys idl wai stl| used  free  buff  cach

実行例II

dstat -tcmn --output dstat.csv
  • 上記に追加で
  • ネットワーク
  • ファイルに出力
----system---- --total-cpu-usage-- ------memory-usage----- -net/total-
     time     |usr sys idl wai stl| used  free  buff  cach| recv  send

まとめ

とりあえずdstat、いつものdstat、困ったときのdstat
わすれないように寝る前に確認
以上

引数指定なしはこちら(ubuntuの場合)

--total-cpu-usage-- -dsk/total- -net/total- ---paging-- ---system--

Discussion