このコンテンツは選択した言語では利用できません。
2.2. IIS - Server (Deprecated)
Important
This plug-in is deprecated in JBoss ON 3.1.2 and will be removed in a future release.
Overview
Description: | IIS Web Server |
Singleton: | no |
Plugin: | IIS |
Child Resource Types
Autodiscovery Process Scans
none
Connection Properties
none
Metrics
Name | Type | Description | Internal Name |
---|---|---|---|
Bytes Sent | measurement | Shows the rate that data bytes are sent by the Web service. | Bytes Sent/sec |
Bytes Sent per Minute | measurement | Shows the rate that data bytes are sent by the Web service. | Bytes Sent/sec |
Bytes Received | measurement | Shows the rate that data bytes are received by the Web service. | Bytes Received/sec |
Bytes Received per Minute | measurement | Shows the rate that data bytes are received by the Web service. | Bytes Received/sec |
Total Files Sent | measurement | Shows the total number of files sent by the Web service (counted since service startup). | Total Files Sent |
Total Files Sent per Minute | measurement | Shows the total number of files sent by the Web service (counted since service startup). | Total Files Sent |
Total Files Received | measurement | Shows the total number of files received by the Web service (counted since service startup). | Total Files Received |
Total Files Received per Minute | measurement | Shows the total number of files received by the Web service (counted since service startup). | Total Files Received |
Total Files Transferred | measurement | Shows the sum of Files Sent and Files Received. This is the total number of files transferred by the Web service (counted since service startup). | Total Files Transferred |
Total Files Transferred per Minute | measurement | Shows the sum of Files Sent and Files Received. This is the total number of files transferred by the Web service (counted since service startup). | Total Files Transferred |
Current Anonymous Users | measurement | Shows the number of users who currently have an anonymous connection using the Web service. | Current Anonymous Users |
Current NonAnonymous Users | measurement | Shows the number of users who currently have a non-anonymous connection using the Web service. | Current NonAnonymous Users |
Total Anonymous Users | measurement | Shows the total number of users who established an anonymous connection with the Web service (counted since service startup). | Total Anonymous Users |
Total Anonymous Users per Minute | measurement | Shows the total number of users who established an anonymous connection with the Web service (counted since service startup). | Total Anonymous Users |
Total Non Anonymous Users | measurement | Shows the total number of users who established a non-anonymous connection with the Web service (counted since service startup). | Total NonAnonymous Users |
Total Non Anonymous Users per Minute | measurement | Shows the total number of users who established a non-anonymous connection with the Web service (counted since service startup). | Total NonAnonymous Users |
Maximum Anonymous Users | measurement | Shows the maximum number of users who established concurrent anonymous connections using the Web service (counted since service startup). | Maximum Anonymous Users |
Maximum Non Anonymous Users | measurement | Shows the maximum number of users who established concurrent non-anonymous connections using the Web service (counted since service startup). | Maximum NonAnonymous Users |
Current Connections | measurement | Shows the current number of connections established with the Web service. | Current Connections |
Maximum Connections | measurement | Shows the maximum number of simultaneous connections established with the Web service. | Maximum Connections |
Total Logon Attempts | measurement | Shows the number of logons that have been attempted using the Web service (counted since service startup). | Total Logon Attempts |
Total Logon Attempts per Minute | measurement | Shows the number of logons that have been attempted using the Web service (counted since service startup). | Total Logon Attempts |
Total GET Requests | measurement | Shows the number of HTTP requests using the GET method (counted since service startup). GET requests are generally used for basic file retrievals or image maps, though they can be used with forms. | Total Get Requests |
Total GET Requests per Minute | measurement | Shows the number of HTTP requests using the GET method (counted since service startup). GET requests are generally used for basic file retrievals or image maps, though they can be used with forms. | Total Get Requests |
Total POST Requests | measurement | Shows the number of HTTP requests using the POST method (counted since service startup). POST requests are generally used for forms or gateway requests. | Total Post Requests |
Total POST Requests per Minute | measurement | Shows the number of HTTP requests using the POST method (counted since service startup). POST requests are generally used for forms or gateway requests. | Total Post Requests |
Total HEAD Requests | measurement | Shows the number of HTTP requests using the HEAD method (counted since service startup). Head requests generally indicate a client is querying the state of a document they already have to see if it needs to be refreshed. | Total Head Requests |
Total HEAD Requests per Minute | measurement | Shows the number of HTTP requests using the HEAD method (counted since service startup). Head requests generally indicate a client is querying the state of a document they already have to see if it needs to be refreshed. | Total Head Requests |
Total PUT Requests | measurement | Shows the number of HTTP requests using the PUT method (counted since service startup). | Total Put Requests |
Total PUT Requests per Minute | measurement | Shows the number of HTTP requests using the PUT method (counted since service startup). | Total Put Requests |
Total DELETE Requests | measurement | Shows the number of HTTP requests using the DELETE method (counted since service startup). Delete requests are generally used for file removals. | Total Delete Requests |
Total DELETE Requests per Minute | measurement | Shows the number of HTTP requests using the DELETE method (counted since service startup). Delete requests are generally used for file removals. | Total Delete Requests |
Total TRACE Requests | measurement | Shows the number of HTTP requests using the TRACE method (counted since service startup). TRACE requests allow the client to see what is being received at the end of the request chain and use the information for diagnostic purposes. | Total Trace Requests |
Total TRACE Requests per Minute | measurement | Shows the number of HTTP requests using the TRACE method (counted since service startup). TRACE requests allow the client to see what is being received at the end of the request chain and use the information for diagnostic purposes. | Total Trace Requests |
Total Other Request Methods | measurement | Shows the number of HTTP requests that are not OPTIONS, GET, HEAD, POST, PUT, DELETE, TRACE, MOVE, COPY, MKCOL, PROPFIND, PROPPATCH, MS-SEARCH, LOCK or UNLOCK methods (counted since service startup). These may include LINK or other methods supported by gateway applications. | Total Other Request Methods |
Total Other Request Methods per Minute | measurement | Shows the number of HTTP requests that are not OPTIONS, GET, HEAD, POST, PUT, DELETE, TRACE, MOVE, COPY, MKCOL, PROPFIND, PROPPATCH, MS-SEARCH, LOCK or UNLOCK methods (counted since service startup). These may include LINK or other methods supported by gateway applications. | Total Other Request Methods |
Total Method Requests | measurement | Shows the number of all HTTP requests (counted since service startup). | Total Method Requests |
Total Method Requests per Minute | measurement | Shows the number of all HTTP requests (counted since service startup). | Total Method Requests |
Total CGI Requests | measurement | Shows the total number of CGI requests. CGI requests are custom gateway executables (.exe) the administrator can install to add forms processing or other dynamic data sources. CGI requests initiate a process on the server which can be a large drain on server resources. The count is the total since service startup. | Total CGI Requests |
Total CGI Requests per Minute | measurement | Shows the total number of CGI requests. CGI requests are custom gateway executables (.exe) the administrator can install to add forms processing or other dynamic data sources. CGI requests initiate a process on the server which can be a large drain on server resources. The count is the total since service startup. | Total CGI Requests |
Total ISAPI Extension Requests | measurement | Shows the total number of ISAPI Extension Requests. ISAPI Extension Requests are custom gateway Dynamic Link Libraries (.dll) the administrator can install to add forms processing or other dynamic data sources. Unlike CGI requests, ISAPI requests are simple calls to a DLL library routine, thus they are better suited to high performance gateway applications. The count is the total since service startup. | Total ISAPI Extension Requests |
Total ISAPI Extension Requests per Minute | measurement | Shows the total number of ISAPI Extension Requests. ISAPI Extension Requests are custom gateway Dynamic Link Libraries (.dll) the administrator can install to add forms processing or other dynamic data sources. Unlike CGI requests, ISAPI requests are simple calls to a DLL library routine, thus they are better suited to high performance gateway applications. The count is the total since service startup. | Total ISAPI Extension Requests |
Total Not Found Errors | measurement | Shows the number of requests that could not be satisfied by the server because the requested document could not be found. These are generally reported as an HTTP 404 error code to the client. The count is the total since service startup. | Total Not Found Errors |
Total Not Found Errors per Minute | measurement | Shows the number of requests that could not be satisfied by the server because the requested document could not be found. These are generally reported as an HTTP 404 error code to the client. The count is the total since service startup. | Total Not Found Errors |
Total Locked Errors | measurement | Shows the number of requests that could not be satisfied by the server because the requested was locked. These are generally reported as an HTTP 423 error code to the client. The count is the total since service startup. | Total Locked Errors |
Total Locked Errors per Minute | measurement | Shows the number of requests that could not be satisfied by the server because the requested was locked. These are generally reported as an HTTP 423 error code to the client. The count is the total since service startup. | Total Locked Errors |
Current CGI Requests | measurement | Shows the current number of CGI requests that are simultaneously being processed by the Web service. | Current CGI Requests |
Current CGI Requests per Minute | measurement | Shows the current number of CGI requests that are simultaneously being processed by the Web service. | Current CGI Requests |
Current ISAPI Extension Requests | measurement | Shows the current number of Extension requests that are simultaneously being processed by the Web service. | Current ISAPI Extension Requests |
Maximum CGI Requests | measurement | Shows the maximum number of CGI requests simultaneously processed by the Web service. | Maximum CGI Requests |
Maximum ISAPI Extension Requests | measurement | Shows the maximum number of Extension requests simultaneously processed by the Web service. | Maximum ISAPI Extension Requests |
Total Blocked Async I/O Requests | measurement | Shows the number of total requests temporarily blocked due to bandwidth throttling settings (counted since service startup). | Total Blocked Async I/O Requests |
Total Blocked Async I/O Requests per Minute | measurement | Shows the number of total requests temporarily blocked due to bandwidth throttling settings (counted since service startup). | Total Blocked Async I/O Requests |
Total Allowed Async I/O Requests | measurement | Shows the total number of requests allowed by bandwidth throttling settings (counted since service startup). When bandwidth throttling is defined, the number of allowed user requests is restricted. | Total Allowed Async I/O Requests |
Total Allowed Async I/O Requests per Minute | measurement | Shows the total number of requests allowed by bandwidth throttling settings (counted since service startup). When bandwidth throttling is defined, the number of allowed user requests is restricted. | Total Allowed Async I/O Requests |
Total Rejected Async I/O Requests | measurement | Shows the total number of requests rejected due to bandwidth throttling settings (counted since service startup). | Total Rejected Async I/O Requests |
Total Rejected Async I/O Requests per Minute | measurement | Shows the total number of requests rejected due to bandwidth throttling settings (counted since service startup). | Total Rejected Async I/O Requests |
Current Blocked Async I/O Requests | measurement | Shows current requests that are temporarily blocked due to bandwidth throttling settings. | Current Blocked Async I/O Requests |
Measured Async I/O Bandwidth Usage | measurement | Shows the measured bandwidth of asynchronous I/O averaged over a minute. | Measured Async I/O Bandwidth Usage |
Total Connection Attempts (all Instances) | measurement | Shows the number of connections that have been attempted using the Web service (counted since service startup). This counter is for all instances listed. | Total Connection Attempts (all instances) |
Total Connection Attempts (all Instances) per Minute | measurement | Shows the number of connections that have been attempted using the Web service (counted since service startup). This counter is for all instances listed. | Total Connection Attempts (all instances) |
Service Uptime | measurement | The amount of time this service has been up for | Service Uptime |
Note
You must use the internal name to reference Traits in Dynamic Group Definition expressions.
Configuration Properties
none
Operations
Name | Description |
---|---|
Start | Starts IIS and, if necessary, dependent services |
Stop | Shuts down IIS |
Package Types
none
2.2.1. IIS - VHost Service
Overview
Description: | IIS VHost |
Singleton: | no |
Plugin: | IIS |
Child Resource Types
none
Connection Properties
Name | Description | Required | Internal Name |
---|---|---|---|
Site Name | yes | siteName | |
Hostname | yes | hostname | |
Port | yes | port | |
Ip Address | yes | ipAddress | |
Doc Root | yes | docRoot | |
Ssl | yes | ssl | |
Log Directory | yes | logDirectory | |
Log Format | The format log entries are written in. This is a per-site, general option of the W3C Extended Log File Format. Format must contain the following tokens - 'date' ,'time' , 'c-ip', 'cs-uri-stem', 'sc-status', and 'time-taken' - but can include others. Tokens must *not* have quotes around them, and should be space-delimited. | yes | responseTimeLogFormat |
Response Time Url Excludes | a space-delimited list of regular expressions specifying URLs that should be excluded from response-time stats collection | no | responseTimeUrlExcludes |
Response Time Url Transforms | a space-delimited list of Perl-style substitution expressions that should be applied to all URLs for which response-time stats are collected (e.g. |^/dept/finance/.*|/dept/finance/*|) | no | responseTimeUrlTransforms |
Note
You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Metrics
Name | Type | Description | Internal Name |
---|---|---|---|
Bytes Sent | measurement | Shows the rate that data bytes are sent by the Web service. | Bytes Sent/sec |
Bytes Sent per Minute | measurement | Shows the rate that data bytes are sent by the Web service. | Bytes Sent/sec |
Bytes Received | measurement | Shows the rate that data bytes are received by the Web service. | Bytes Received/sec |
Bytes Received per Minute | measurement | Shows the rate that data bytes are received by the Web service. | Bytes Received/sec |
Total Files Sent | measurement | Shows the total number of files sent by the Web service (counted since service startup). | Total Files Sent |
Total Files Sent per Minute | measurement | Shows the total number of files sent by the Web service (counted since service startup). | Total Files Sent |
Total Files Received | measurement | Shows the total number of files received by the Web service (counted since service startup). | Total Files Received |
Total Files Received per Minute | measurement | Shows the total number of files received by the Web service (counted since service startup). | Total Files Received |
Total Files Transferred | measurement | Shows the sum of Files Sent and Files Received. This is the total number of files transferred by the Web service (counted since service startup). | Total Files Transferred |
Total Files Transferred per Minute | measurement | Shows the sum of Files Sent and Files Received. This is the total number of files transferred by the Web service (counted since service startup). | Total Files Transferred |
Current Anonymous Users | measurement | Shows the number of users who currently have an anonymous connection using the Web service. | Current Anonymous Users |
Current NonAnonymous Users | measurement | Shows the number of users who currently have a non-anonymous connection using the Web service. | Current NonAnonymous Users |
Total Anonymous Users | measurement | Shows the total number of users who established an anonymous connection with the Web service (counted since service startup). | Total Anonymous Users |
Total Anonymous Users per Minute | measurement | Shows the total number of users who established an anonymous connection with the Web service (counted since service startup). | Total Anonymous Users |
Total Non Anonymous Users | measurement | Shows the total number of users who established a non-anonymous connection with the Web service (counted since service startup). | Total NonAnonymous Users |
Total Non Anonymous Users per Minute | measurement | Shows the total number of users who established a non-anonymous connection with the Web service (counted since service startup). | Total NonAnonymous Users |
Maximum Anonymous Users | measurement | Shows the maximum number of users who established concurrent anonymous connections using the Web service (counted since service startup). | Maximum Anonymous Users |
Maximum Non Anonymous Users | measurement | Shows the maximum number of users who established concurrent non-anonymous connections using the Web service (counted since service startup). | Maximum NonAnonymous Users |
Current Connections | measurement | Shows the current number of connections established with the Web service. | Current Connections |
Maximum Connections | measurement | Shows the maximum number of simultaneous connections established with the Web service. | Maximum Connections |
Total Logon Attempts | measurement | Shows the number of logons that have been attempted using the Web service (counted since service startup). | Total Logon Attempts |
Total Logon Attempts per Minute | measurement | Shows the number of logons that have been attempted using the Web service (counted since service startup). | Total Logon Attempts |
Total GET Requests | measurement | Shows the number of HTTP requests using the GET method (counted since service startup). GET requests are generally used for basic file retrievals or image maps, though they can be used with forms. | Total Get Requests |
Total GET Requests per Minute | measurement | Shows the number of HTTP requests using the GET method (counted since service startup). GET requests are generally used for basic file retrievals or image maps, though they can be used with forms. | Total Get Requests |
Total POST Requests | measurement | Shows the number of HTTP requests using the POST method (counted since service startup). POST requests are generally used for forms or gateway requests. | Total Post Requests |
Total POST Requests per Minute | measurement | Shows the number of HTTP requests using the POST method (counted since service startup). POST requests are generally used for forms or gateway requests. | Total Post Requests |
Total HEAD Requests | measurement | Shows the number of HTTP requests using the HEAD method (counted since service startup). Head requests generally indicate a client is querying the state of a document they already have to see if it needs to be refreshed. | Total Head Requests |
Total HEAD Requests per Minute | measurement | Shows the number of HTTP requests using the HEAD method (counted since service startup). Head requests generally indicate a client is querying the state of a document they already have to see if it needs to be refreshed. | Total Head Requests |
Total PUT Requests | measurement | Shows the number of HTTP requests using the PUT method (counted since service startup). | Total Put Requests |
Total PUT Requests per Minute | measurement | Shows the number of HTTP requests using the PUT method (counted since service startup). | Total Put Requests |
Total DELETE Requests | measurement | Shows the number of HTTP requests using the DELETE method (counted since service startup). Delete requests are generally used for file removals. | Total Delete Requests |
Total DELETE Requests per Minute | measurement | Shows the number of HTTP requests using the DELETE method (counted since service startup). Delete requests are generally used for file removals. | Total Delete Requests |
Total TRACE Requests | measurement | Shows the number of HTTP requests using the TRACE method (counted since service startup). TRACE requests allow the client to see what is being received at the end of the request chain and use the information for diagnostic purposes. | Total Trace Requests |
Total TRACE Requests per Minute | measurement | Shows the number of HTTP requests using the TRACE method (counted since service startup). TRACE requests allow the client to see what is being received at the end of the request chain and use the information for diagnostic purposes. | Total Trace Requests |
Total Other Request Methods | measurement | Shows the number of HTTP requests that are not OPTIONS, GET, HEAD, POST, PUT, DELETE, TRACE, MOVE, COPY, MKCOL, PROPFIND, PROPPATCH, MS-SEARCH, LOCK or UNLOCK methods (counted since service startup). These may include LINK or other methods supported by gateway applications. | Total Other Request Methods |
Total Other Request Methods per Minute | measurement | Shows the number of HTTP requests that are not OPTIONS, GET, HEAD, POST, PUT, DELETE, TRACE, MOVE, COPY, MKCOL, PROPFIND, PROPPATCH, MS-SEARCH, LOCK or UNLOCK methods (counted since service startup). These may include LINK or other methods supported by gateway applications. | Total Other Request Methods |
Total Method Requests | measurement | Shows the number of all HTTP requests (counted since service startup). | Total Method Requests |
Total Method Requests per Minute | measurement | Shows the number of all HTTP requests (counted since service startup). | Total Method Requests |
Total CGI Requests | measurement | Shows the total number of CGI requests. CGI requests are custom gateway executables (.exe) the administrator can install to add forms processing or other dynamic data sources. CGI requests initiate a process on the server which can be a large drain on server resources. The count is the total since service startup. | Total CGI Requests |
Total CGI Requests per Minute | measurement | Shows the total number of CGI requests. CGI requests are custom gateway executables (.exe) the administrator can install to add forms processing or other dynamic data sources. CGI requests initiate a process on the server which can be a large drain on server resources. The count is the total since service startup. | Total CGI Requests |
Total ISAPI Extension Requests | measurement | Shows the total number of ISAPI Extension Requests. ISAPI Extension Requests are custom gateway Dynamic Link Libraries (.dll) the administrator can install to add forms processing or other dynamic data sources. Unlike CGI requests, ISAPI requests are simple calls to a DLL library routine, thus they are better suited to high performance gateway applications. The count is the total since service startup. | Total ISAPI Extension Requests |
Total ISAPI Extension Requests per Minute | measurement | Shows the total number of ISAPI Extension Requests. ISAPI Extension Requests are custom gateway Dynamic Link Libraries (.dll) the administrator can install to add forms processing or other dynamic data sources. Unlike CGI requests, ISAPI requests are simple calls to a DLL library routine, thus they are better suited to high performance gateway applications. The count is the total since service startup. | Total ISAPI Extension Requests |
Total Not Found Errors | measurement | Shows the number of requests that could not be satisfied by the server because the requested document could not be found. These are generally reported as an HTTP 404 error code to the client. The count is the total since service startup. | Total Not Found Errors |
Total Not Found Errors per Minute | measurement | Shows the number of requests that could not be satisfied by the server because the requested document could not be found. These are generally reported as an HTTP 404 error code to the client. The count is the total since service startup. | Total Not Found Errors |
Total Locked Errors | measurement | Shows the number of requests that could not be satisfied by the server because the requested was locked. These are generally reported as an HTTP 423 error code to the client. The count is the total since service startup. | Total Locked Errors |
Total Locked Errors per Minute | measurement | Shows the number of requests that could not be satisfied by the server because the requested was locked. These are generally reported as an HTTP 423 error code to the client. The count is the total since service startup. | Total Locked Errors |
Current CGI Requests | measurement | Shows the current number of CGI requests that are simultaneously being processed by the Web service. | Current CGI Requests |
Current CGI Requests per Minute | measurement | Shows the current number of CGI requests that are simultaneously being processed by the Web service. | Current CGI Requests |
Current ISAPI Extension Requests | measurement | Shows the current number of Extension requests that are simultaneously being processed by the Web service. | Current ISAPI Extension Requests |
Maximum CGI Requests | measurement | Shows the maximum number of CGI requests simultaneously processed by the Web service. | Maximum CGI Requests |
Maximum ISAPI Extension Requests | measurement | Shows the maximum number of Extension requests simultaneously processed by the Web service. | Maximum ISAPI Extension Requests |
Total Blocked Async I/O Requests | measurement | Shows the number of total requests temporarily blocked due to bandwidth throttling settings (counted since service startup). | Total Blocked Async I/O Requests |
Total Blocked Async I/O Requests per Minute | measurement | Shows the number of total requests temporarily blocked due to bandwidth throttling settings (counted since service startup). | Total Blocked Async I/O Requests |
Total Allowed Async I/O Requests | measurement | Shows the total number of requests allowed by bandwidth throttling settings (counted since service startup). When bandwidth throttling is defined, the number of allowed user requests is restricted. | Total Allowed Async I/O Requests |
Total Allowed Async I/O Requests per Minute | measurement | Shows the total number of requests allowed by bandwidth throttling settings (counted since service startup). When bandwidth throttling is defined, the number of allowed user requests is restricted. | Total Allowed Async I/O Requests |
Total Rejected Async I/O Requests | measurement | Shows the total number of requests rejected due to bandwidth throttling settings (counted since service startup). | Total Rejected Async I/O Requests |
Total Rejected Async I/O Requests per Minute | measurement | Shows the total number of requests rejected due to bandwidth throttling settings (counted since service startup). | Total Rejected Async I/O Requests |
Current Blocked Async I/O Requests | measurement | Shows current requests that are temporarily blocked due to bandwidth throttling settings. | Current Blocked Async I/O Requests |
Measured Async I/O Bandwidth Usage | measurement | Shows the measured bandwidth of asynchronous I/O averaged over a minute. | Measured Async I/O Bandwidth Usage |
HTTP Response Time | calltime | the minimum, maximum, and average response times for HTTP requests serviced by this virtual host | ResponseTime |
Note
You must use the internal name to reference Traits in Dynamic Group Definition expressions.
Configuration Properties
none
Operations
none
Package Types
none