showtools icon indicating copy to clipboard operation
showtools copied to clipboard

Shows detailed disk or network device information

Results 4 showtools issues
Sort by recently updated
recently updated
newest added

Recently I added an NVMe drive to one of my servers. When running showtools it only shows: Dev GB to be expected?

Not sure when it got added but ```smartctl``` now supports a ```--json``` option (and it's also surprisingly configurable). This is as of v7.2-1 in debian/sid. Could provide some additional reliability...

enhancement

Trying to run this on RHEL 9.3. When I run the command `show disk -a`, I get the below error: ```python (fioTools) [root@localhost VirtualEnvironments]# show disk -a Traceback (most recent...

Reasons for the rewrite - Code improvement, structuring code in modules, not just a single file - Using 'rich' python module to display table, looks better, including better right/left justification...