Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
latest
cross-org/utilsA collection of useful routines to simplify cross runtime (Node, Deno and Bun) development.
f
loadAvg
Retrieves the system load averages.
f
memoryUsage
Provides information about the overall system memory usage.
f
systemMemoryInfo
Retrieves information about the system memory usage.
f
uptime
Retrieves the system uptime.
Add Package
deno add jsr:@cross/utils
Import symbol
import * as mod from "@cross/utils/sysinfo";
Import directly with a jsr specifier
import * as mod from "jsr:@cross/utils/sysinfo";
Add Package
pnpm i jsr:@cross/utils
pnpm dlx jsr add @cross/utils
Import symbol
import * as mod from "@cross/utils/sysinfo";
Add Package
yarn add jsr:@cross/utils
yarn dlx jsr add @cross/utils
Import symbol
import * as mod from "@cross/utils/sysinfo";
Add Package
vlt install jsr:@cross/utils
Import symbol
import * as mod from "@cross/utils/sysinfo";
Add Package
npx jsr add @cross/utils
Import symbol
import * as mod from "@cross/utils/sysinfo";
Add Package
bunx jsr add @cross/utils
Import symbol
import * as mod from "@cross/utils/sysinfo";