Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Links: https://linux-test-project.github.io, https://github.com/linux-test-project/ltp

Cyclictest

Cyclictest accurately and repeatedly measures the difference between a thread's intended wake-up time and the time at which it actually wakes up in order to provide statistics about the system's latencies. It can measure latencies in real-time systems caused by the hardware, the firmware, and the operating system.

Links: https://wiki.linuxfoundation.org/realtime/documentation/howto/tools/cyclictest/start?s[]=cyclictest

Storage

Bonnie++

Bonnie++ is a benchmark suite that is aimed at performing a number of simple tests of hard drive and file system performance. Then you can decide which test is important and decide how to compare different systems after running it.

Links: https://www.coker.com.au/bonnie++/

Networking

Iperf3

iperf is a tool for active measurements of the maximum achievable bandwidth on IP networks. It supports tuning of various parameters related to timing, protocols, and buffers. For each test it reports the measured throughput / bitrate, loss, and other parameters.

Links: https://github.com/esnet/iperf

OpenStack

Tempest

This is a set of integration tests to be run against a live OpenStack cluster. Tempest has batteries of tests for OpenStack API validation, scenarios, and other specific tests useful in validating an OpenStack deployment.

Links: https://docs.openstack.org/tempest/latest/overview.html

Kubernetes

Link: https://github.com/kubernetes/community/blob/master/contributors/devel/sig-testing/e2e-tests.md

Agouti