NODEJSAPP: Summary resource statistics
This report provides a summary listing of resource statistics for a NODEJSAPP.
| DFHSTUP name | Description |
|---|---|
| NODEJSAPP name | The name of the NODEJSAPP resource. |
| NODEJSAPP profile | The path to the profile file for the NODEJSAPP. |
| NODEJSAPP LE runtime options | The name of the program that defines the runtime options for the Language Environment® enclave. |
| NODEJSAPP status | The status of the NODEJSAPP. |
| NODEJSAPP creation time | The time stamp in local time when the NODEJSAPP resource was installed. |
| NODEJSAPP process ID | The process ID (PID) of the NODEJSAPP. |
| NODEJSAPP bundle name | The name of the CICS® BUNDLE resource that contains the NODEJSAPP bundle part. |
| NODEJSAPP CPU time | The total processor time in milliseconds that is used by the Node.js runtime and application. |
| NODEJSAPP current heap size | The size in bytes of the heap that is currently allocated to the Node.js runtime by the V8 JavaScript engine. |
| NODEJSAPP heap used by runtime | The size in bytes of the heap currently occupied by compiled byte code and JITed code. |
| NODEJSAPP heap used on data | The size in bytes of the heap currently occupied by application data. |
| NODEJSAPP maximum heap size | The size in bytes of the maximum heap that can be allocated to the Node.js runtime. This value is set by default, or by --max_old_space_size. |
| NODEJSAPP completed invokes | The number of completed calls made to CICS services since the Node.js application became ENABLED, or since the last statistics reset. Only calls made using the locally optimized transport provided by the ibm-cics-api module are
counted. |
| NODEJSAPP completed invokes in error | The number of calls made to CICS services that completed with an error since the Node.js application became ENABLED, or since the last statistics reset. Only calls made using the locally optimized transport provided by the ibm-cics-api
module are counted. |
| NODEJSAPP peak invokes in progress | The peak number of in-flight calls to CICS services made by the Node.js application using the locally optimized transport provided by the ibm-cics-api. |
| NODEJSAPP nodehome | The NODE_HOME option in the Node.js application profile for the NODEJSAPP. |
| NODEJSAPP start script | The path to the entry JavaScript file for the NODEJSAPP. |
| NODEJSAPP stdout | The path to the stdout file for the NODEJSAPP. |
| NODEJSAPP stderr | The path to the stdout file for the NODEJSAPP. |
| NODEJSAPP trace | The path to the trace file for the NODEJSAPP. |
| NODEJSAPP log | The path to the log file for the NODEJSAPP. |