Attributes for a process summary.

Hierarchy

  • ProcessSummaryAttributes

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
cmdline?: string

Process command line.

host?: string

Host running the process.

pid?: number

Process ID.

ppid?: number

Parent process ID.

start?: string

Time the process was started.

tags?: string[]

List of tags associated with the process.

timestamp?: string

Time the process was seen.

user?: string

Process owner.

Generated using TypeDoc