Performance.eventLoopUtilization - Node documentation
property Performance.eventLoopUtilization

Usage in Deno

import { type Performance } from "node:perf_hooks";

eventLoopUtilization is similar to CPU utilization except that it is calculated using high precision wall-clock time. It represents the percentage of time the event loop has spent outside the event loop's event provider (e.g. epoll_wait). No other CPU idle time is taken into consideration.

Type