diff options
author | Pjotr Prins | 2023-11-10 09:52:42 +0100 |
---|---|---|
committer | Pjotr Prins | 2023-11-10 09:53:01 +0100 |
commit | eded54ada13baac79506847858fb16db6495d1f0 (patch) | |
tree | 2faa235b7d407676ac6b34f7c0304bf1aea95c7f /topics/systems | |
parent | 147f51f393e06b7081894eff42544e64c87649e3 (diff) | |
download | gn-gemtext-eded54ada13baac79506847858fb16db6495d1f0.tar.gz |
on network hardware
Diffstat (limited to 'topics/systems')
-rw-r--r-- | topics/systems/hpc/performance.gmi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/topics/systems/hpc/performance.gmi b/topics/systems/hpc/performance.gmi index a0b14f0..ce6a111 100644 --- a/topics/systems/hpc/performance.gmi +++ b/topics/systems/hpc/performance.gmi @@ -11,3 +11,11 @@ For disk speeds make sure there is no load and run ``` hdparm -Ttv /dev/sdc1 ``` + +## Networking + +To check the network devices installed use + +``` +lshw -class network +``` |