1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

dstatの後継ツールdoolの導入

1
Posted at

概要

  • 性能測定ツールdstatの後継版doolの導入記録
  • doolは便利な性能測定ツールdstatの後継で、python3で動作する
  • 大人の事情でコマンドの名称は違うが、使い方はdstatと同じように使うことができる

githubから取得

git clone
$ git clone https://github.com/scottchiefbaker/dool.git

doolコマンドのインストール

install dool
$ cd dool
$ sudo cp dool /usr/local/bin
$ sudo chmod 755 /usr/local/bin/dool

dool pluginのインストール

install plugins
$ sudo mkdir -p /usr/local/share/dool
$ sudo cp plugins/* /usr/local/share/dool
$ sudo chmod 644 /usr/local/share/dool/*

man pagesのインストール

install man pages
$ sudo mkdir -p /usr/local/share/man/man1
$ sudo cp docs/dool.1 /usr/local/share/man/man1
$ man dool

doolの実行

dool実行
$ dool

end of main article

フッタ

仲間を募集しています!

ARIではエンジニア・ITコンサルタント・PM職全方位で仲間を募集しております。
カジュアル面談、随時受付中です!
ご興味ある方はこちらをご覧ください。

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?