package Process

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

service Process

process.proto:26

The Process service definition.

message DumpDestinationStream

process.proto:185

marker message

Used in: GetMemoryDumpRequest

(message has no fields)

message DumpDestinationUrl

process.proto:189

Used in: GetMemoryDumpRequest

enum DumpType

process.proto:179

DumpType indicates the program to use to generate the dump.

Used in: GetMemoryDumpRequest

message JavaThreadStack

process.proto:160

Used in: GetJavaStacksReply

message ProcessEntry

process.proto:102

ProcessEntry describes a process based on ps output. It is modeled on the Linux ps command and on other OS may return a subset of these values instead. i.e. strings will be empty and integer values will be -1 in those cases.

Used in: ListReply

enum ProcessState

process.proto:57

ProcessState refers to the single letter state "ps -o s" returns.

Used in: ProcessEntry

enum ProcessStateCode

process.proto:75

ProcessStateCode interprets the additional characters appened to ps -o stat output.

Used in: ProcessEntry

enum SchedulingClass

process.proto:85

Used in: ProcessEntry

message ThreadStack

process.proto:149

Used in: GetStacksReply