2 مستودعات
Utilities for measuring storage throughput and latency across various block sizes and access patterns.
Distinguishing note: None of the candidates relate to storage performance measurement; they focus on AI model size, ML sampling, HTTP fetching, audio processing, or memory corruption.
Explore 2 awesome GitHub repositories matching operating systems & systems programming · Disk I/O Benchmarking. Refine with filters or upvote what's useful.
This project is a Linux server benchmarking script written in Bash. It serves as a system for evaluating CPU, disk, and network performance by orchestrating a set of standardized diagnostic tools. The script integrates specialized utilities to measure storage throughput and latency across various block sizes, compute hardware scores for processor performance, and test network upload and download speeds using parallel connections. It is designed to generate comparative hardware reports and evaluate total network capacity across global locations. The tool includes a mechanism for exporting all
Tests storage throughput by iterating through different data chunk sizes to identify performance bottlenecks.
fio is a storage performance benchmarking tool and synthetic I/O workload generator. It functions as a storage device profiler and I/O trace replay engine, enabling the measurement of throughput and latency for storage devices and file systems. The project is distinguished by its ability to act as a distributed storage stress tester, managing multiple remote server backends via a single controller to evaluate network storage. It also includes specialized capabilities for storage deduplication analysis by generating redundant data buffers to test the efficiency of deduplication subsystems. Th
The Distributed I/O Stress Tester measures storage throughput and latency by running configurable job files or command line parameters.