Class: ProconBypassMan::Procon::PerformanceMeasurement::MeasurementsSummarizer::PerformanceMetric
- Inherits:
-
Struct
- Object
- Struct
- ProconBypassMan::Procon::PerformanceMeasurement::MeasurementsSummarizer::PerformanceMetric
- Defined in:
- lib/procon_bypass_man/procon/performance_measurement/measurements_summarizer.rb
Instance Attribute Summary collapse
-
#external_input_time_max ⇒ Object
Returns the value of attribute external_input_time_max.
-
#gc_count ⇒ Object
Returns the value of attribute gc_count.
-
#gc_time ⇒ Object
Returns the value of attribute gc_time.
-
#interval_from_previous_succeed_max ⇒ Object
Returns the value of attribute interval_from_previous_succeed_max.
-
#interval_from_previous_succeed_p50 ⇒ Object
Returns the value of attribute interval_from_previous_succeed_p50.
-
#read_error_count ⇒ Object
Returns the value of attribute read_error_count.
-
#read_time_max ⇒ Object
Returns the value of attribute read_time_max.
-
#read_time_p50 ⇒ Object
Returns the value of attribute read_time_p50.
-
#succeed_rate ⇒ Object
Returns the value of attribute succeed_rate.
-
#time_taken_max ⇒ Object
Returns the value of attribute time_taken_max.
-
#time_taken_p50 ⇒ Object
Returns the value of attribute time_taken_p50.
-
#time_taken_p95 ⇒ Object
Returns the value of attribute time_taken_p95.
-
#time_taken_p99 ⇒ Object
Returns the value of attribute time_taken_p99.
-
#write_error_count ⇒ Object
Returns the value of attribute write_error_count.
-
#write_time_max ⇒ Object
Returns the value of attribute write_time_max.
-
#write_time_p50 ⇒ Object
Returns the value of attribute write_time_p50.
Instance Attribute Details
#external_input_time_max ⇒ Object
Returns the value of attribute external_input_time_max
2 3 4 |
# File 'lib/procon_bypass_man/procon/performance_measurement/measurements_summarizer.rb', line 2 def external_input_time_max @external_input_time_max end |
#gc_count ⇒ Object
Returns the value of attribute gc_count
2 3 4 |
# File 'lib/procon_bypass_man/procon/performance_measurement/measurements_summarizer.rb', line 2 def gc_count @gc_count end |
#gc_time ⇒ Object
Returns the value of attribute gc_time
2 3 4 |
# File 'lib/procon_bypass_man/procon/performance_measurement/measurements_summarizer.rb', line 2 def gc_time @gc_time end |
#interval_from_previous_succeed_max ⇒ Object
Returns the value of attribute interval_from_previous_succeed_max
2 3 4 |
# File 'lib/procon_bypass_man/procon/performance_measurement/measurements_summarizer.rb', line 2 def interval_from_previous_succeed_max @interval_from_previous_succeed_max end |
#interval_from_previous_succeed_p50 ⇒ Object
Returns the value of attribute interval_from_previous_succeed_p50
2 3 4 |
# File 'lib/procon_bypass_man/procon/performance_measurement/measurements_summarizer.rb', line 2 def interval_from_previous_succeed_p50 @interval_from_previous_succeed_p50 end |
#read_error_count ⇒ Object
Returns the value of attribute read_error_count
2 3 4 |
# File 'lib/procon_bypass_man/procon/performance_measurement/measurements_summarizer.rb', line 2 def read_error_count @read_error_count end |
#read_time_max ⇒ Object
Returns the value of attribute read_time_max
2 3 4 |
# File 'lib/procon_bypass_man/procon/performance_measurement/measurements_summarizer.rb', line 2 def read_time_max @read_time_max end |
#read_time_p50 ⇒ Object
Returns the value of attribute read_time_p50
2 3 4 |
# File 'lib/procon_bypass_man/procon/performance_measurement/measurements_summarizer.rb', line 2 def read_time_p50 @read_time_p50 end |
#succeed_rate ⇒ Object
Returns the value of attribute succeed_rate
2 3 4 |
# File 'lib/procon_bypass_man/procon/performance_measurement/measurements_summarizer.rb', line 2 def succeed_rate @succeed_rate end |
#time_taken_max ⇒ Object
Returns the value of attribute time_taken_max
2 3 4 |
# File 'lib/procon_bypass_man/procon/performance_measurement/measurements_summarizer.rb', line 2 def time_taken_max @time_taken_max end |
#time_taken_p50 ⇒ Object
Returns the value of attribute time_taken_p50
2 3 4 |
# File 'lib/procon_bypass_man/procon/performance_measurement/measurements_summarizer.rb', line 2 def time_taken_p50 @time_taken_p50 end |
#time_taken_p95 ⇒ Object
Returns the value of attribute time_taken_p95
2 3 4 |
# File 'lib/procon_bypass_man/procon/performance_measurement/measurements_summarizer.rb', line 2 def time_taken_p95 @time_taken_p95 end |
#time_taken_p99 ⇒ Object
Returns the value of attribute time_taken_p99
2 3 4 |
# File 'lib/procon_bypass_man/procon/performance_measurement/measurements_summarizer.rb', line 2 def time_taken_p99 @time_taken_p99 end |
#write_error_count ⇒ Object
Returns the value of attribute write_error_count
2 3 4 |
# File 'lib/procon_bypass_man/procon/performance_measurement/measurements_summarizer.rb', line 2 def write_error_count @write_error_count end |
#write_time_max ⇒ Object
Returns the value of attribute write_time_max
2 3 4 |
# File 'lib/procon_bypass_man/procon/performance_measurement/measurements_summarizer.rb', line 2 def write_time_max @write_time_max end |
#write_time_p50 ⇒ Object
Returns the value of attribute write_time_p50
2 3 4 |
# File 'lib/procon_bypass_man/procon/performance_measurement/measurements_summarizer.rb', line 2 def write_time_p50 @write_time_p50 end |