Skip to content

How to measure increment of latency from fortio outcome #604

Answered by ldemailly
eoregua asked this question in Q&A
Discussion options

You must be logged in to vote

you probably want to use the new -nocatchup option which will prevent fortio from trying to make up for slowdown by going faster later to try to attain the target qps despite errors/slowdown

also you are using -p incorrectly, it's meant to change the pXX and you probably should leave the defaults alone (50,75,90,99,99.9) as p1024 is meaningless (fixing this in #606 so thanks for giving your full command line). once you remove -p 1024 (maybe you meant to use -payload-size 1024 ?) you will see the p90, p99 latencies (ie the slowest 10 and 1% respectively) jump

despite this, you can still see some degradation:

1: 0.0012472604 +/- 0.0008438
2: 0.0013089009 +/- 0.001321 

so the standard devia…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@eoregua
Comment options

Answer selected by ldemailly
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants