Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CpuUsageSample

import type { CpuUsageSample } from "https://googleapis.deno.dev/v1/migrationcenter:v1.ts";

CPU usage sample.

interface CpuUsageSample {
utilizedPercentage?: number;
}

§Properties

§
utilizedPercentage?: number
[src]

Percentage of total CPU capacity utilized. Must be in the interval [0, 100]. On most systems can be calculated using 100 - idle percentage.