smxi
smxi
Both are tricky, which is why neither have been done. The purpose, primary, of -P, --partitions, is to show the disk used percentages, and in that case, a physical swap...
Actually, on second thought, I realized that what I said in a sense is how inxi 'thinks' about this stuff, swap is a kind of partition, not of memory, so...
inxi 3.0.39 (or maybe it will be version 3.1.0) will feature a new line, Swap, which will remove any actual swap partition from Partition line, and also include zram and...
inxi 3.3.22 will implement most of the rest of fix 18, /sys based sensors data for cpu, fan speeds, voltage. This acts as a fallback for lm-sensors, if lm-sensors not...
Right now all the ram info comes from dmidecode. RAM stuff is a massive pain, the data is just jumbled up, random, sometimes it is right, sometimes wrong (when it...
This is a list of the tools Debian i2c-tools installs, obviously you'd have to narrow down massively what you actually would expect to see, what actually matters, what does not...
It looks to me, initially, that the only interesting command is: decode-dimms But that returns quite similar data to dmidecode, just with more details. Note that per dimm data is...
Sample outputfor decode-dimm. ``` Decoding EEPROM: /sys/bus/i2c/drivers/eeprom/0-0052 Guessing DIMM is in bank 3 ---=== SPD EEPROM Information ===--- EEPROM CRC of bytes 0-125 OK (0xECEB) # of bytes written to...
No, it's not about the data right now, it's about seeing if there is actually even a point to adding this. In other words, you have to tell me what...
If it's one single item, timings, then it would just be a matter of pulling that logic out of the decode-dimm thing and putting it into inxi. I'd have to...