Skip to content

Commit

Permalink
fix: restperf fcp template mapping fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulguptajss authored and cgrinds committed Nov 11, 2022
1 parent 68883dd commit 4ed6883
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions conf/restperf/9.12.0/fcp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,23 +21,23 @@ counters:
- link_failure => link_failure
- loss_of_signal
- loss_of_sync
- primitive_seq_err
- primitive_seq_err => prim_seq_err
- queue_full
- reset_count
- shared_interrupt_count
- spurious_interrupt_count
- shared_interrupt_count => shared_int_count
- spurious_interrupt_count => spurious_int_count
- threshold_full
- discarded_frames_count
- interrupt_count
- interrupt_count => int_count
- invalid.transmission_word => invalid_transmission_word
- isr.count => isr_count
- invalid.crc => invalid_crc
- nvmf.average_other_latency => nvmf_avg_other_latency
- nvmf.average_read_latency => nvmf_avg_read_latency
- nvmf.average_remote_other_latency => nvmf_avg_read_latency
- nvmf.average_remote_read_latency => nvmf_avg_read_latency
- nvmf.average_remote_write_latency => nvmf_avg_read_latency
- nvmf.average_write_latency => nvmf_avg_read_latency
- nvmf.average_remote_other_latency => nvmf_avg_remote_other_latency
- nvmf.average_remote_read_latency => nvmf_avg_remote_read_latency
- nvmf.average_remote_write_latency => nvmf_avg_remote_write_latency
- nvmf.average_write_latency => nvmf_avg_write_latency
- nvmf.caw_data => nvmf_caw_data
- nvmf.caw_ops => nvmf_caw_ops
- nvmf.command_slots => nvmf_command_slots
Expand Down

0 comments on commit 4ed6883

Please sign in to comment.