Returns an array containing the 1, 5, and 15 minute load averages. The load average is a measure of CPU and IO utilization of the last one, five, and 15 minute periods expressed as a fractional number. Zero means there is no load. On Windows, the three values are always the same and represent the current load, not the 1, 5 and 15 minute load averages.
Returns an object describing the memory usage of the Deno process and the V8 subsystem measured in bytes.
Removes the given signal listener that has been registered with
Deno.addSignalListener
.
Displays the total amount of free and used physical and swap memory in the system, as well as the buffers and caches used by the kernel.
Operating signals which can be listened for or sent to sub-processes. What signals and what their standard behaviors are OS dependent.
The URL of the entrypoint module entered from the command-line. It requires read permission to the CWD.
Version information related to the current Deno CLI runtime environment.