From 763ac1047a8fd91a681dc865b554f2ab4e40ca32 Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Mon, 1 Sep 2025 11:40:22 +0200 Subject: Minor text edit --- topics/systems/hpc/performance.gmi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/topics/systems/hpc/performance.gmi b/topics/systems/hpc/performance.gmi index ac5e861..ee604b5 100644 --- a/topics/systems/hpc/performance.gmi +++ b/topics/systems/hpc/performance.gmi @@ -14,13 +14,13 @@ hdparm -Ttv /dev/sdc1 Cheap and cheerful: -Read test: +Write test: ``` dd if=/dev/zero of=./test bs=512k count=2048 oflag=direct ``` -Write test: +Read test: ``` /sbin/sysctl -w vm.drop_caches=3 -- cgit 1.4.1