Class: Mnemonic::Metric::RSS

Inherits:
Base
  • Object
show all
Defined in:
lib/mnemonic/metric/rss.rb

Direct Known Subclasses

PS, ProcFS

Defined Under Namespace

Classes: PS, ProcFS

Instance Attribute Summary

Attributes inherited from Base

#diff, #diff_from_start, #prev_value, #start_value, #value

Instance Method Summary collapse

Methods inherited from Base

#each_submetric, #refresh!, #start!

Instance Method Details

#kindObject



11
12
13
# File 'lib/mnemonic/metric/rss.rb', line 11

def kind
  :bytes
end

#nameObject



7
8
9
# File 'lib/mnemonic/metric/rss.rb', line 7

def name
  'RSS'.freeze
end