Class: Mxrb::Oql::SqlServerWorkloadQuery

Inherits:
Data
  • Object
show all
Defined in:
lib/mxrb/oql/sql_server_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/sql_server_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/sql_server_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/sql_server_workload_analyzer.rb', line 5

def io_time_ms
  @io_time_ms
end

#logical_readsObject (readonly)

Returns the value of attribute logical_reads

Returns:

  • (Object)

    the current value of logical_reads



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

def logical_reads
  @logical_reads
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/sql_server_workload_analyzer.rb', line 5

def mean_time_ms
  @mean_time_ms
end

#physical_readsObject (readonly)

Returns the value of attribute physical_reads

Returns:

  • (Object)

    the current value of physical_reads



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

def physical_reads
  @physical_reads
end

#queryObject (readonly)

Returns the value of attribute query

Returns:

  • (Object)

    the current value of query



5
6
7
# File 'lib/mxrb/oql/sql_server_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/sql_server_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/sql_server_workload_analyzer.rb', line 5

def rows
  @rows
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/sql_server_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/sql_server_workload_analyzer.rb', line 5

def total_time_ms
  @total_time_ms
end