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

x/pup/lib/core/status.ts>ApplicationState

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

Represents the current status of the application.

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: ProcessInformation[]