# Chapter 4 Load Balancing Algorithm - Experimental Verification

In this chapter, we will present a series of experimental data to validate the conclusions analyzed in the previous chapters. To reduce the burden of the validation work, we only conduct experiments on the two best combinations to verify the analysis in the previous chapters:

* ThresholdShedder + LeastResourceUsageWithWeight
* UniformLoadShedder + LeastLongTermMessageRate

The experimental process aims to enhance the reliability of the conclusions drawn in the previous analysis. If you are not interested in the experimental details, you may skip this chapter and navigate directly to Chapter 5, which covers the `AvgShedder`.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://tumbleds-library.gitbook.io/thetumbleds-library/chapter-4-load-balancing-algorithm-experimental-verification.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
