From 16f288ce1c69d5c355f9e7c63d7f770657dd1988 Mon Sep 17 00:00:00 2001 From: Dmitrii Dolgov <9erthalion6@gmail.com> Date: Mon, 12 Aug 2024 12:38:21 +0200 Subject: [PATCH] Mention network workload --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1f6e5f4..df1f1ce 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,10 @@ workloads: Similarly to the process based workload, syscalls are also modelled by a Poisson process. +* Network based workload to simulate systems with large number of open + connections. To reduce amount of resources neede for such simulation, a tun + device is used to craft an external client connection in the userspace. + Every workload is executed via set of worker processes, that are distributed among available system CPU cores to fully utilize system resources.