Get the latest tech news
New Tool: lsds – List All Linux Block Devices and Settings in One Place
When dealing with disks and I/O things on Linux, you’d regularly run commands like lsblk, lsscsi, nvme list, etc. All of them tend to report a different set of information, so I ended up running multiple commands and correlating their output based on the device name or number. And then I had to run commands like these, to get extra info about the current OS-level configuration settings for specific disks: - Linux, Oracle, SQL performance tuning and troubleshooting - consulting & training.
When dealing with disks and I/O things on Linux, you’d regularly run commands like lsblk, lsscsi, nvme list, etc. All of them tend to report a different set of information, so I ended up running multiple commands and correlating their output based on the device name or number. I finally had enough and created a single Python program lsds for showing all interesting bits for a disk in one place.
Or read this on Hacker News