ページの先頭行へ戻る
Systemwalker Centric Manager V17.0.2 リファレンスマニュアル

G.4 監視対象パフォーマンスカウンタ一覧ファイル

ファイル名

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>

タグの説明

タグ

属性

説明

<counter-list>

パフォーマンスカウンタのリストを定義します。

改行ごとにカウンター名を定義できます。

改行コードはCR-LFである必要があります。