Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
linux:cmd:hw [2020/11/04 05:56] jslinux:cmd:hw [2023/03/30 08:47] (current) js
Line 1: Line 1:
 ====== Hardware Tools & Commands ====== ====== Hardware Tools & Commands ======
  
-==== sg3_utils ====+===== sg3_utils =====
  
 Homepage: [[http://sg.danny.cz/sg/sg3_utils.html]] Homepage: [[http://sg.danny.cz/sg/sg3_utils.html]]
Line 8: Line 8:
  
 === sg_inq === === sg_inq ===
-<code bash>sg_inq /dev/sda</code>+<code bash>#sg_inq /dev/sda</code>
  
 <code>standard INQUIRY: <code>standard INQUIRY:
Line 23: Line 23:
  
 === sginfo === === sginfo ===
-<code bash> sginfo -i /dev/sda</code>+<code bash>#sginfo -i /dev/sda</code>
 <code>INQUIRY response (cmd: 0x12) <code>INQUIRY response (cmd: 0x12)
 ---------------------------- ----------------------------
Line 52: Line 52:
 Revision level:            2.0 Revision level:            2.0
 </code> </code>
 +
 +===== lsblk =====
 +
 +Homepage: [[https://github.com/karelzak/util-linux]]
 +
 +Wiki: [[https://de.wikipedia.org/wiki/Util-linux]]
 +
 +Lsblk use the filesystem /sys and udev to show details of block devices (e.g. sda).
 +
 +<code bash>#lsblk --noheadings --nodeps --include 8 --output name</code>
 +<code>sda</code>
 +
 +
 +===== nvtop =====
 +
 +github: [[https://github.com/Syllo/nvtop]]
 +
 +===== htop =====
 +
 +github: [[https://github.com/htop-dev/htop]]
 +
 +===== [b|bash|bpy]top =====
 +
 +github: [[https://github.com/aristocratos?tab=repositories]]
 +
 +
 +