IIS APM 可监控项目如下,以下信息对以下插件生效,当-m指定为GetPoolMonit时 -r 选项的资源可用选项如下
https://github.com/dcl-lily/IIS-AMP-Monitor
监控指定应用程序池的状况,使用方法资源大项目:各子项目 例如:
-r requests:active
-r cpu:processes
-r cache:output_cache_hits
GetPoolMonit可用选项
requests
active
per_sec
total
memory
handles
private_bytes
private_working_set
system_in_use
installed
cpu
percent_usage
threads
processes
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
以下为详细说明:
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.
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.
文章末尾固定信息
评论