The OpenEdge Command Center agent can monitor a PAS for OpenEdge instance and collect the following performance metrics.

The PAS for OpenEdge instance metrics follow the naming convention progress_pasoe_<metric name>. The prefix progress_pasoe indicates that the metric is specific to the PAS for OpenEdge instance.

Metrics Type Metric Name Description
REST transport

expression_errors_total

The total number of expression errors.

failed_requests_total

The total number of failed requests.

successful_run_requests_total

The total number of requests for which response was received successfully.

successful_requests_total

The total number of requests successfully sent to the PAS for OpenEdge server.

connect_requests_total

The total number of connection requests.

status_requests_total

The total number of status type requests.

requests_total

The total number of requests.

successful_connect_requests_total

The total number of successful connection requests.

service_unavailable_requests_total

The total number of requests for which services were not available.

run_requests_total

The total number of run requests.
SOAP transport

url_notfound_errors_total

The total number of errors because of incorrectly supplied URLs.

active_requests_total

The total number of requests that are in the ACTIVE state.

wsdl_requests_total

The total number of WSDL requests.

successful_requests _total

The total number of successful SOAP requests to the PAS for OpenEdge instance.

method_notallowed_errors_total

The total number of errors caused because the requested method is not authorized.

http_requests_errors_total

The total number of HTTP requests that resulted in errors.

http_requests_total

The total number of HTTP requests.

processor_errors_total

The total number of SOAP processor errors.
APSV transport

forbidden_requests_total

The total number of requests that failed with the 403 error code.

disconnect_errors_total

The total number of disconnection errors.

connect_errors_total

The total number of connection errors.

disconnect_requests_total

The total number of disconnect requests.

session_requests_total

The total number of session requests.

session_errors_total

The total number of session errors.
WEB transport

head_requests_total

The total number of HEAD requests.

trace_requests_total

The total number of TRACE requests.

options_requests_total

The total number of OPTIONS requests.

patch_requests_total

The total number of PATCH requests.

get_requests_total

The total number of GET requests.

servlet_requests_total

The total number of SERVLET requests.

delete_requests_total

The total number of DELETE requests.

put_requests_total

The total number of PUT requests.

post_requests_total

The total number of POST requests.

successful_servlet_requests_total

The total number of successful SERVLET requests.

head_errors_total

The total number of HEAD requests that resulted in errors.

trace_errors_total

The total number of TRACE requests that resulted in errors.

options_errors_total

The total number of OPTIONS requests that resulted in errors.

patch_errors_total

The total number of PATCH requests that resulted in errors.

get_errors_total

The total number of GET requests that resulted in errors.

delete_errors_total

The total number of DELETE requests that resulted in errors.

put_errors_total

The total number of PUT requests that resulted in errors.

post_errors_total

The total number of POST requests that resulted in errors.

ablruntime_errors_total

The total number of ABL runtime errors.

ablconnect_errors_total

The total number of ABL connection errors.

failed_servlet_requests_total

The total number of SERVLET requests that resulted in errors.
Common all_requests_total The total number of requests to the PAS for OpenEdge instance.

applications_total

The total number of applications deployed on the PAS for OpenEdge instance.

agents_total

The total number of all agents spawned to execute the server requests.

available_agents_total

The total number of agents with the AVAILABLE status.

agent_sessions_total

The total number of sessions including all agents of the PAS for OpenEdge server.

client_connections_total

The total number of client connections to the PAS for OpenEdge instance.

client_sessions_total

The total number of client sessions connected to the PAS for OpenEdge instance.

init_sessions_total

The total number of initial sessions configured for the PAS for OpenEdge instance.

idle_sessions_total

The total number of sessions with the IDLE state.

starting_sessions_total

The total number of starting sessions configured for the PAS for OpenEdge instance.

available_sessions_total

The total number of sessions in the AVAILABLE state.

reserved_sessions_total

The total number of sessions in the RESERVED state.

stopped_sessions_total

The total number of sessions in the STOPPED state.
instance_running_status The operational status of a PAS for OpenEdge instance. It uses numerical value 1 or -1 to represent the status.
  • 1 indicates that the PAS for OpenEdge instance is running.
  • -1 indicates that the PAS for OpenEdge instance is stopped.