diff options
author | Pjotr Prins | 2023-03-08 10:56:20 +0100 |
---|---|---|
committer | Pjotr Prins | 2023-03-08 10:56:20 +0100 |
commit | 292407ece02764f42f740708a22e1626359ef76b (patch) | |
tree | 72bea99abeab02ccf12bc2e0878a64d774e212d3 /topics | |
parent | 5586fc4f1ad5a3c410bc5183a8d9b9c1b81067c9 (diff) | |
download | gn-gemtext-292407ece02764f42f740708a22e1626359ef76b.tar.gz |
Innodb
Diffstat (limited to 'topics')
-rw-r--r-- | topics/systems/hpc/performance.gmi | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/topics/systems/hpc/performance.gmi b/topics/systems/hpc/performance.gmi new file mode 100644 index 0000000..a0b14f0 --- /dev/null +++ b/topics/systems/hpc/performance.gmi @@ -0,0 +1,13 @@ +# Testing performance + +See the drive specs by using the identifier + +``` +fdisk -l +``` + +For disk speeds make sure there is no load and run + +``` +hdparm -Ttv /dev/sdc1 +``` |