votevorti.blogg.se

Web monitor process
Web monitor process












web monitor process

Uri_cache_hits: Number of successful look ups in the user-mode URI cache since the web server started. Uri_cache_count: Number of URI information blocks that are currently in the user-mode cache.

web monitor process

Output_cache_misses: Number of unsuccessful lookups in the output cache since the web server started. Output_cache_hits: Number of successful lookups in the output cache since the web server started. Output_cache_memory_usage: Current number of bytes used for the output cache. Output_cache_count: Current number of items is in the output cache. Total_files_cached: Number of files whose content was ever added to the user-mode cache since the web server started. Page_faults_sec: The number of page faults experienced by all webserver processes in the last second.įile_cache_count: Current number of files whose content is in the user-mode cache.įile_cache_memory_usage: Current number of bytes used for the user-mode file cache.įile_cache_hits: Number of successful lookups in the user-mode file cache since the web server started.įile_cache_misses: Number of unsuccessful look ups in the user-mode file cache since the web server started. Io_read_operations_sec: The number of read operations performed by all webserver processes in the last second. Io_write_operations_sec: The number of write operations performed by all webserver processes in the last second. System_percent_usage: The percentage of CPU being used by the entire system. Percent_usage: The percentage of CPU being used by web server processes. Processes: The number of processes being used by the web server to process requests. Threads: The number of threads currently active in web server processes. System_in_use: The total memory in use by the entire system. Private_working_set: The total private working set being used by all web server processes. Private_bytes: The total private bytes being used by all web server processes. Handles: The number of handles that are currently open in web server processes. Total: The number of requests that have been served since the web server started.

web monitor process

Per_sec: The number of requests that have been served in the past second. Total_connection_attempts: The number of client connections that have been attempted since the web server started.Ĭurrent_connections: The number of active connections that are open on the web server.Īctive: The number of requests that are currently being processed by the web server. Total_bytes_recv: The number of bytes received since the web server started. Total_bytes_sent: The number of bytes sent since the web server started. Exampleīytes_sent_sec: The number of bytes that the web server sent in the last second.īytes_recv_sec: The number of bytes that the web server received in the last second.Ĭonnection_attempts_sec: The number of client connections that have been attempted in the last second. For instance, private_working_set only includes memory used by webserver worker processes. With the exception of some properties such as system_in_use, all data is scoped down to the web server. These data points include networking, CPU, memory, HTTP requests, and caching. The /api/webserver/monitoring endpoint exposes aggregrated performance data for the web server. Web Server Monitoring (/api/webserver/monitoring) This data can be used to measure how effectively resources are being used. The monitoring API provides performance and health data for the web server, web sites, and application pools.














Web monitor process