The following sections provide a list of table column names and their descriptions for each counter type status view.
System status view
The following table describes the table columns for the system counter status view:
Column name | Description |
---|---|
Alerting | Indicates whether the counter is alerting (red) or within expected operating values (green). |
Monitor | Indicates whether the monitoring service on that host name is receiving metrics (green up arrow) or not (red down arrow). |
Name | The host name of the system being monitored. |
Last Update | The time the last data sample was collected. |
% Processor Time | The percentage of elapsed time that the processor spends to execute a nonidle thread. It's calculated by measuring the percentage of time that the processor spends executing the idle thread and then subtracting that value from 100%. |
Available Memory GB | The amount of physical memory immediately available for allocation to a process or for system use. It's equal to the sum of memory assigned to the standby (cached), free, and zero page lists. |
Committed Memory GB | The physical memory in use for the space that has been reserved in the pageFile should it need to be written to disk. The commit limit is determined by the size of the pageFile. |
Disk % Idle | Reports the percentage of time during the sample interval that the disk was idle. A low % Idle Time value (under 10%) indicates that the disk is being heavily used and could potentially reduce performance. |
Disk % Used | Reports the percentage of each disk that's occupied with stored data. |
Network Sent mbps | The rate at which bits are sent over each network adapter, including framing characters. Units in Megabits per second. |
Network Received mbps | The rate at which bits are received over each network adapter, including framing characters. Units in Megabits per second. |
C:\pageFile.sys % Usage | Reports the percentage of pageFile that's currently in use by the system. |
C:\pageFile.sys Usage GB | Reports the size of pageFile (GB) that's currently in use by the system. |
Interval | The amount of time in seconds between collection of data from the host. |
Value | The value from the last data sample. |
Collection Time (sec) | The amount of time taken to collect the statistics for that counter. |
Process status view
The following table describes table columns for the process counter status view:
Column name | Description |
---|---|
Alerting | Indicates whether the counter is alerting (red) or within expected operating values (green). |
Monitor | Indicates whether the monitoring service on that host name is receiving metrics (green up arrow) or not (red down arrow). |
Name | The name of the process being monitored. |
Last Update | The time the last data sample was collected. |
% Processor Time | The percentage of elapsed time that the processor spends to execute a nonidle thread. It's calculated by measuring the percentage of time that the processor spends executing the idle thread and then subtracting that value from 100%. |
Count Total | The number of processes with that name. |
Count Active | The number of active processes with that name. |
Count Idle | The number of idle processes with that name. |
Virtual GB | The total amount of memory (GB) created on the system using the hard disk to simulate additional random-access memory. |
Private GB | The amount of memory (GB) exclusively used for a specific process. |
Interval | The amount of time in seconds between collection of data from the host process. |
Value | The value from the last data sample. |
Collection Time (sec) | The amount of time taken to collect the statistics for that counter. |
ArcGIS status view
The following table describes the table columns for the ArcGIS counter status view:
Column name | Description |
---|---|
Alerting | Indicates whether the counter is alerting (red) or within expected operating values (green). |
Monitor | Indicates whether the monitoring service on that host name is receiving metrics (green up arrow) or not (red down arrow). |
Name | The name of the ArcGIS Server site. |
Interval | The configured sample interval time in seconds between samples.ArcGIS Server site. |
Last Update | The time the last data sample was collected. |
Folder | The folder name in ArcGIS Server Manager where the service was published. |
Service | The ArcGIS Server service name. |
Cluster | ArcGIS Server cluster name. |
Nodes | The number of machines in the cluster. |
State | Service is either started or stopped. |
MinPerNode | The minimum number of instances of the service to create on each node within the cluster. The default is 1. |
MaxPerNode | The maximum number of instances of the service to create on each node within the cluster. The default is 2. |
Min Total | The total minimum instances across all nodes. |
Max | The maximum number of instances of a SOC process. Each SOC process can have one or more service instances of the same service configuration running in it. |
Busy | The number of instances of a SOC process that are currently busy. Each SOC process can have one or more service instances of the same service configuration running in it. |
Configured State | The configured run state for the service being monitored. When the service's configured state is set to running, a 1 will be displayed. When the service's configured state is set to stopped, a 0 will be displayed. For mission critical services, an alert can be configured to notify system administrators when the configured run state of the service is changed. |
Free | The number of instances of a SOC process that are currently free. Each SOC process can have one or more service instances of the same service configuration running in it. |
Health Check | The value for this counter is obtained directly from the ArcGIS REST API. A value of zero indicates the site is healthy, and a value of 1 indicates the site is unhealthy. |
License Expires(Days) | The number of days remaining before the current ArcGIS Server license expires. |
Log-Critical | The critical error count in the ArcGIS Server log. |
Log-Severe | The severe error count in theArcGIS Server log. |
Log-Warning | The warning count in the ArcGIS Server log. |
Service-Error | If one or more services are configured to be Started or Stopped and the actual state does not match, the value will be 1. Otherwise the value will be zero. This is global per site. If the state of one or more services for the ArcGIS Server site does not match the configured run state, a 1 will be displayed. If all services match their configured run states, a 0 will be displayed. |
Throughput (Tr/sec) | The total number of transactions per second handled by ArcGIS Server. |
Busy Time per Tr (sec) | The approximate average of the total time consumed per transaction by a specific service in the ArcGIS Server site displayed in seconds. |
Busy Time (sec) | The number of seconds the CPU was busy processing for the ArcGIS Server service. This metric can be used to identify the services that consume the most hardware resources. |
Tr | The number of transactions since the last sample interval time. |
Transactions | The total count of all transactions performed since the ArcGIS Server service was started. |
Capabilities | |
Pooling |
Http status view
The following table describes table columns for the Http counter status view:
Column name | Description |
---|---|
Alerting | Indicates whether the counter is alerting (red) or within expected operating values (green). |
Monitor Failures | Indicates whether the monitoring service on that host name is receiving metrics (green up arrow) or not (red down arrow). |
Last Update | The time the last data sample was collected. |
Name | The name of the URL being monitored. |
Response Time(sec) | The time in seconds it takes to receive a response from a request. |
Content Length | The number of bytes used in an HTTP request for a specific URL. |
Response Code | A three-digit number that indicates the status of a response received after making an HTTP request. A value of 200 to 202 is desired, indicating success. |
JSON Error Code | A value of zero indicates that there is no JSON error. A value greater than zero indicates that a JSON error is present. |
Collection Time(sec) | The amount of time in seconds to collect statistics for the HTTP item. |
Webadaptor Error Code | The HTTP response code for the Web Adaptor. A code of 200 indicates the HTTP response is satisfactory. |
Network Time(sec) | The amount of time in seconds taken to traverse the network before reaching a server. |
Server Time(sec) | The amount of time in seconds taken after the request reaches the server to process the request. |
Interval(sec) | The amount of time in seconds between collection of data from the URL. |
Value | The value from the last data sample. |
Collection Time (sec) | The amount of time taken to collect the statistics for that counter. |
Portal status view
The following table describes the table columns for the portal counter status view:
Column name | Description |
---|---|
Alerting | Indicates whether the counter is alerting (red) or within expected operating values (green). |
Monitor | Indicates whether the monitoring service on that host name is receiving metrics (green up arrow) or not (red down arrow). |
Name | The name of the Portal site being monitored. |
Last Update | The time the last data sample was collected. |
Storage Available | The remaining storage space from the Storage Quota in gigabytes. |
Login/Interval | The number of users that logged in since the last data sample was collected. |
Health Check | The value for this counter is obtained directly from the ArcGIS REST API. A value of zero indicates the site is healthy, and a value of 1 indicates the site is unhealthy. |
License Expires (Days) | The number of days to portal license expiration. |
Log-Severe | The count of severe errors in the portal log. |
Log-Warning | The count of warnings in the portal log. |
Status Federation | This counter only appears when the portal is federated with ArcGIS Server. A value of zero indicates the federation status is OK. |
Status Machine | The status of the portal-registered machines. A value of zero indicates the machines are accessible. |
Desktop Content | The total count of desktop items in the portal. |
Web Content | The total count of web items in the portal. |
Collection Time (sec) | The amount of time taken to collect the statistics for that counter. |
Remarque :
See the Portal for ArcGIS documentation for additional definitions.
DB status view
The following table describes the table columns for the DB counter status view:
Column name | Description |
---|---|
Alerting | Indicates whether the counter is alerting (red) or within expected operating values (green). |
Monitor | Indicates whether the monitoring service on that host name is receiving metrics (green up arrow) or not (red down arrow). |
Name | The name of the database being monitored. |
Last Update | The time the last data sample was collected. |
Interval | The amount of time in seconds between collection of data from the database. |
Collection Time (sec) | The amount of time taken to collect the statistics for that counter. |
RDP status view
The following table describes the table columns for the RDP counter status view:
Column name | Description |
---|---|
Alerting | Indicates whether the counter is alerting (red) or within expected operating values (green). |
Monitor | Indicates whether the monitoring service on that host name is receiving metrics (green up arrow) or not (red down arrow). |
Name | The host name of the system being monitored for remote desktop sessions. |
Last Update | The time the last data sample was collected. |
Total Sessions | The total number of remote desktop sessions. |
Inactive Sessions | The number of remote desktop sessions that are not active. |
Active Sessions | The number of active remote desktop sessions. |
Interval | The amount of time in seconds between collection of data from the host. |
Value | The value from the last data sample. |
Collection Time (sec) | The amount of time taken to collect the statistics for that counter. |
Amazon status view
The following table describes the table columns for the Amazon counter status view:
Column name | Description |
---|---|
Alerting | Indicates whether the counter is alerting (red) or within expected operating values (green). |
Monitor | Indicates whether the monitoring service on that host name is receiving metrics (green up arrow) or not (red down arrow). |
Name | The name of the Amazon counter. |
Last Update | The time the last data sample was collected. |
Interval | The amount of time in seconds between collection of data from the collection. |
Value | The value from the last data sample. |
Remarque :
See the Amazon account documentation for additional definitions.
Ext status view
The following table describes the table columns for the Ext counter status view:
Column name | Description |
---|---|
Alerting | Indicates whether the counter is alerting (red) or within expected operating values (green). |
Monitor | Indicates whether the monitoring service on that host name is receiving metrics (green up arrow) or not (red down arrow). |
Name | The name of the extension. |
Last Update | The time the last data sample was collected. |
Interval | The amount of time in seconds between collection of data from the extension. |
Value | The value from the last data sample. |
Vous avez un commentaire à formuler concernant cette rubrique ?