ファイル名
windows-azure-performance-counter-list.xml
使用用途
Windows Azure 監視ツールが監視するパフォーマンスカウンタのリストを定義します。
格納場所
Windows | Windows Azure 監視ツールインストールディレクトリ\1.0.0.0\definition\user\client\windows-azure-performance-counter-list.xml |
ファイル形式
windows-azure-performance-counter-list.xmlファイルの記述形式はXML形式です。
<?xml version="1.0" encoding="utf-8" ?> <client:fujitsu-centricmgr-definition xmlns:client="/fujitsu/centricmgr/client" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="/fujitsu/centricmgr/client ..\..\internal\client\schema\windows-azure-performance-counter-list.xsd"> <counter-list> \PhysicalDisk(*)\Avg. Disk Queue Length
\PhysicalDisk(*)\Avg. Disk Read Queue Length
\PhysicalDisk(*)\Avg. Disk Write Queue Length
\PhysicalDisk(*)\Avg. Disk sec/Transfer
\PhysicalDisk(*)\Avg. Disk sec/Read
\PhysicalDisk(*)\Disk Writes/sec
\Server\Bytes Total/sec
\Server\Pool Nonpaged Failures
\Server\Pool Nonpaged Peak
\Server\Pool Paged Failures
\Cache\MDL Read Hits %
\Processor(*)\% Processor Time
\Processor(*)\% Privileged Time
\Processor(*)\% Interrupt Time
\Memory\Cache Faults/sec
\Memory\Pages/sec
\Memory\Page Reads/sec
\Memory\Pool Nonpaged Bytes
\Memory\Cache Bytes
\Memory\Available MBytes
\System\Context Switches/sec
\System\Processor Queue Length
\Network Interface(*)\Bytes Total/sec
\Network Interface(*)\Bytes Received/sec
\Network Interface(*)\Bytes Sent/sec
\TCPv4\Segments Received/sec
\TCPv4\Segments Sent/sec
\Web Service(*)\ISAPI Extension Requests/sec
\ASP.NET\Request Execution Time
\ASP.NET\Requests Rejected
\ASP.NET\Requests Queued
\ASP.NET\Request Wait Time
\ASP.NET\Requests Current
\ASP.NET Applications(*)\Requests Executing
\ASP.NET Applications(*)\Requests In Application Queue
\ASP.NET Applications(*)\Requests Timed Out
\ASP.NET Applications(*)\Requests/Sec
</counter-list>
</client:fujitsu-centricmgr-definition>
1行目、2行目は、XML宣言を記述しているため、ファイルの先頭に必ず記述してください。
2行目(<client:fujitsu-centricmgr-definition>)と最終行(</client:fujitsu-centricmgr-definition>)は、XMLファイルの開始と終了を示すルートタグです。1セットだけ必ず指定してください。
各タグの記載順序は、上記の記載順序に従ってください。
太字部分は、必ず指定する必要があります。
斜体文字の部分は任意の文字列を指定します。
XMLファイルで、特別な意味をもつ文字(「<」、「>」、「&」)を使用する場合は、以下のように記述してください。
使用したい文字 | 記述 |
---|---|
< | < |
> | > |
& | & |
値の文字列に「'」、および「"」を記述した場合は、それぞれ「'」シングルクォーテーション、「”」ダブルクォーテーションと解釈されます。
タグの説明
タグ | 属性 | 説明 |
---|---|---|
<counter-list> | パフォーマンスカウンタのリストを定義します。 改行ごとにカウンター名を定義できます。 改行コードはCR-LFである必要があります。 |