Pro .NET Benchmarking by Andrey Akinshin
Author:Andrey Akinshin
Language: eng
Format: epub
ISBN: 9781484249413
Publisher: Apress
Foo
543 ms
104 ms
-439 ms
Bar
108 ms
560 ms
452 ms
Baz
94 ms
101 ms
7 ms
Qux
103 ms
105 ms
2 ms
Quux
102 ms
99 ms
-3 ms
Quuz
98 ms
96 ms
-2 ms
Correlated changes in time series
If you can detect a correlation between two time series in your tests, it can be interesting to check that you always have this correlation. In Table 5-7, you can see an example of some latency and throughput measurements. The latency is just a raw duration, the throughput is a number of RPS. We run these tests on different agents with different hardware, so we can’t apply “usual” degradation analysis here. However, we can notice a pattern: Throughput≈2 sec / Latency. For example, if Latency = 0.1 sec, we get Throughput = 2 sec / 0.1 sec = 20. This pattern can be explained by parallelization: we have two threads on each agent that process our requests. We can observe such patterns on all agents except Agent4. So, we can assume that something is wrong with parallelization here. Of course, we can detect this problem in other ways. However, the correlation analysis helped us to formulate a hypothesis for future investigation (something is wrong with the Latency/Throughput) and get additional important information (we have this problem only on Agent4). Such facts can save a lot of investigator time because you can collect all such suspicious patterns automatically. You can find another example of such analysis in [AnomalyIo 2017].Table 5-7.An Example of Correlated Changes in Time Series
Download
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
Linux Device Driver Development Cookbook by Rodolfo Giometti(3805)
Embedded Programming with Modern C++ Cookbook by Igor Viarheichyk(3151)
Implementing Cellular IoT Solutions for Digital Transformation by Dennis McCain(3095)
Embedded Linux Development Using Yocto Project - Third Edition by Otavio Salvador & Daiane Angolini(2910)
TinyML Cookbook by Gian Marco Iodice(2909)
Simplifying 3D Printing with OpenSCAD by Colin Dow(2760)
TinyML Cookbook by Gian Marco Iodice & Ronan Naughton(2521)
Fusion 360 for Makers by Lydia Sloan Cline(2118)
Networking A Beginner's Guide by Bruce Hallberg(2113)
But How Do It Know? by J. Clark Scott(1947)
Hands-On Linux for Architects by Denis Salamanca(1928)
Computers For Seniors For Dummies by Nancy C. Muir(1901)
Arduino Project Handbook, Volume 2: 25 Simple Electronics Projects for Beginners by Geddes Mark(1864)
Raspberry Pi and MQTT Essentials by Dhairya Parikh(1862)
9781803246888-ENHANCING DEEP LEARNING WITH BAYESIAN INFERENCE by Unknown(1809)
Hack and HHVM by Owen Yamauchi(1798)
31 Days Before Your CompTIA A+ Exams (Shanette Luellen's Library) by Benjamin Patrick Conry(1770)
MicroPython Projects by Jacob Beningo(1638)
Hands-On Internet of Things with MQTT by Tim Pulver(1611)
