diff options
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 +``` |