Class: Datadog::Core::Environment::Cgroup::Entry

Inherits:
Struct
  • Object
show all
Defined in:
lib/datadog/core/environment/cgroup.rb

Overview

A parsed cgroup entry from /proc/<pid>/cgroup

Instance Attribute Summary collapse

Instance Attribute Details

#controllersObject

Returns the value of attribute controllers

Returns:

  • (Object)

    the current value of controllers



14
15
16
# File 'lib/datadog/core/environment/cgroup.rb', line 14

def controllers
  @controllers
end

#hierarchyObject

Returns the value of attribute hierarchy

Returns:

  • (Object)

    the current value of hierarchy



14
15
16
# File 'lib/datadog/core/environment/cgroup.rb', line 14

def hierarchy
  @hierarchy
end

#inodeObject

Returns the value of attribute inode

Returns:

  • (Object)

    the current value of inode



14
15
16
# File 'lib/datadog/core/environment/cgroup.rb', line 14

def inode
  @inode
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



14
15
16
# File 'lib/datadog/core/environment/cgroup.rb', line 14

def path
  @path
end