Bug fix, added in globals B_DCOP / B_QDBUS for pretests of dcop/qdbus. Need to set both because some systems have both.
Bug fix, added squashfs and unionfs to excluded fs types to clean up -p output for partition data
a small issue fix, where cpu spike caused by inxi itself gives a bad cpu speed. Solution, put a 0.3 sleep time right before we get the cpu
data.
Less than 0.3 wasn't s reliable, not sure how much time the kernel needs to slow down cpus again.
user can set config override of this time easily.
Maybe one day inxi will be released with config files in /etc, then this stuff can be documented better in the file.
I found the sleep largely unnoticeable in my tests.
New option: -t
requires extra args c, m, or cm (cpu, memory, or both). Accepts further additional option: 1-20
This will show top cpu processes for default number or user selection, and top memory using processes.
Sample: inxi -t c7
updated to handle new /sys/block syntax to get device name for disks. This will require further work to actually make solid, but this fix
makes
it work for now.
Found another issue, for snd modules, we have to use array item 3, kernel modules loaded, not driver
driver for sound modules is a name, not a module name, and also the reported modules need further processing, - to _ and tolower in case.
fixed a bug that made two networking chips of same company when identical create one single doubled driver output.
Also added in pcibus id output for -x option with networking and audio cards.
Optimized to not do repeated tests of tools for functions that are used more than one time.
Added boolean tested flags, and global app path variables to handle this.
this can knock off up to 10 or more type -p app exists type tests for one script execution.
Found and fixed 2 real bugs:
1 - driver module version print out was broken for both networking and audio, and audio was not at all working due to improperly formatted
module names being sent to get module driver version function.
2 - runlevel show was broken, was using a bad path. Fixed, and also made runlevels show now for -F/-xI output
Updated top comment header to correctly show true script Depends and true Recommends. Recommends section now also lists which options require
which applications, and I updated/corrected the debian package names for each application.
Redid the recommended app testing also, now the app is only tested for locally in the get data function when it is requested.
Cleaned up some other irregular code methods.
Might be one more fix to get it more consistent.