Обложка канала

Лига сисадминов

Здесь мы собираем всё, что может быть интересно представителям, пожалуй, лучшей в мире профессии: руководства, лучшие практики, свежие новости мира ИТ, книги, и многое другое.

Лига сисадминов

4 года назад
Открыть в
#ит_статьи #linux #network Linux — How to Evaluate Network Performance? Полезные инструменты для бенчмаркинга сетевой части Linux. telegra.ph/Linux--…ce-05-22
Linux — How to Evaluate Network Performance?

In my previous articles, we talked about how to troubleshoot network latency and performance problems, also the classic C10K and C1000K problems. To recap, C10K refers to the problem of how a single host can handle 10,000 concurrent requests at the same time, and C1000K refers to 1M concurrent requests. Introduction The optimization of I/O model is the best way to solve the C10K problem. The epoll which introduced in Liux 2.6 perfectly solves C10K and many high-performance network solutions today are still…

Telegraph