This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
linux:cmd:hw [2020/11/04 05:55] – created js | linux: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:// | Homepage: [[http:// | ||
Line 7: | Line 7: | ||
//"The sg3_utils package contains utilities that send SCSI commands to devices."// | //"The sg3_utils package contains utilities that send SCSI commands to devices."// | ||
- | <code bash> | + | === sg_inq === |
+ | <code bash>#sg_inq / | ||
< | < | ||
Line 20: | Line 21: | ||
| | ||
</ | </ | ||
+ | |||
+ | === sginfo === | ||
+ | <code bash># | ||
+ | < | ||
+ | ---------------------------- | ||
+ | Device Type 0 | ||
+ | Peripheral Qualifier | ||
+ | Removable | ||
+ | Version | ||
+ | NormACA | ||
+ | HiSup 0 | ||
+ | Response Data Format | ||
+ | SCCS 0 | ||
+ | ACC 0 | ||
+ | ALUA 0 | ||
+ | 3PC 0 | ||
+ | Protect | ||
+ | BQue 0 | ||
+ | EncServ | ||
+ | MultiP | ||
+ | MChngr | ||
+ | Addr16 | ||
+ | Relative Address | ||
+ | Wide bus 16 1 | ||
+ | Synchronous neg. 1 | ||
+ | Linked Commands | ||
+ | Command Queueing | ||
+ | Vendor: | ||
+ | Product: | ||
+ | Revision level: | ||
+ | </ | ||
+ | |||
+ | ===== lsblk ===== | ||
+ | |||
+ | Homepage: [[https:// | ||
+ | |||
+ | Wiki: [[https:// | ||
+ | |||
+ | Lsblk use the filesystem /sys and udev to show details of block devices (e.g. sda). | ||
+ | |||
+ | <code bash># | ||
+ | < | ||
+ | |||
+ | |||
+ | ===== nvtop ===== | ||
+ | |||
+ | github: [[https:// | ||
+ | |||
+ | ===== htop ===== | ||
+ | |||
+ | github: [[https:// | ||
+ | |||
+ | ===== [b|bash|bpy]top ===== | ||
+ | |||
+ | github: [[https:// | ||
+ | |||
+ | |||