Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/pup/lib/core/plugin.ts>PluginApplicationState

Universal process manager built in Deno
Go to Latest
interface PluginApplicationState
import { type PluginApplicationState } from "https://deno.land/x/pup@1.0.0-beta.36/lib/core/plugin.ts";

Properties

pid: number
version: string
status: string
updated: string
started: string
systemMemory: Deno.SystemMemoryInfo
loadAvg: number[]
osUptime: number
osRelease: string
denoVersion: { deno: string; v8: string; typescript: string; }
type: string
processes: PluginProcessInformation[]