Class: Mxrb::Oql::SqlServerWorkloadQuery
- Inherits:
-
Data
- Object
- Data
- Mxrb::Oql::SqlServerWorkloadQuery
- Defined in:
- lib/mxrb/oql/sql_server_workload_analyzer.rb
Instance Attribute Summary collapse
-
#cache_hit_ratio ⇒ Object
readonly
Returns the value of attribute cache_hit_ratio.
-
#calls ⇒ Object
readonly
Returns the value of attribute calls.
-
#io_time_ms ⇒ Object
readonly
Returns the value of attribute io_time_ms.
-
#logical_reads ⇒ Object
readonly
Returns the value of attribute logical_reads.
-
#mean_time_ms ⇒ Object
readonly
Returns the value of attribute mean_time_ms.
-
#physical_reads ⇒ Object
readonly
Returns the value of attribute physical_reads.
-
#query ⇒ Object
readonly
Returns the value of attribute query.
-
#query_id ⇒ Object
readonly
Returns the value of attribute query_id.
-
#rows ⇒ Object
readonly
Returns the value of attribute rows.
-
#temp_writes ⇒ Object
readonly
Returns the value of attribute temp_writes.
-
#total_time_ms ⇒ Object
readonly
Returns the value of attribute total_time_ms.
Instance Attribute Details
#cache_hit_ratio ⇒ Object (readonly)
Returns the value of attribute 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 |
#calls ⇒ Object (readonly)
Returns the value of attribute calls
5 6 7 |
# File 'lib/mxrb/oql/sql_server_workload_analyzer.rb', line 5 def calls @calls end |
#io_time_ms ⇒ Object (readonly)
Returns the value of attribute 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_reads ⇒ Object (readonly)
Returns the value of attribute logical_reads
5 6 7 |
# File 'lib/mxrb/oql/sql_server_workload_analyzer.rb', line 5 def logical_reads @logical_reads end |
#mean_time_ms ⇒ Object (readonly)
Returns the value of attribute 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_reads ⇒ Object (readonly)
Returns the value of attribute physical_reads
5 6 7 |
# File 'lib/mxrb/oql/sql_server_workload_analyzer.rb', line 5 def physical_reads @physical_reads end |
#query ⇒ Object (readonly)
Returns the value of attribute query
5 6 7 |
# File 'lib/mxrb/oql/sql_server_workload_analyzer.rb', line 5 def query @query end |
#query_id ⇒ Object (readonly)
Returns the value of attribute query_id
5 6 7 |
# File 'lib/mxrb/oql/sql_server_workload_analyzer.rb', line 5 def query_id @query_id end |
#rows ⇒ Object (readonly)
Returns the value of attribute rows
5 6 7 |
# File 'lib/mxrb/oql/sql_server_workload_analyzer.rb', line 5 def rows @rows end |
#temp_writes ⇒ Object (readonly)
Returns the value of attribute temp_writes
5 6 7 |
# File 'lib/mxrb/oql/sql_server_workload_analyzer.rb', line 5 def temp_writes @temp_writes end |
#total_time_ms ⇒ Object (readonly)
Returns the value of attribute 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 |