getSystemCpuUsage

Syntax

getSystemCpuUsage()

Arguments

None

Details

This function returns the CPU utilization rate taken by a DolphinDB process on the current node.

Note that if a DolphinDB process uses multiple CPU cores, the total usage rate is returned.

Examples

$ getSystemCpuUsage();

1.771654