狠狠撸

狠狠撸Share a Scribd company logo
ぼく苍尘辞苍です
ひろくんだよん
nmonとは
? Nigel’s performance Monitor の略
? ベンチマーク用ツール
http://nmon.sourceforge.net/pmwiki.php より
nmonの歴史
http://nmon.sourceforge.net/pmwiki.php より
対応OS & Platform
? nmon for AIX
(よく知らないので省略)
? nmon for Linux
– Red Hat, SUSE, Ubuntu, Fedora, OpenSUSE など
– Power, Mainframe, arm, x86 or x86_64
今回は Ubuntu 17.04 on x86_64(おい)でご紹介
インストール方法
? Ubuntuではパッケージになってます
1. sudo apt update
2. sudo apt upgrade
3. sudo apt install nmon
? ソース、バイナリなどは公式サイトから
http://nmon.sourceforge.net/pmwiki.php
? ライセンスはGPL
http://www.gnu.org/licenses/
使い方
二種類あり
? On screen
端末の画面にデータ(CUIで)を表示する
? Save the data to a comma separated file
CSVに記録する。
On Screen
$ nmon
http://nmon.sourceforge.net/pmwiki.php より
実行例
http://nmon.sourceforge.net/pmwiki.php より
Save the data to a CSV file
$ nmon –f –s 60 –c 841 –t –m /data
? -f オプション:ファイル出力することの指定
– 出力されるファイル名は<hostname>_YYYYMMDD_HHMM.nmon
? -sオプション:何秒ごとに記録するか指定
– 無指定だと300秒ごと
? -cオプション:何回記録するか指定
– 無指定だと288回
? -tオプション:出力にtopプロセスを含める
– 無指定だと含めない
? -mオプション:データを出力するディレクトリ
– 無指定だとカレントディレクトリ
などのオプションあり
nmon ファイルのサンプル
解析用ツール
? nmonchart
https://goo.gl/g4XRI6
– Korn shell スクリプト
– グラフ入りのWeb ページを生成してくれる
? nmon Analyser Excel Spread-sheet
https://goo.gl/lvY4Z2
– Excel 2003, 2007, 2010で動作(と言っている)
– Windows (32bit または 64bit)で動作
– グラフをシートに作ってくれる。
など
nmonchart
? 概要
– Korn shell script for AIX or Linux
– nmon ファイルを Webページ(HTML) に変換
? Webページ内でGoogle Chart と JavaScript 使用
? 各種性能のグラフ
? 構文
nmonchart <nmon-file> <output-file>
? 使用例
nmonchart blue_150508_0800.nmon blue_150508_0800.html
nmonchartで生成されたファイルの例
http://nmon.sourceforge.net/docs/sampleD.html
nmon Analyser Excel Spread-sheet
? Excelファイル
? nmon ファイルをマクロでExcelファイル に変換
– 各種性能のシート
? 計測値の表
? グラフ
? ボタンを押して選択するだけ
? オプション指定はセルに記入
nmon Analyser Excel Spread-sheet 諸注意
? The Analyser is not officially supported by IBM and
no warrantee is given or implied. Use it at your own
risk.
? No support is offered by IBM. Please post any
questions you have to the forum (see link below)
? nmon analyser was the personal project of the
original developer - Stephen Atkins.
? More recent improvements and from version 4
onwards are by Ron McCargar.
https://goo.gl/lvY4Z2 より
nmon Analyser Excel Spread-sheet
デモ
まとめ
? nmonはベンチマークツール
? AIX用とLinux用がある
? Linux用はGPL
? 二種類の使い方がある
– 画面出力しての監視
– ファイルへの出力
? 出力ファイルを解析するツールもいくつかあ
る

More Related Content

ぼく苍尘辞苍です