Syntax
fetch_client_statistics <CLIENT>
| Name | Description |
|---|---|
<CLIENT> |
The charging client for which the service time statistics must be displayed. Can be specified using <dispatcherClientId>, <hostname>:<port>, or * (all clients). |
The
For each charging client, two types of information are displayed:
The general information about the charging client includes:
The information about the operations executed by the charging client relies on a list
of sensors
which contain details about the executions of each operation type.
These sensors are divided in 2 categories, with 2 different formats for the names
of the sensors:
For sensors dedicated to the operation calls, the names of the sensors are made up
with the following 3 elements, each element separated by the '_' character:
For sensors dedicated to the responses, the names of the sensors are made up
with the following 4 elements, each element separated by the '_' character:
The possible values for the charging client type are:
The possible values for the operation type are:
The possible values for the response type are:
The possible values for the operation subtype are:
The possible values for the response subtype are:
Each generated line corresponds to a sensor for a particular thread, and is displayed
using a CSV format
containing the following columns:
fetch_client_statistics command displays service time statistics for
one or all connected SAP CC charging client(s).
You must have a specific role in your SAP CC user profile. Refer to the SAP CC Security Guide for more information about the necessary authorizations.
list_clients
-
To display the list of connected SAP CC charging clients| Code | Message | Action |
|---|---|---|
| fetchClientStatistics.noClients | No charging client connected. | |
| fetchClientStatistics.noClients | No charging client connected. | |
| fetchClientStatistics.invalidArguments | Invalid argument(s). | |
| fetchClientStatistics.invalidHostname | Invalid hostname: {hostname}:{port} | |
| fetchClientStatistics.invalidPort | Invalid port: {hostname}:{port} | |
| fetchClientStatistics.unknownClient | Unknown charging client: {hostname}:{port} |