Win32_PerfRawData_
ServiceModel4000_ServiceModelEndpoint4000 クラス - WMI Library
Win32_PerfRawData_
ServiceModel4000_ServiceModelEndpoint4000 クラスの説明
エンドポイントに関する ServiceModel パフォーマンス カウンター
WMI Provider は、WmiPerfInst です。
プロパティ リスト
Calls
Data Type: uint32
Access Type: Read Only
このエンドポイントへの呼び出しの数です。http://go.microsoft.com/fwlink/?LinkId=222641
CallsDuration
Data Type: uint32
Access Type: Read Only
このエンドポイントへの平均呼び出し時間です。http://go.microsoft.com/fwlink/?LinkId=222648
CallsDuration_Base
Data Type: uint32
Access Type: Read Only
N/A
CallsFailed
Data Type: uint32
Access Type: Read Only
このエンドポイントでハンドルされない例外がスローされた呼び出しの数です。http://go.microsoft.com/fwlink/?LinkId=222644
CallsFailedPerSecond
Data Type: uint32
Access Type: Read Only
このエンドポイントでハンドルされない例外がスローされた、1 秒あたりの呼び出しの数です。http://go.microsoft.com/fwlink/?LinkId=222645
CallsFaulted
Data Type: uint32
Access Type: Read Only
エラーが返された、このエンドポイントへの呼び出しの数です。http://go.microsoft.com/fwlink/?LinkId=222646
CallsFaultedPerSecond
Data Type: uint32
Access Type: Read Only
エラーが返された、このエンドポイントへの 1 秒あたりの呼び出しの数です。http://go.microsoft.com/fwlink/?LinkId=222647
CallsOutstanding
Data Type: uint32
Access Type: Read Only
現在処理されている、このエンドポイントへの呼び出しの数です。http://go.microsoft.com/fwlink/?LinkId=222643
CallsPerSecond
Data Type: uint32
Access Type: Read Only
このエンドポイントへの 1 秒あたりの呼び出しの数です。http://go.microsoft.com/fwlink/?LinkId=222642
Caption
Data Type: string
Access Type: Read Only
統計またはメトリックの簡単な説明 (1 行分の文字列) です。
Description
Data Type: string
Access Type: Read Only
統計またはメトリックの説明です。
Frequency_Object
Data Type: uint64
Access Type: Read Only
N/A
Frequency_PerfTime
Data Type: uint64
Access Type: Read Only
N/A
Frequency_Sys100NS
Data Type: uint64
Access Type: Read Only
N/A
Name
Data Type: string
Access Type: Read Only
Name プロパティにより、統計またはメトリックを認識するラベルが定義されます。サブクラスの場合、プロパティは上書きされて Key プロパティとなります。
ReliableMessagingMessagesDropped
Data Type: uint32
Access Type: Read Only
このエンドポイントで削除された信頼できるメッセージング メッセージの数です。http://go.microsoft.com/fwlink/?LinkId=222649
ReliableMessagingMessagesDroppedPerSecond
Data Type: uint32
Access Type: Read Only
このエンドポイントで削除された、1 秒あたりの信頼できるメッセージング メッセージの数です。http://go.microsoft.com/fwlink/?LinkId=222650
ReliableMessagingSessionsFaulted
Data Type: uint32
Access Type: Read Only
このエンドポイントで途中終了した信頼できるメッセージング セッションの数です。http://go.microsoft.com/fwlink/?LinkId=222651
ReliableMessagingSessionsFaultedPerSecond
Data Type: uint32
Access Type: Read Only
このエンドポイントで途中終了した、1 秒あたりの信頼できるメッセージング セッションの数です。http://go.microsoft.com/fwlink/?LinkId=222652
SecurityCallsNotAuthorized
Data Type: uint32
Access Type: Read Only
承認に失敗した、このエンドポイントへの呼び出しの数です。http://go.microsoft.com/fwlink/?LinkId=222653
SecurityCallsNotAuthorizedPerSecond
Data Type: uint32
Access Type: Read Only
承認に失敗した、このエンドポイントへの 1 秒あたりの呼び出しの数です。http://go.microsoft.com/fwlink/?LinkId=222655
SecurityValidationandAuthenticationFailures
Data Type: uint32
Access Type: Read Only
検証または認証に失敗した、このエンドポイントへの呼び出しの数です。http://go.microsoft.com/fwlink/?LinkId=222656
SecurityValidationandAuthenticationFailuresPerSecond
Data Type: uint32
Access Type: Read Only
検証または認証に失敗した、このエンドポイントへの 1 秒あたりの呼び出しの数です。http://go.microsoft.com/fwlink/?LinkId=222657
Timestamp_Object
Data Type: uint64
Access Type: Read Only
N/A
Timestamp_PerfTime
Data Type: uint64
Access Type: Read Only
N/A
Timestamp_Sys100NS
Data Type: uint64
Access Type: Read Only
N/A
TransactionsFlowed
Data Type: uint32
Access Type: Read Only
このエンドポイントで操作にフローされたトランザクションの数です。このカウンターは、エンドポイントに送信されたメッセージ内でトランザクション ID が見つかるたびにインクリメントされます。http://go.microsoft.com/fwlink/?LinkId=222658
TransactionsFlowedPerSecond
Data Type: uint32
Access Type: Read Only
このエンドポイントで操作にフローされた、1 秒あたりのトランザクションの数です。このカウンターは、エンドポイントに送信されたメッセージ内でトランザクション ID が見つかるたびにインクリメントされます。http://go.microsoft.com/fwlink/?LinkId=222659
メソッド リスト
Win32_PerfRawData_ServiceModel4000_ServiceModelEndpoint4000 クラスにはメソッドはありません。
WQL サンプル (e.g. VB/C#/PowerShell)
SELECT * FROM Win32_PerfRawData_ServiceModel4000_ServiceModelEndpoint4000
VB6/VBS
SWbemServices クラスの ExecQuery メソッドから WQL を実行可能です。
Set oClassSet = Service.ExecQuery("SELECT * FROM Win32_PerfRawData_ServiceModel4000_ServiceModelEndpoint4000")
または下記のような記述でも実行可能です。
Set oClassSet = GetObject("winmgmts:\\.\root\cimv2").ExecQuery("SELECT * FROM Win32_PerfRawData_ServiceModel4000_ServiceModelEndpoint4000")
VB.Net
ObjectQuery クラスの QueryString プロパティに WQL を設定し、ManagementObjectSearcher クラスの Get メソッドから WQL を実行可能です。
oSearcher.Query.QueryString = "SELECT * FROM Win32_PerfRawData_ServiceModel4000_ServiceModelEndpoint4000"
oClass = oSearcher.Get
C#.Net
ObjectQuery クラスの QueryString プロパティに WQL を設定し、ManagementObjectSearcher クラスの Get メソッドから WQL を実行可能です。
oSearcher.Query.QueryString = "SELECT * FROM Win32_PerfRawData_ServiceModel4000_ServiceModelEndpoint4000"
oClass = oSearcher.Get();
PowerShell
Get-WmiObject コマンドレットの query オプションを指定し WQL を実行可能です。
Get-WmiObject -query "SELECT * FROM Win32_PerfRawData_ServiceModel4000_ServiceModelEndpoint4000"
またはクラス名を直接指定する実行方法もあります。
Get-WmiObject Win32_PerfRawData_ServiceModel4000_ServiceModelEndpoint4000
このサイトの情報について
このコンテンツは WMI の各コンポーネントが持っている Win32_PerfRawData_ServiceModel4000_ServiceModelEndpoint4000 クラス情報を参照・抽出しリファレンスとして作成・提供しています。
参照した WMI の名前空間は root/CIMV2、書き出し環境は Windows 10 になります。
WMI の使い方 (VB6, VBS, VBA, VB.NET, VC#, PowerShell を対象) に関しては WMI Step も参考にしてみてください。(WMI 初心者・入門編としてもおすすめです。)
各種言語を使用した WMI を使用するたたき台としてソーステンプレートも公開しています。プログラム/スクリプト作成時に役立てば…と思っています。
今後各 WMI Class をサポートしている OS の種類を掲載する予定です。
予定OS: Windows XP/Windows Vista/Windows 7/Windows 8/Windows 10/Windows Server 2003/Windows Server 2003 R2/Windows Server 2008/Windows Server 2008 R2