getApplicationsProcessRequestsCount
Count all application process requests
Format
udclient [global-args...] [global-flags...]
getApplicationsProcessRequestsCount [parameters]
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| startedAfter | long | false | A timestamp, in milliseconds from the UNIX epoch. If you specify this parameter, the server counts all application process requests that were created after the specified timestamp. |
Example
udclient -username jsmith -password passwd
-weburl https://deployserver.example.com:8443
getApplicationsProcessRequestsCount
-startedAfter 1471603999000Example response
{
"appProcReqCount": 223
}Related REST command: Count all application process requests.