Class: Mxrb::Oql::WorkloadQuery

Inherits:
Data
  • Object
show all
Defined in:
lib/mxrb/oql/workload_analyzer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#cache_hit_ratioObject (readonly)

Returns the value of attribute cache_hit_ratio

Returns:

  • (Object)

    the current value of cache_hit_ratio



5
6
7
# File 'lib/mxrb/oql/workload_analyzer.rb', line 5

def cache_hit_ratio
  @cache_hit_ratio
end

#callsObject (readonly)

Returns the value of attribute calls

Returns:

  • (Object)

    the current value of calls



5
6
7
# File 'lib/mxrb/oql/workload_analyzer.rb', line 5

def calls
  @calls
end

#io_time_msObject (readonly)

Returns the value of attribute io_time_ms

Returns:

  • (Object)

    the current value of io_time_ms



5
6
7
# File 'lib/mxrb/oql/workload_analyzer.rb', line 5

def io_time_ms
  @io_time_ms
end

#mean_time_msObject (readonly)

Returns the value of attribute mean_time_ms

Returns:

  • (Object)

    the current value of mean_time_ms



5
6
7
# File 'lib/mxrb/oql/workload_analyzer.rb', line 5

def mean_time_ms
  @mean_time_ms
end

#queryObject (readonly)

Returns the value of attribute query

Returns:

  • (Object)

    the current value of query



5
6
7
# File 'lib/mxrb/oql/workload_analyzer.rb', line 5

def query
  @query
end

#query_idObject (readonly)

Returns the value of attribute query_id

Returns:

  • (Object)

    the current value of query_id



5
6
7
# File 'lib/mxrb/oql/workload_analyzer.rb', line 5

def query_id
  @query_id
end

#rowsObject (readonly)

Returns the value of attribute rows

Returns:

  • (Object)

    the current value of rows



5
6
7
# File 'lib/mxrb/oql/workload_analyzer.rb', line 5

def rows
  @rows
end

#shared_hitsObject (readonly)

Returns the value of attribute shared_hits

Returns:

  • (Object)

    the current value of shared_hits



5
6
7
# File 'lib/mxrb/oql/workload_analyzer.rb', line 5

def shared_hits
  @shared_hits
end

#shared_readsObject (readonly)

Returns the value of attribute shared_reads

Returns:

  • (Object)

    the current value of shared_reads



5
6
7
# File 'lib/mxrb/oql/workload_analyzer.rb', line 5

def shared_reads
  @shared_reads
end

#temp_writesObject (readonly)

Returns the value of attribute temp_writes

Returns:

  • (Object)

    the current value of temp_writes



5
6
7
# File 'lib/mxrb/oql/workload_analyzer.rb', line 5

def temp_writes
  @temp_writes
end

#total_time_msObject (readonly)

Returns the value of attribute total_time_ms

Returns:

  • (Object)

    the current value of total_time_ms



5
6
7
# File 'lib/mxrb/oql/workload_analyzer.rb', line 5

def total_time_ms
  @total_time_ms
end