Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mention network workload #27

Merged
merged 2 commits into from
Aug 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 needed 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.

Expand Down
Loading