Agent-cluster memory diagnostics.
Synopsis
meminfo [--json]
Description
Reports a memory breakdown (bytes, scope, types, url) for the current agent cluster, backed by the browser's performance.measureUserAgentSpecificMemory() API.
Options
--json Print the raw performance.measureUserAgentSpecificMemory() result instead of the human-readable breakdown.
Examples
$ meminfo
Show a human-readable memory breakdown.
$ meminfo --json
Show the raw measurement result as JSON.
Notes
Requires a cross-origin-isolated runtime (the hosted leader is, via Document-Isolation-Policy); embedded floats cannot be isolated and report why instead. The browser randomizes measurement timing, so expect a short delay.
See Also
df, diskutil, ps