Class: Datadog::Core::Environment::Cgroup::Entry
- Inherits:
-
Struct
- Object
- Struct
- Datadog::Core::Environment::Cgroup::Entry
- Defined in:
- lib/datadog/core/environment/cgroup.rb
Overview
A parsed cgroup entry from /proc/<pid>/cgroup
Instance Attribute Summary collapse
-
#controllers ⇒ Object
Returns the value of attribute controllers.
-
#hierarchy ⇒ Object
Returns the value of attribute hierarchy.
-
#inode ⇒ Object
Returns the value of attribute inode.
-
#path ⇒ Object
Returns the value of attribute path.
Instance Attribute Details
#controllers ⇒ Object
Returns the value of attribute controllers
14 15 16 |
# File 'lib/datadog/core/environment/cgroup.rb', line 14 def controllers @controllers end |
#hierarchy ⇒ Object
Returns the value of attribute hierarchy
14 15 16 |
# File 'lib/datadog/core/environment/cgroup.rb', line 14 def hierarchy @hierarchy end |
#inode ⇒ Object
Returns the value of attribute inode
14 15 16 |
# File 'lib/datadog/core/environment/cgroup.rb', line 14 def inode @inode end |
#path ⇒ Object
Returns the value of attribute path
14 15 16 |
# File 'lib/datadog/core/environment/cgroup.rb', line 14 def path @path end |