These columns report the system level and user execution UDF CPU time value under the AMP and PE vprocs. They also provide information about whether the UDFs were doing work for the AMP or PE vprocs.
The data reported by CPUUExecPart00 for the NODE vproc includes the UDF CPU time for all UDFs running on the node.
All UDFs are invoked by either a PE or an AMP, but PDE reports UDF CPU usage to the Node partition by design, not the associated AMP and PE partitions. Therefore, the CPUUExecPart00 and CPUUServPart00 columns will report the UDF CPU usage and the CPUUServOrExecPart11 and 13 will not, where ServOrExec is either the user service (Serv) or user execution (Exec) partition. RSS code reports the UDF CPU usage by AMP and PE in the following UDF CPU columns:
- UdfExec
- UdfServ
The UDF CPU time value over multiple periods averages 100% or less.
Column Name | Mode | Description | Data Type |
---|---|---|---|
UdfServ | count | Reported system-level UDF CPU time value under the vproc. VprType determines if it is for an AMP or PE. If VprType is AMP, the field contains AMP CPU usage. If VprType is PE, the field contains PE usage. For other VprType, the field is 0. | FLOAT |
UdfExec | count | Reported user-level UDF CPU time value under the vproc. VprType determines if it is for an AMP or PE. If VprType is AMP, the field contains AMP CPU usage. If VprType is PE, the field contains PE usage. For other VprType, the field is 0. | FLOAT |