From d7ec9d597488e450eed33f4d9a9b887d98bf1665 Mon Sep 17 00:00:00 2001 From: Folkert van Heusden Date: Fri, 20 Sep 2024 05:44:03 +0200 Subject: [PATCH] readme --- README.md | 6 ++++++ block-speed.py => block-speed-randread.py | 0 2 files changed, 6 insertions(+) rename block-speed.py => block-speed-randread.py (100%) diff --git a/README.md b/README.md index d0ac381..38fd657 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,12 @@ This software has a custom SNMP library. * .1.3.6.1.4.1.2021.9.1.9.1 - disk free estimate (will only work when using TRIM/UNMAP/DISCARD) +test tools +---------- +* test-blockdevice.py tests if what is written, is readable later on. this test overwrites the contents of a device! +* block-speed-randread.py measures the bandwidth/iops for random reads. use plot.sh to create png-files of the output. + + disclaimer ---------- Things are not stable/reliable yet for microcontrollers: it may destroy the contents of your SD-card. diff --git a/block-speed.py b/block-speed-randread.py similarity index 100% rename from block-speed.py rename to block-speed-randread.py