Class: DatadogAPIClient::V2::ProcessSummaryAttributes

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/process_summary_attributes.rb

Overview

Attributes for a process summary.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#cmdlineObject

Process command line.



29
30
31
# File 'lib/datadog_api_client/v2/models/process_summary_attributes.rb', line 29

def cmdline
  @cmdline
end

#hostObject

Host running the process.



32
33
34
# File 'lib/datadog_api_client/v2/models/process_summary_attributes.rb', line 32

def host
  @host
end

#pidObject

Process ID.



35
36
37
# File 'lib/datadog_api_client/v2/models/process_summary_attributes.rb', line 35

def pid
  @pid
end

#ppidObject

Parent process ID.



38
39
40
# File 'lib/datadog_api_client/v2/models/process_summary_attributes.rb', line 38

def ppid
  @ppid
end

#startObject

Time the process was started.



41
42
43
# File 'lib/datadog_api_client/v2/models/process_summary_attributes.rb', line 41

def start
  @start
end

#tagsObject

List of tags associated with the process.



44
45
46
# File 'lib/datadog_api_client/v2/models/process_summary_attributes.rb', line 44

def tags
  @tags
end

#timestampObject

Time the process was seen.



47
48
49
# File 'lib/datadog_api_client/v2/models/process_summary_attributes.rb', line 47

def timestamp
  @timestamp
end

#userObject

Process owner.



50
51
52
# File 'lib/datadog_api_client/v2/models/process_summary_attributes.rb', line 50

def user
  @user
end