Class: Liteguard::GuardCheckPerformance

Inherits:
Data
  • Object
show all
Defined in:
lib/liteguard/types.rb

Overview

GuardCheckPerformance (mirrors proto message).

Instance Attribute Summary collapse

Instance Attribute Details

#cpu_time_nsObject (readonly)

Returns the value of attribute cpu_time_ns

Returns:

  • (Object)

    the current value of cpu_time_ns



60
61
62
# File 'lib/liteguard/types.rb', line 60

def cpu_time_ns
  @cpu_time_ns
end

#gc_countObject (readonly)

Returns the value of attribute gc_count

Returns:

  • (Object)

    the current value of gc_count



60
61
62
# File 'lib/liteguard/types.rb', line 60

def gc_count
  @gc_count
end

#heap_total_bytesObject (readonly)

Returns the value of attribute heap_total_bytes

Returns:

  • (Object)

    the current value of heap_total_bytes



60
61
62
# File 'lib/liteguard/types.rb', line 60

def heap_total_bytes
  @heap_total_bytes
end

#heap_used_bytesObject (readonly)

Returns the value of attribute heap_used_bytes

Returns:

  • (Object)

    the current value of heap_used_bytes



60
61
62
# File 'lib/liteguard/types.rb', line 60

def heap_used_bytes
  @heap_used_bytes
end

#rss_bytesObject (readonly)

Returns the value of attribute rss_bytes

Returns:

  • (Object)

    the current value of rss_bytes



60
61
62
# File 'lib/liteguard/types.rb', line 60

def rss_bytes
  @rss_bytes
end

#thread_countObject (readonly)

Returns the value of attribute thread_count

Returns:

  • (Object)

    the current value of thread_count



60
61
62
# File 'lib/liteguard/types.rb', line 60

def thread_count
  @thread_count
end