Module: LogStash::Instrument::PeriodicPoller::Cgroup::ControllerResource
- Included in:
- CpuAcctResource, CpuResource
- Defined in:
- lib/logstash/instrument/periodic_poller/cgroup.rb
Instance Attribute Summary collapse
-
#base_path ⇒ Object
readonly
Returns the value of attribute base_path.
-
#offset_path ⇒ Object
readonly
Returns the value of attribute offset_path.
-
#override ⇒ Object
readonly
Returns the value of attribute override.
Instance Method Summary collapse
Instance Attribute Details
#base_path ⇒ Object (readonly)
Returns the value of attribute base_path.
76 77 78 |
# File 'lib/logstash/instrument/periodic_poller/cgroup.rb', line 76 def base_path @base_path end |
#offset_path ⇒ Object (readonly)
Returns the value of attribute offset_path.
76 77 78 |
# File 'lib/logstash/instrument/periodic_poller/cgroup.rb', line 76 def offset_path @offset_path end |
#override ⇒ Object (readonly)
Returns the value of attribute override.
76 77 78 |
# File 'lib/logstash/instrument/periodic_poller/cgroup.rb', line 76 def override @override end |
Instance Method Details
#implemented? ⇒ Boolean
77 78 79 |
# File 'lib/logstash/instrument/periodic_poller/cgroup.rb', line 77 def implemented? true end |