IIS APM API监控项目GetAll可用资源说明

alex 技术分享评论阅读模式

IIS APM 可监控项目如下,以下信息对以下插件生效,当-m指定为GetAll时-r 选项的资源可用选项如下

https://github.com/dcl-lily/IIS-AMP-Monitor

监控整个IIS服务器的状况,使用方法资源大项目:各子项目 例如:

-r network:current_connections

-r cpu:processes

-r cache:output_cache_hits

GetAll可用选项

network

bytes_sent_sec

bytes_recv_sec

connection_attempts_sec

total_bytes_sent

total_bytes_recv

total_connection_attempts

current_connections

requests

active

per_sec

total

memory

handles

private_bytes

private_working_set

system_in_use

installed

cpu

threads

processes

percent_usage

system_percent_usage

disk

io_write_operations_sec

io_read_operations_sec

page_faults_sec

cache

file_cache_count

file_cache_memory_usage

file_cache_hits

file_cache_misses

total_files_cached

output_cache_count

output_cache_memory_usage

output_cache_hits

output_cache_misses

uri_cache_count

uri_cache_hits

uri_cache_misses

total_uris_cached

 
 

以下为详细说明:

Network

bytes_sent_sec: The number of bytes that the web server sent in the last second.

bytes_recv_sec: The number of bytes that the web server received in the last second.

connection_attempts_sec: The number of client connections that have been attempted in the last second.

total_bytes_sent: The number of bytes sent since the web server started.

total_bytes_recv: The number of bytes received since the web server started.

total_connection_attempts: The number of client connections that have been attempted since the web server started.

current_connections: The number of active connections that are open on the web server.

 
 

Requests

active: The number of requests that are currently being processed by the web server.

per_sec: The number of requests that have been served in the past second.

total: The number of requests that have been served since the web server started.

 
 

Memory

handles: The number of handles that are currently open in web server processes.

private_bytes: The total private bytes being used by all web server processes.

private_working_set: The total private working set being used by all web server processes.

system_in_use: The total memory in use by the entire system.

installed: The total installed memory.

 
 

CPU

threads: The number of threads currently active in web server processes.

processes: The number of processes being used by the web server to process requests.

percent_usage: The percentage of CPU being used by web server processes.

system_percent_usage: The percentage of CPU being used by the entire system.

 
 

Disk

io_write_operations_sec: The number of write operations performed by all webserver processes in the last second.

io_read_operations_sec: The number of read operations performed by all webserver processes in the last second.

page_faults_sec: The number of page faults experienced by all webserver processes in the last second.

 
 

Cache

file_cache_count: Current number of files whose content is in the user-mode cache.

file_cache_memory_usage: Current number of bytes used for the user-mode file cache.

file_cache_hits: Number of successful lookups in the user-mode file cache since the web server started.

file_cache_misses: Number of unsuccessful look ups in the user-mode file cache since the web server started.

total_files_cached: Number of files whose content was ever added to the user-mode cache since the web server started.

output_cache_count: Current number of items is in the output cache.

output_cache_memory_usage: Current number of bytes used for the output cache.

output_cache_hits: Number of successful lookups in the output cache since the web server started.

output_cache_misses: Number of unsuccessful lookups in the output cache since the web server started.

uri_cache_count: Number of URI information blocks that are currently in the user-mode cache.

uri_cache_hits: Number of successful look ups in the user-mode URI cache since the web server started.

uri_cache_misses: Number of unsuccessful look ups in the user-mode URI cache since the web server started.

total_uris_cached: Number of URI information blocks that have been added to the user-mode cache since the web server started.

文章末尾固定信息

 
alex
  • 本文由 alex 发表于 2017年11月15日 11:29:35
  • 转载请务必保留本文链接:https://www.qnjslm.com/ITHelp/467.html
匿名

发表评论

匿名网友
:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:
确定