2014-04-08

cpの速度を計測する方法

ふと、cpの速度を調べてみたくなった。いや、具体的には、ファイルシステムからの読み込みと書き出しの速度だ。

すでにそのようなソフトウェアがないのか調べた結果、pv(Pipe Viewer)が使えそうだ。

apt-get install pv
pv source-file destination-file

なるほど、便利だ。そして表示も直感的でわかりやすい。

pvはパイプの中間に挟んで、速度を計測するのに使うのが本来の使い方だ。

コマンド | pv | コマンド

No comments:

Post a Comment

You can use some HTML elements, such as <b>, <i>, <a>, also, some characters need to be entity referenced such as <, > and & Your comment may need to be confirmed by blog author. Your comment will be published under GFDL 1.3 or later license with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.