mirror of
https://github.com/smxi/inxi.git
synced 2024-11-16 16:21:39 +00:00
New inxi, new man, new tarball.
It's here! Perl inxi, first official release. So many changes, really too many to list. But here's a few: 1. of course, full rewrite to Perl 5.x. Supports as old as 5.008, as new as current. 2. Better line length nandlers. Fully dynamic, robust, shrinks and expands to fit either taste or viewport. 3. Long options for all options now, plus of course the short options everyone is used to. 4. New options: --usb; --slots (pci slot report); --sleep (change cpu sleep time); and many more. Check --help or man page for details. 5. Vastly improved --recommends, now does per distro package recommends, and shows only Linux data to Linux systems, and BSD data to BSD systems. 6. Hugely improved debugger as well. 7. Far more accurate output, most output is now in key/value pairs, because: 8. inxi now exports to json and xml! See --output/--output-file for info. 9. Enhancedd repo output, added deb822 type, solus 10. Radically enhanced network data, now shows all IP / IF devices connected to each nic, not just one, both IP v4 and v6. 11. USB audio and network device actual drivers 12. better handling of compiler data. 13. Basic ARM machine data now, if present to inxi 14. Graphics: per card driver info alongside the original xorg drivers. 15. Better integration of partitions, RAID, unmounted partitions, and HDD data. 16. Better sensors handling of free video driver sensor data, well, not better, it's now there, along with fan speeds for gpus. 17. RAID is enhanced, and now can show > 1 RAID type on a system, and the RAID is improved. 18. Much improved disk/partition/memory sizing, inxi now always works internally with KB units, and changes them on output to the appropriate units. 19. Fully redone man page for all the new options and the long options. And so much more. Anyway, here it is, the first release.
This commit is contained in:
parent
501f4c3c17
commit
6aace06af4
19
README.txt
19
README.txt
|
@ -1,22 +1,7 @@
|
|||
README for inxi - a command line system information tool
|
||||
|
||||
NOTE: Maintainer alert: Perl inxi 2.9.01 will be released 2018-03-20
|
||||
barring unexpected huge bugs. All future issues will be handled via
|
||||
github as normal inxi issues. I spent 2 weeks fielding issue reports,
|
||||
on forums, and got great feedback from 'some', indeed, many distros.
|
||||
Other distros failed to give any feedback, so your issues will take
|
||||
last place in any issue queue because I gave you every opportuntity
|
||||
to do this release right.
|
||||
|
||||
I didn't try all the distros because my time is finite, so if you
|
||||
find glitches in your particular distro, most likely to appear in
|
||||
Repos if I didn't directly test your most current syntax, post
|
||||
issues on github master branch of inxi with whatever debugger data
|
||||
that is requested. Failure to provide debugger data except in very
|
||||
obvious cases will result in putting the issue on hold until it's
|
||||
provided, and closeed if not. No data means wasting my time, to be
|
||||
clear, since you're asking me to try to get bits of information
|
||||
over days rather than minutes.
|
||||
The new Perl inxi is now here! File all issue reports with the master
|
||||
branch.
|
||||
|
||||
=====================================================================
|
||||
BASIC GIT BRANCH:
|
||||
|
|
480
inxi.1
480
inxi.1
|
@ -1,4 +1,4 @@
|
|||
.TH INXI 1 "2017\-12\-07" inxi "inxi manual"
|
||||
.TH INXI 1 "2018\-03\-16" inxi "inxi manual"
|
||||
.SH NAME
|
||||
inxi \- Command line system information script for console and IRC
|
||||
.SH SYNOPSIS
|
||||
|
@ -11,8 +11,12 @@ NUMBER\fR] \fR[\fB\-v NUMBER\fR]
|
|||
NUMBER\fR)] \fR[\fB\-x \-OPTION\fR(\fBs\fR)] \fR[\fB\-xx
|
||||
\-OPTION\fR(\fBs\fR)] \fR[\fB\-xxx \-OPTION\fR(\fBs\fR)]
|
||||
|
||||
\fBinxi \fR[\fB\-\-slots\fR] \fR[\fB\-\-usb\fR]
|
||||
|
||||
\fBinxi \fR[\fB\-\-help\fR] \fR[\fB\-\-recommends\fR]
|
||||
\fR[\fB\-\-version\fR] \fR[\fB\-@ NUMBER\fR]
|
||||
\fR[\fB\-\-version\fR] \fR
|
||||
|
||||
All options have long form variants. See below.
|
||||
.SH DESCRIPTION
|
||||
\fBinxi\fR is a command line system information script built for for console
|
||||
and IRC. It is also used for forum technical support, as a debugging tool,
|
||||
|
@ -37,26 +41,28 @@ network connection issues online in a private chat, for example.
|
|||
Options can be combined if they do not conflict. Either group the letters
|
||||
together or separate them.
|
||||
|
||||
Letters with numbers can have no gap or a gap at your discretion unless using
|
||||
\fB \-t\fR.
|
||||
Letters with numbers can have no gap or a gap at your discretion unless using \fB \-t\fR.
|
||||
|
||||
For example:
|
||||
.B inxi
|
||||
\fB\-AG\fR or \fBinxi \-A \-G\fR or \fBinxi \-c10\fR
|
||||
|
||||
Note that below, all the short form options have long form equivalents, which are
|
||||
given, but in examples, to keep things simple, usually the short form is used.
|
||||
|
||||
.SH STANDARD OPTIONS
|
||||
.TP
|
||||
.B \-A
|
||||
.B \-A\fR,\fB \-\-audio\fR
|
||||
Show Audio/sound card information.
|
||||
.TP
|
||||
.B \-b
|
||||
.B \-b\fR,\fB \-\-basic\fR
|
||||
Shows basic output, short form (previously \fB\-d\fR). Same as: \fBinxi \-v 2\fR
|
||||
.TP
|
||||
.B \-B
|
||||
.B \-B\fR,\fB \-\-battery\fR
|
||||
Shows Battery data, charge, condition, plus extra information (if battery present).
|
||||
Uses \fB/sys\fR or for BSDs, \fBdmidecode\fR. \fBdmidecode\fR does not have very
|
||||
much information, and none about current battery state/charge/voltage. Supports
|
||||
multiple batteries when using \fB/sys\fR data.
|
||||
Uses \fB/sys\fR or for BSDs without systctl battery data, \fBdmidecode\fR.
|
||||
\fBdmidecode\fR does not have very much information, and none about current battery
|
||||
state/charge/voltage. Supports multiple batteries when using \fB/sys\fR data.
|
||||
|
||||
Note on the \fBcharge\fR item, the output shows the current charge, and the
|
||||
percent of the available capacity, which can be less than the original design
|
||||
|
@ -72,14 +78,13 @@ In the following example, the battery capacity is only 61% of it's original amou
|
|||
|
||||
For example: \fB22.2/36.4 Wh 61%\fR
|
||||
.TP
|
||||
.B \-c
|
||||
\fR[\fB0\fR\-\fB32\fR]
|
||||
.B \-c\fR,\fB \-\-color\fR \fR[\fB0\fR\-\fB43\fR]
|
||||
Available color schemes. Scheme number is required.
|
||||
|
||||
Supported color schemes: \fB0\-42\fR
|
||||
Supported color schemes: \fB0\-43\fR
|
||||
|
||||
.TP
|
||||
.B \-c
|
||||
\fR[\fB94\fR\-\fB99\fR]
|
||||
.B \-c \fR[\fB94\fR\-\fB99\fR]
|
||||
|
||||
Color selectors run a color selector option prior to inxi starting which lets
|
||||
you set the config file value for the selection.
|
||||
|
@ -107,17 +112,19 @@ Konversation etc.
|
|||
|
||||
Setting specific color type removes the global color selection.
|
||||
.TP
|
||||
.B \-C
|
||||
.B \-C\fR,\fB \-\-cpu\fR
|
||||
Show full CPU output, including per CPU clockspeed and CPU max speed (if available).
|
||||
If max speed data present, shows \fB(max)\fR in short output formats (\fB\inxi\fR,
|
||||
\fB\inxi \-b\fR) if CPU actual speed matches CPU max speed. If CPU max speed does
|
||||
not match CPU actual speed, shows both actual and max speed information.
|
||||
See \fB\-x\fR and \fB\-xx\fR for more options.
|
||||
|
||||
CPU description includes technical CPU(s) description: \fB(\-MT\-MCP)\fR
|
||||
CPU description includes technical CPU(s) description: \fBtype: MT\-MCP\fR
|
||||
|
||||
* \fBMT\fR \- Multi/Hyper Threaded CPUs, more than 1 thread per core. (Previously \fBHT\fR)
|
||||
|
||||
* \fBMCM\fR \- Multi Chip Model (More than 1 die per CPU)
|
||||
|
||||
* \fBMCP\fR \- Multi Core Processor (More than 1 core per CPU)
|
||||
|
||||
* \fBSMP\fR \- Symmetric Multi Processing (More than 1 physical CPUs)
|
||||
|
@ -125,13 +132,13 @@ CPU description includes technical CPU(s) description: \fB(\-MT\-MCP)\fR
|
|||
* \fBUP\fR \- Uni (single core) Processor
|
||||
|
||||
.TP
|
||||
.B \-d
|
||||
.B \-d\fR,\fB \-\-disk\-full\fR,\fB\-\-optical\fR
|
||||
Shows optical drive data. Same as \fB\-Dd\fR. With \fB\-x\fR, adds features line to
|
||||
output. Also shows floppy disks if present. Note that there is no current way to get
|
||||
any information about the floppy device that I am aware of, so it will simply show the
|
||||
floppy id, without any extra data. \fB\-xx\fR adds a few more features.
|
||||
.TP
|
||||
.B \-D
|
||||
.B \-D\fR,\fB \-\-disk\fR
|
||||
Show full hard Disk info, not only model, ie: \fB/dev/sda ST380817AS 80.0GB\fR.
|
||||
Shows disk space total + used percentage. The disk used percentage includes space
|
||||
used by swap partition(s), since those are not usable for data storage. Note that
|
||||
|
@ -140,21 +147,21 @@ disk sizes, but the used is computed from mounted partition used percentages. Th
|
|||
small defect may get corrected in the future. Also, unmounted partitions are not
|
||||
counted in disk use percentages since inxi has no access to that data.
|
||||
.TP
|
||||
.B \-f
|
||||
.B \-f\fR,\fB \-\-flags\fR
|
||||
Show all cpu flags used, not just the short list. Not shown with \fB\-F\fR to avoid
|
||||
spamming. ARM cpus: show \fBfeatures\fR items.
|
||||
.TP
|
||||
.B \-F
|
||||
.B \-F\fR,\fB \-\-full\fR
|
||||
Show Full output for inxi. Includes all Upper Case line letters, plus \fB\-s\fR
|
||||
and \fB\-n\fR. Does not show extra verbose options like
|
||||
\fB\-d \-f \-l \-m \-o \-p \-r \-t \-u \-x\fR unless you use those arguments in
|
||||
the command, like: \fBinxi \-Frmxx\fR
|
||||
.TP
|
||||
.B \-G
|
||||
.B \-G\fR,\fB \-\-graphics\fR
|
||||
Show Graphic card information. Card(s), Display Server (vendor and version number),
|
||||
for example:
|
||||
|
||||
\fBDisplay Server: Xorg 1.15.1 \fR
|
||||
\fBDisplay Server: x11 (Xorg 1.15.1)\fR
|
||||
|
||||
as well as screen resolution(s), OpenGL renderer, OpenGL core profile version/OpenGL
|
||||
version.
|
||||
|
@ -164,35 +171,32 @@ server type, ie, x11, wayland, mir. When xorg is present, its version informatio
|
|||
will show after the server type in parentheses. Future versions will show compositor
|
||||
information as well.
|
||||
.TP
|
||||
.B \-h
|
||||
.B \-h\fR,\fB \-\-help\fR
|
||||
The help menu. Features dynamic sizing to fit into terminal window. Set script
|
||||
global \fBCOLS_MAX_CONSOLE\fR if you want a different default value, or
|
||||
use \fB\-y <width>\fR to temporarily override the defaults or actual window width.
|
||||
.TP
|
||||
.B \-\-help
|
||||
Same as \fB\-h\fR
|
||||
.TP
|
||||
.B \-H
|
||||
.B \-H\fR,\fB \-\-help\-full\fR
|
||||
The help menu, plus developer options. Do not use dev options in normal
|
||||
operation!
|
||||
.TP
|
||||
.B \-i
|
||||
.B \-i\fR,\fB \-\-ip\fR
|
||||
Show Wan IP address, and shows local interfaces (requires \fBifconfig\fR or
|
||||
\fBip\fR network tool). Same as \-Nni. Not shown with \fB\-F\fR for user security
|
||||
reasons, you shouldn't paste your local/wan IP. Shows both IPv4 and IPv6 link IP
|
||||
address.
|
||||
|
||||
.TP
|
||||
.B \-I
|
||||
.B \-I\fR,\fB \-\-info\fR
|
||||
Show Information: processes, uptime, memory, irc client (or shell type if run in
|
||||
shell, not irc), inxi version. See \fB\-x\fR and \fB\-xx\fR for extra information
|
||||
(init type/version, runlevel).
|
||||
.TP
|
||||
.B \-l
|
||||
.B \-l\fR,\fB \-\-label\fR
|
||||
Show partition labels. Default: short partition \fB\-P\fR. For full \fB\-p\fR output,
|
||||
use: \fB\-pl\fR (or \fB\-plu\fR).
|
||||
.TP
|
||||
.B \-m
|
||||
.B \-m\fR,\fB \-\-memory\fR
|
||||
Memory (RAM) data. Does not show with \fB\-b\fR or \fB\-F\fR unless you use \fB\-m\fR
|
||||
explicitly. Ordered by system board physical system memory array(s) (\fBArray\-[number]
|
||||
capacity:\fR), and individual memory devices (\fBDevice\-[number]\fR). Physical memory
|
||||
|
@ -217,7 +221,7 @@ will put this data into \fB/sys\fR, and make it real data, taken from the actual
|
|||
not dmi data. For most people, the data will be right, but a significant percentage of
|
||||
users will have either wrong max module size, if present, or max capacity.
|
||||
.TP
|
||||
.B \-M
|
||||
.B \-M\fR,\fB \-\-machine\fR
|
||||
Show machine data. Device, Motherboard, Bios, and if present, System Builder (Like Lenovo).
|
||||
Older systems/kernels without the required \fB/sys\fR data can use dmidecode instead, run
|
||||
as root. If using dmidecode, may also show bios revision as well as version. \fB\-! 33\fR
|
||||
|
@ -235,14 +239,14 @@ fixed if possible.
|
|||
Due to unreliable vendor data, device will show: desktop; laptop; notebook; server;
|
||||
blade plus some obscure stuff that inxi is unlikely to ever run on.
|
||||
.TP
|
||||
.B \-n
|
||||
.B \-n\fR,\fB \-\-network-advanced\fR
|
||||
Show Advanced Network card information. Same as \fB\-Nn\fR. Shows interface, speed,
|
||||
mac id, state, etc.
|
||||
.TP
|
||||
.B \-N
|
||||
.B \-N\fR,\fB \-\-network\fR
|
||||
Show Network card information. With \fB\-x\fR, shows PCI BusID, Port number.
|
||||
.TP
|
||||
.B \-o
|
||||
.B \-o\fR,\fB \-\-unmounted\fR
|
||||
Show unmounted partition information (includes UUID and LABEL if available).
|
||||
Shows file system type if you have \fBfile\fR installed, if you are root OR if you have
|
||||
added to \fB/etc/sudoers\fR (sudo v. 1.7 or newer):
|
||||
|
@ -251,15 +255,15 @@ added to \fB/etc/sudoers\fR (sudo v. 1.7 or newer):
|
|||
|
||||
Does not show components (partitions that create the md raid array) of md\-raid arrays.
|
||||
.TP
|
||||
.B \-p
|
||||
.B \-p\fR,\fB \-\-partitions-full\fR
|
||||
Show full partition information (\fB\-P\fR plus all other detected partitions).
|
||||
.TP
|
||||
.B \-P
|
||||
.B \-P\fR,\fB \-\-partitions\fR
|
||||
Show Partition information (shows what \fB\-v 4\fR would show, but without extra data).
|
||||
Shows, if detected: \fB/ /boot /home /opt /tmp /usr /var /var/tmp /var/log\fR.
|
||||
Use \fB\-p\fR to see all mounted partitions.
|
||||
.TP
|
||||
.B \-r
|
||||
.B \-r\fR,\fB \-\-repos\fR
|
||||
Show distro repository data. Currently supported repo types:
|
||||
|
||||
\fBAPK\fR (Alpine Linux + derived versions)
|
||||
|
@ -283,35 +287,36 @@ Show distro repository data. Currently supported repo types:
|
|||
(as distro data is collected more will be added. If your's is missing please
|
||||
show us how to get this information and we'll try to add it.)
|
||||
.TP
|
||||
.B \-R
|
||||
.B \-R\fR,\fB \-\-raid\fR
|
||||
Show RAID data. Shows RAID devices, states, levels, and components, and
|
||||
extra data with \fB\-x\fR / \fB\-xx\fR.
|
||||
|
||||
md\-raid: If device is resyncing, shows resync progress line as well.
|
||||
|
||||
Note: Only md\-raid and ZFS are supported. Other software raid types could
|
||||
Note: Only md\-raid and ZFS are currently supported. Other software raid types could
|
||||
be added, but only if users supply all data required, and if the software
|
||||
raid actually can be made to give the required output.
|
||||
|
||||
Note: due to the complexity, only one raid type per system is supported.
|
||||
Md\-raid overrides ZFS if no ZFS was found.
|
||||
.TP
|
||||
.B \-\-recommends
|
||||
.B \-\-recommends\fR
|
||||
Checks inxi application dependencies + recommends, and directories, then shows
|
||||
what package(s) you need to install to add support for that feature.
|
||||
.TP
|
||||
.B \-s
|
||||
.B \-s\fR,\fB \-\-sensors\fR
|
||||
Show sensors output (if sensors installed/configured): mobo/cpu/gpu temp;
|
||||
detected fan speeds. Gpu temp only for Fglrx/Nvidia drivers. Nvidia shows
|
||||
screen number for > 1 screens.
|
||||
.TP
|
||||
.B \-S
|
||||
.B \-\-slots\fR
|
||||
Show PCI slots, type, speed, status.
|
||||
.TP
|
||||
.B \-S\fR,\fB \-\-system\fR
|
||||
Show System information: host name, kernel, desktop environment (if in X),
|
||||
distro. With \fB\-xx\fR show dm \- or startx \- (only shows if present and
|
||||
running if out of X), and if in X, with \fB\-xxx\fR show more desktop info,
|
||||
like shell/panel etc.
|
||||
.TP
|
||||
.B \-t
|
||||
.B \-t\fR,\fB \-\-processes\fR
|
||||
\fR[\fBc\fR or\fB m\fR or\fB cm\fR or\fB mc NUMBER\fR]\fR
|
||||
Show processes. If followed by numbers \fB1\-20\fR, shows that number of
|
||||
processes for each type (default: \fB5\fR; if in irc, max: \fB5\fR)
|
||||
|
@ -330,12 +335,17 @@ information in the first \fBMemory\fR line of output.
|
|||
.B \-t cm\fR
|
||||
\- cpu+memory. With \fB\-x\fR, shows also cpu or memory for that process on
|
||||
same line.
|
||||
|
||||
.TP
|
||||
.B \-u
|
||||
.B \-\-usb\fR
|
||||
Show USB data; Hubs and Devices attached.
|
||||
|
||||
.TP
|
||||
.B \-u\fR,\fB \-\-uuid\fR
|
||||
Show partition UUIDs. Default: short partition \fB\-P\fR. For full \fB\-p\fR
|
||||
output, use: \fB\-pu\fR (or \fB\-plu\fR).
|
||||
.TP
|
||||
.B \-U
|
||||
.B \-U\fR,\fB \-\-update\fR
|
||||
Note \- Maintainer may have disabled this function.
|
||||
|
||||
If inxi \fB\-h\fR has no listing for \fB\-U\fR then it's disabled.
|
||||
|
@ -352,13 +362,10 @@ Previous versions of inxi manually installed man page were installed to
|
|||
\fB/usr/local/share/man/man1\fR move it there and inxi will update to
|
||||
that path from then on.
|
||||
.TP
|
||||
.B \-V
|
||||
.B \-V\fR,\fB \-\-version\fR
|
||||
inxi version information. Prints information then exits.
|
||||
.TP
|
||||
.B \-\-version
|
||||
same as \fB\-V\fR
|
||||
.TP
|
||||
.B \-v
|
||||
.B \-v\fR,\fB \-\-verbosity\fR
|
||||
Script verbosity levels. Verbosity level number is required. Should not be
|
||||
used with \fB\-b\fR or \fB\-F\fR.
|
||||
|
||||
|
@ -390,19 +397,23 @@ optical drives.
|
|||
.TP
|
||||
.B \-v 6
|
||||
\- Adds full partition data (\fB\-p\fR), unmounted partition data (\fB\-o\fR),
|
||||
optical drive data (\fB\-d\fR); triggers \fB\-xx\fR extra data option.
|
||||
optical drive data (\fB\-d\fR); USB (\fB\-\-usb\fR); triggers \fB\-xx\fR extra data option.
|
||||
.TP
|
||||
.B \-v 7
|
||||
\- Adds network IP data (\fB\-i\fR); triggers \fB\-xxx\fR
|
||||
.TP
|
||||
.B \-w
|
||||
.B \-v 8
|
||||
\- All system data available. Repos (\fB\-r\fR); PCI slots (\fB\-\-slots\fR); processes
|
||||
(\fB\-tcm\fR). Useful for testing output and to see what data you can get from your system.
|
||||
.TP
|
||||
.B \-w\fR,\fB \-\-weather\fR
|
||||
Adds weather line. Note, this depends on an unreliable api so it may not always
|
||||
be working in the future. To get weather for an alternate location, use
|
||||
\fB\-W <location_string>\fR. See also \fB\-x\fR, \fB\-xx\fR, \fB\-xxx\fR option.
|
||||
Please note, your distribution's maintainer may chose to disable this feature,
|
||||
so if \fB\-w\fR or \fB\-W\fR don't work, that's why.
|
||||
.TP
|
||||
.B \-W <location_string>
|
||||
.B \-W\fR,\fB \-\-weather\-location <location_string>\fR
|
||||
Get weather/time for an alternate location. Accepts postal/zip code,
|
||||
city,state pair, or latitude,longitude. Note: city/country/state names must not
|
||||
contain spaces. Replace spaces with '\fB+\fR' sign. No spaces around \fB,\fR (comma).
|
||||
|
@ -411,7 +422,7 @@ Use only ascii letters in city/state/country names, sorry.
|
|||
Examples: \fB\-W 95623\fR OR \fB\-W Boston,MA\fR OR \fB\-W45.5234,\-122.6762\fR
|
||||
OR \fB\-W new+york,ny\fR OR \fB\-W bodo,norway\fR.
|
||||
.TP
|
||||
.B \-y <integer >= 80>
|
||||
.B \-y\fR,\fB \-\-width <integer >= 80>\fR
|
||||
This is an absolute width override which sets the output line width max.
|
||||
Overrides \fBCOLS_MAX_IRC\fR / \fBCOLS_MAX_CONSOLE\fR globals, or the
|
||||
actual widths of the terminal. If used with \fB\-h\fR or \fB\-c 94\-99\fR,
|
||||
|
@ -419,11 +430,11 @@ put \fB\-y\fR option first or the override will be ignored. Cannot be
|
|||
used with \fB\-\-help\fR/\fB\-\-version\fR/\fB\-\-recommends\fR type
|
||||
long options. Example: \fBinxi \-y 130 \-Fxx\fR
|
||||
.TP
|
||||
.B \-z
|
||||
.B \-z\fR,\fB \-\-filter\fR
|
||||
Adds security filters for IP addresses, Mac, location (\fB\-w\fR), and user
|
||||
home directory name. Default on for irc clients.
|
||||
.TP
|
||||
.B \-Z
|
||||
.B \-Z\fR,\fB \-\-filter-override\fR
|
||||
Absolute override for output filters. Useful for debugging networking
|
||||
issues in irc for example.
|
||||
.SH EXTRA DATA OPTIONS
|
||||
|
@ -436,52 +447,58 @@ These extra data triggers can be useful for getting more in\-depth
|
|||
data on various options. Can be added to any long form option list,
|
||||
like: \fB\-bxx\fR or \fB\-Sxxx\fR
|
||||
|
||||
There are 3 extra data levels: \fB\-x\fR; \fB\-xx\fR; and \fB\-xxx\fR
|
||||
There are 3 extra data levels:
|
||||
|
||||
\fB\-x\fR, \fB\-xx\fR, \fB\-xxx\fR
|
||||
|
||||
OR
|
||||
|
||||
\fB\-\-extra 1\fR, \fB\-\-extra 2\fR, \fB\-\-extra 3\fR
|
||||
|
||||
The following shows which lines / items get extra information with each
|
||||
extra data level.
|
||||
.TP
|
||||
.B \-x \-A
|
||||
.B \-x \-A\fR
|
||||
\- Adds version/port(s)/driver version (if available) for each Audio
|
||||
device.
|
||||
.TP
|
||||
.B \-x \-A
|
||||
.B \-x \-A\fR
|
||||
\- Shows PCI Bus ID/Usb ID number of each Audio device.
|
||||
.TP
|
||||
.B \-x \-B
|
||||
.B \-x \-B\fR
|
||||
\- Shows Vendor/Model, battery status (if battery present).
|
||||
.TP
|
||||
.B \-x \-C
|
||||
.B \-x \-C\fR
|
||||
\- bogomips on CPU (if available); CPU Flags (short list).
|
||||
.TP
|
||||
.B \-x \-C
|
||||
.B \-x \-C\fR
|
||||
\- CPU microarchitecture + revision (like Sandy Bridge, K8, ARMv8, P6,
|
||||
and so on). Only shows if detected. Newer microarchitectures will have
|
||||
to be added as they appear, and require the CPU family id and model id.
|
||||
|
||||
Example: \fBarch: Sandy Bridge rev.2\fR, \fBarch: K8 rev.F+\fR
|
||||
.TP
|
||||
.B \-x \-d
|
||||
.B \-x \-d\fR
|
||||
\- Adds items to features line of optical drive; adds rev version to
|
||||
optical drive.
|
||||
.TP
|
||||
.B \-x \-D
|
||||
.B \-x \-D\fR
|
||||
\- Hdd temp with disk data if you have hddtemp installed, if you are root
|
||||
OR if you have added to \fB/etc/sudoers\fR (sudo v. 1.7 or newer):
|
||||
|
||||
.B <username> ALL = NOPASSWD: /usr/sbin/hddtemp (sample)
|
||||
|
||||
.TP
|
||||
.B \-x \-G
|
||||
.B \-x \-G\fR
|
||||
\- Direct rendering status for Graphics.
|
||||
.TP
|
||||
.B \-x \-G
|
||||
.B \-x \-G\fR
|
||||
\- (for single gpu, nvidia driver) screen number gpu is running on.
|
||||
.TP
|
||||
.B \-x \-G
|
||||
.B \-x \-G\fR
|
||||
\- Shows PCI Bus ID/Usb ID number of each Graphics card.
|
||||
.TP
|
||||
.B \-x \-i
|
||||
.B \-x \-i\fR
|
||||
\- Show IP v6 additional scope data, like Global, Site, Temporary for
|
||||
each interface.
|
||||
|
||||
|
@ -506,191 +523,217 @@ values, as with global temporary, and global temporary deprecated.
|
|||
\fBip\-v6\-unknown\fR \- unknown scope
|
||||
|
||||
.TP
|
||||
.B \-x \-I
|
||||
.B \-x \-I\fR
|
||||
\- Show current init system (and init rc in some cases, like OpenRC).
|
||||
With \-xx, shows init/rc version number, if available.
|
||||
.B \-x \-I
|
||||
\- Show system GCC, default. With \-xx, also show other installed GCC
|
||||
With \fB\-xx\fR, shows init/rc version number, if available.
|
||||
.B \-x \-I\fR
|
||||
\- Show system GCC, default. With \fB\-xx\fR, also show other installed GCC
|
||||
versions.
|
||||
.TP
|
||||
.B \-x \-I
|
||||
.B \-x \-I\fR
|
||||
\- Show current runlevel (not available with all init systems).
|
||||
.TP
|
||||
.B \-x \-I
|
||||
.B \-x \-I\fR
|
||||
\- If in shell (not in IRC client, that is), show shell version number
|
||||
(if available).
|
||||
.TP
|
||||
.B \-x \-m
|
||||
.B \-x \-m\fR
|
||||
\- Shows memory device Part Number (\fBpart:\fR). Useful to order new or
|
||||
replacement memory sticks etc. Usually part numbers are unique, particularly
|
||||
if you use the word \fBmemory\fR in the search as well. With \fB\-xx\fR,
|
||||
shows Serial Number and Manufactorer as well.
|
||||
.TP
|
||||
.B \-x \-m
|
||||
.B \-x \-m\fR
|
||||
\- If present, shows maximum memory module/device size in the Array line.
|
||||
Only some systems will have this data available.
|
||||
.TP
|
||||
.B \-x \-N
|
||||
.B \-x \-N\fR
|
||||
\- Adds version/port(s)/driver version (if available) for each Network card;
|
||||
.TP
|
||||
.B \-x \-N
|
||||
.B \-x \-N\fR
|
||||
\- Shows PCI Bus ID/Usb ID number of each Network card.
|
||||
.TP
|
||||
.B \-x \-R
|
||||
\- md\-raid: Shows component raid id. Adds second RAID Info line: raid level;
|
||||
report on drives (like 5/5); blocks; chunk size; bitmap (if present). Resync
|
||||
line, shows blocks synced/total blocks.
|
||||
|
||||
\- zfs\-raid: Shows raid array full size; available size; portion allocated
|
||||
to RAID (ie, not available as storage)."
|
||||
.B \-x \-R\fR
|
||||
\- md\-raid: Adds second RAID Info line with extra data: blocks; chunk size;
|
||||
bitmap (if present). Resync line, shows blocks synced/total blocks.
|
||||
.TP
|
||||
.B \-x \-S
|
||||
.B \-x \-S\fR
|
||||
\- Desktop toolkit if available (GNOME/XFCE/KDE only); Kernel gcc version.
|
||||
.TP
|
||||
.B \-x \-t
|
||||
.B \-x \-t\fR
|
||||
\- Adds memory use output to cpu (\fB\-xt c\fR), and cpu use to memory
|
||||
(\fB\-xt m\fR). For \fB\-xt c\fR will also show system Used/Total ram data
|
||||
if \fB\-t m\fR (memory) is not used AND \fB\-I\fR is not triggered.
|
||||
.TP
|
||||
.B \-x \-w / \-W
|
||||
.B \-\-usb\fR
|
||||
\- For Devices, show USB speed.
|
||||
.TP
|
||||
.B \-x \-w\fR,\fB \-W\fR
|
||||
\- Adds wind speed and time zone (\fB\-w\fR only), and makes output go to
|
||||
two lines.
|
||||
.TP
|
||||
.B \-xx \-A
|
||||
.B \-xx \-A\fR
|
||||
\- Adds vendor:product ID of each Audio device.
|
||||
.TP
|
||||
.B \-xx \-B
|
||||
.B \-xx \-B\fR
|
||||
\- Adds serial number, voltage (if available).
|
||||
|
||||
Note that \fBvolts\fR shows the data (if available) as: Voltage Now / Minimum
|
||||
Design Voltage
|
||||
.TP
|
||||
.B \-xx \-C
|
||||
.B \-xx \-C\fR
|
||||
\- Shows Minimum CPU speed (if available).
|
||||
.TP
|
||||
.B \-xx \-D
|
||||
.B \-xx \-D\fR
|
||||
\- Adds disk serial number.
|
||||
.TP
|
||||
.B \-xx \-D
|
||||
\- Adds disk firmware revision number, if available (nvme and possibly other types).
|
||||
.TP
|
||||
.B \-xx \-G
|
||||
.B \-xx \-G\fR
|
||||
\- Adds vendor:product ID of each Graphics card.
|
||||
.TP
|
||||
.B \-xx \-G
|
||||
.B \-xx \-G\fR
|
||||
\- Wayland/Mir only: if found, attempts to show compositor (experimental).
|
||||
.TP
|
||||
.B \-xx \-G
|
||||
.B \-xx \-G\fR
|
||||
\- For free drivers, adds OpenGL compatibility version number if it's available.
|
||||
For nonfree drivers, the core version and compatibility versions are the same.
|
||||
Example:
|
||||
|
||||
\fB3.3 Mesa 11.2.0 (compat\-v: 3.0)\fR
|
||||
\fBversion: 3.3 Mesa 11.2.0 compat\-v: 3.0\fR
|
||||
.TP
|
||||
.B \-xx \-I
|
||||
.B \-xx \-I\fR
|
||||
\- Show init type version number (and rc if present).
|
||||
.TP
|
||||
.B \-xx \-I
|
||||
.B \-xx \-I\fR
|
||||
\- Adds other detected installed gcc versions to primary gcc output (if present).
|
||||
.TP
|
||||
.B \-xx \-I
|
||||
.B \-xx \-I\fR
|
||||
\- Show, if detected, system default runlevel. Supports Systemd/Upstart/Sysvinit
|
||||
type defaults. Note that not all systemd systems have the default value set, in
|
||||
that case, if present, it will use the data from \fB/etc/inittab\fR.
|
||||
.TP
|
||||
.B \-xx \-I
|
||||
.B \-xx \-I\fR
|
||||
\- Adds parent program (or tty) that started shell, if not IRC client, to shell
|
||||
information.
|
||||
.TP
|
||||
.B \-xx \-m
|
||||
.B \-xx \-m\fR
|
||||
\- Shows memory device Manufacturer and Serial Number.
|
||||
.TP
|
||||
.B \-xx \-m
|
||||
.B \-xx \-m\fR
|
||||
\- Single/double bank memory, if data is found. Note, this may not be 100% right
|
||||
all of the time since it depends on the order that data is found in \fBdmidecode\fR
|
||||
output for \fBtype 6\fR and \fBtype 17\fR.
|
||||
.TP
|
||||
.B \-xx \-M
|
||||
.B \-xx \-M\fR
|
||||
\- Adds chassis information, if any data for that is available. Also shows BIOS
|
||||
rom size if using dmidecode.
|
||||
.TP
|
||||
.B \-xx \-N
|
||||
.B \-xx \-N\fR
|
||||
\- Adds vendor:product ID of each Network card.
|
||||
.TP
|
||||
.B \-xx \-R
|
||||
\- md\-raid: Adds superblock (if present); algorythm, U data. Adds system info
|
||||
sline (kernel support, read ahead, raid events). Adds if present, unused device
|
||||
line. If device is resyncing, shows resync progress line as well.
|
||||
.B \-xx \-R\fR
|
||||
\- md--raid: Superblock (if present); algorythm.. If resync,
|
||||
shows progress bar.
|
||||
.TP
|
||||
.B \-xx \-S
|
||||
.B \-xx \-S\fR
|
||||
\- Adds, if run in X, display manager type to Desktop information, if present.
|
||||
If none, shows N/A. Supports most known display managers, like xdm, gdm, kdm,
|
||||
slim, lightdm, or mdm.
|
||||
.TP
|
||||
.B \-xx \-w / \-W
|
||||
.B \-xx \-\-slots\fR
|
||||
\- Show slot length.
|
||||
.TP
|
||||
.B \-xx \-\-usb\fR
|
||||
\- Show vendor:chip id.
|
||||
.TP
|
||||
.B \-xx \-w\fR,\fB \-W\fR
|
||||
\- Adds humidity and barometric pressure.
|
||||
.TP
|
||||
.B \-xx \-@ <11\-14>
|
||||
\- Automatically uploads debugger data tar.gz file to \fIftp.techpatterns.com\fR.
|
||||
.TP
|
||||
.B \-xxx \-B
|
||||
.B \-xxx \-B\fR
|
||||
\- Adds battery chemistry (like: \fBLi\-ion\fR), cycles (NOTE: there appears to
|
||||
be a problem with the Linux kernel obtaining the cycle count, so this almost
|
||||
always shows \fB0\fR. There's nothing that can be done about this glitch, the
|
||||
data is simply not available as of 2016\-04\-18), location (only available from
|
||||
dmidecode derived output).
|
||||
.TP
|
||||
.B \-xxx \-m
|
||||
.B \-xxx \-D\fR
|
||||
\- Adds disk firmware revision number, if available (nvme and possibly other types).
|
||||
.TP
|
||||
.B \-xxx \-m\fR
|
||||
\- Memory bus width: primary bus width, and if present, total width. eg:
|
||||
bus width: 64 bit (total: 72 bits). Note that total / data widths are mixed up
|
||||
sometimes in dmidecode output, so inxi will take the larger value as total if
|
||||
present. If no total width data is found, then inxi will not show that item.
|
||||
.TP
|
||||
.B \-xxx \-m
|
||||
.B \-xxx \-m\fR
|
||||
\- Adds device Type Detail, eg: DDR3 (Synchronous).
|
||||
.TP
|
||||
.B \-xxx \-m
|
||||
.B \-xxx \-m\fR
|
||||
\- If present, will add memory module voltage. Only some systems will have this
|
||||
data available.
|
||||
.TP
|
||||
.B \-xxx \-S
|
||||
.B \-xxx \-R\fR
|
||||
\- md\-raid: Adds system mdraid support types (kernel support,read ahead, raid events)
|
||||
|
||||
\- zfs\-raid: Shows portion allocated (used) by RAID array/device.
|
||||
.TP
|
||||
.B \-xxx \-S\fR
|
||||
\- Adds, if run in X, shell/panel type info to Desktop information, if present.
|
||||
If none, shows nothing. Supports some current desktop extras like gnome\-panel,
|
||||
lxde\-panel, and others. Added mainly for Mint support.
|
||||
.TP
|
||||
.B \-xxx \-w / \-W
|
||||
.B \-xxx \-w\fR,\fB \-W\fR
|
||||
\- Adds location (city state country), weather observation time, altitude of system.
|
||||
If wind chill, heat index, or dew point are available, shows that data as well.
|
||||
.SH ADVANCED OPTIONS
|
||||
.TP
|
||||
.B \-! 31
|
||||
.B \-\-alt 31\fR
|
||||
Turns off hostname in System line. Useful, with \fB\-z\fR, for anonymizing your
|
||||
inxi output for posting on forums or IRC.
|
||||
.TP
|
||||
.B \-! 32
|
||||
.B \-\-alt 32\fR
|
||||
Turns on hostname in System line. Overrides inxi config file value (if set):
|
||||
B_SHOW_HOST='false'.
|
||||
.TP
|
||||
.B \-! 33
|
||||
.B \-\-alt 33\fR
|
||||
Force use of \fBdmidecode\fR. This will override \fB/sys\fR data in some lines,
|
||||
like \fB\-M\fR.
|
||||
.TP
|
||||
.B \-! 34
|
||||
.B \-\-alt 34\fR
|
||||
Skip SSL certificate checks for all downloader actions (\fB\-U\fR, \fB\-w\fR,
|
||||
\fB\-W\fR, \fB\-i\fR). Use if your system does not have current SSL certificate
|
||||
lists, or if you have problems making a connection for any reason. Only works
|
||||
with \fBwget\fR, \fBcurl\fR, and \fBfetch\fR. This must go before the other
|
||||
options you use.
|
||||
lists, or if you have problems making a connection for any reason. \fBwget\fR,
|
||||
\fBcurl\fR, and \fBfetch\fR only.
|
||||
|
||||
.TP
|
||||
.B \-! 40
|
||||
.B \-\-alt 40\fR
|
||||
Bypass \fBPerl\fR as a downloader option. Priority is: Perl (HTTP::Tiny),
|
||||
Curl, Wget, Fetch, OpenBSD only: ftp
|
||||
|
||||
.TP
|
||||
.B \-\-alt 41\fR
|
||||
Bypass \fBCurl\fR as a downloader option. Priority is: Perl (HTTP::Tiny),
|
||||
Curl, Wget, Fetch, OpenBSD only: ftp
|
||||
|
||||
.TP
|
||||
.B \-\-alt 42\fR
|
||||
Bypass \fBFetch\fR as a downloader option. Priority is: Perl (HTTP::Tiny),
|
||||
Curl, Wget, Fetch, OpenBSD only: ftp
|
||||
|
||||
.TP
|
||||
.B \-\-alt 43\fR
|
||||
Bypass \fBCurl\fR, \fBFetch\fR, and \fBWget\fR as downloader options. This
|
||||
basically forces the downloader selection to use \fBPerl 5.x\fR \fBHTTP::Tiny\fR,
|
||||
which is in general slower than \fBCurl\fR or \fBWget\fR but it may help bypass
|
||||
issues with downloading.
|
||||
|
||||
.TP
|
||||
.B \-\-display [:[0-9]]\fR
|
||||
Will try to get display data out of X (does not usually work as root user).
|
||||
Default gets display info from display \fB:0\fR. If you use this format:
|
||||
\fB\-! 40:1\fR it would get it from display \fB1\fR instead, or any display
|
||||
you specify as long as there is no space between \fB\-! 40\fR and the
|
||||
\fB:[display id]\fR.
|
||||
\fB\-\-display :1\fR it would get it from display \fB1\fR instead, or any display
|
||||
you specify.\fR
|
||||
|
||||
Note that in some cases, \fB\-! 40\fR will cause inxi to hang endlessly when
|
||||
Note that in some cases, \fB\-\-display\fR will cause inxi to hang endlessly when
|
||||
running the option in console with Intel graphics (confirmed). Other free
|
||||
drivers like nouveau/ati unknown yet. It may be that this is a bug with the
|
||||
intel graphics driver, more information required.
|
||||
|
@ -698,76 +741,93 @@ intel graphics driver, more information required.
|
|||
You can test this easily by running this command out of X/display server:
|
||||
\fBglxinfo -display :0\fR
|
||||
|
||||
If it hangs, \fB\-! 40\fR will not work.
|
||||
If it hangs, \fB\-\-display\fR will not work.
|
||||
|
||||
.TP
|
||||
.B \-! 41
|
||||
Bypass \fBCurl\fR as a downloader option. Priority is: Curl, Wget, Fetch,
|
||||
HTTP::Tiny, OpenBSD only: ftp
|
||||
.B \-\-downloader [curl|fetch|perl|wget]\fR
|
||||
Force inxi to use [curl|fetch|perl|wget] for downloads.
|
||||
|
||||
.TP
|
||||
.B \-! 42
|
||||
Bypass \fBFetch\fR as a downloader option.Priority is: Curl, Wget, Fetch,
|
||||
HTTP::Tiny, OpenBSD only: ftp
|
||||
.B \-\-limit [\-1 \- x]\fR
|
||||
\fB\-1\fR removes limit. Raise or lower max output limit of IP addresses for \fB\-i\fR.
|
||||
|
||||
.TP
|
||||
.B \-! 43
|
||||
Bypass \fBWget\fR as a downloader option. Priority is: Curl, Wget, Fetch,
|
||||
HTTP::Tiny, OpenBSD only: ftp
|
||||
.B \-\-output [json|screen|xml]\fR
|
||||
Change data output type. Requires \-\-output\-file [full path|print] if not 'screen'.
|
||||
|
||||
.TP
|
||||
.B \-\-output\-file [full path to output file|print]\fR
|
||||
The directory path given must exist. The directory path given must exist,
|
||||
and the file will be created, unless it is printing to stdout (print).
|
||||
Required for non screen --output formats (json|xml).
|
||||
|
||||
.TP
|
||||
.B \-! 44
|
||||
Bypass \fBCurl\fR, \fBFetch\fR, and \fBWget\fR as downloader options. This
|
||||
basically forces the downloader selection to use \fBPerl 5.x\fR \fBHTTP::Tiny\fR,
|
||||
which is in general slower than \fBCurl\fR or \fBWget\fR but it may help bypass
|
||||
issues with downloading.
|
||||
.B \-\-sleep [0\-x.x]\fR
|
||||
Usually in decimals. Change CPU sleep time for -C (current: 0.35). Sleep is used
|
||||
to let system catch up and show a more accurate CPU use. Example:
|
||||
|
||||
\fBinxi \-Cxxx \-\-sleep 0.15\fR
|
||||
|
||||
.SH DEBUGGING OPTIONS
|
||||
.TP
|
||||
.B \-%
|
||||
Overrides defective or corrupted data.
|
||||
.B \-\-dbg [1\-x]\fR
|
||||
Triggers specific debug actions for testing purposes only. See:
|
||||
|
||||
\fIhttps://github.com/smxi/inxi/docs/inxi-values.txt\fR
|
||||
|
||||
For the active debugger options. These change depending on debug requirements,
|
||||
so there's no point in listing those options here in the man page.
|
||||
|
||||
.TP
|
||||
.B \-@
|
||||
Triggers debugger output. Requires debugging level \fB1\-14\fR
|
||||
(\fB8\-10\fR \- logging of data). Less than 8 just triggers inxi
|
||||
debugger output on screen.
|
||||
.B \-\-debug [1\-21]\fR
|
||||
Debugger output generator.
|
||||
|
||||
.TP
|
||||
.B \-@
|
||||
\fR[\fB1\fR\-\fB7\fR] \- On screen debugger output.
|
||||
.B \-\-debug [1\-3]\fR
|
||||
\- On screen debugger output.
|
||||
|
||||
.TP
|
||||
.B \-@ 8
|
||||
.B \-\-debug 10\fR
|
||||
\- Basic logging. Check \fB/home/yourname/.inxi/inxi*.log
|
||||
|
||||
.TP
|
||||
.B \-@ 9
|
||||
.B \-\-debug 11\fR
|
||||
\- Full file/sys info logging.
|
||||
|
||||
.TP
|
||||
.B \-@ 10
|
||||
\- Color logging.
|
||||
.B \-\-debug 12\fR
|
||||
\- Plus color logging.
|
||||
|
||||
.TP
|
||||
.B \-@ <11\-14>
|
||||
.B \-\-debug 20\fR
|
||||
The following create a tar.gz file of system data, plus collecting
|
||||
the inxi output to file: To automatically upload debugger data
|
||||
tar.gz file to \fIftp.techpatterns.com\fR:
|
||||
the inxi output to file.
|
||||
|
||||
\fBinxi \-xx@ <11\-14>\fR
|
||||
* tree traversal data file read of \fB/sys\fR, and other system
|
||||
data.
|
||||
|
||||
* xorg conf and log data, xrandr, xprop, xdpyinfo, glxinfo etc.
|
||||
|
||||
* data from dev, disks, partitions, etc.
|
||||
|
||||
.TP
|
||||
.B \-\-debug 21\fR
|
||||
Automatically uploads debugger data tar.gz file to \fIftp.techpatterns.com\fR,
|
||||
then emoves the debug data directory, but leaves the debug tar.gz file.
|
||||
See \fB\-\-ftp\fR for uploading to alternate locations.
|
||||
|
||||
.TP
|
||||
.B \-\-debug 22\fR
|
||||
Automatically uploads debugger data tar.gz file to \fIftp.techpatterns.com\fR, then
|
||||
removes the debug data directory and the tar.gz file.
|
||||
See \fB\-\-ftp\fR for uploading to alternate locations.
|
||||
|
||||
.TP
|
||||
.B \-\-ftp [ftp.yoursite.com/incoming]\fR
|
||||
For alternate ftp upload locations: Example:
|
||||
|
||||
.B inxi \-!
|
||||
\fIftp.yourserver.com/incoming\fB \-xx@ 14\fR
|
||||
.TP
|
||||
.B \-@ 11
|
||||
\- With tree traversal data file read of \fB/sys\fR, and other system
|
||||
data.
|
||||
.TP
|
||||
.B \-@ 12
|
||||
\- With xorg conf and log data, xrandr, xprop, xdpyinfo, glxinfo etc.
|
||||
.TP
|
||||
.B \-@ 13
|
||||
\- With data from dev, disks, partitions, etc.
|
||||
.TP
|
||||
.B \-@ 14
|
||||
\- Everything, full data collection.
|
||||
\fBinxi \-\-ftp \fIftp.yourserver.com/incoming\fB \-\-debug 21\fR
|
||||
|
||||
.SH SUPPORTED IRC CLIENTS
|
||||
BitchX, Gaim/Pidgin, ircII, Irssi, Konversation, Kopete, KSirc, KVIrc, Weechat,
|
||||
and Xchat. Plus any others that are capable of displaying either built in or external
|
||||
|
@ -788,11 +848,12 @@ IRC client.
|
|||
\fR[\fBoptions\fR]
|
||||
|
||||
To run inxi in konversation as a native script if your distribution or inxi package
|
||||
did not do this for you, create this symbolic link [the first works for KDE 4,
|
||||
the second for KDE 5]:
|
||||
did not do this for you, create this symbolic link:
|
||||
|
||||
KDE 4:
|
||||
.B ln \-s /usr/local/bin/inxi /usr/share/kde4/apps/konversation/scripts/inxi
|
||||
|
||||
KDE 5:
|
||||
.B ln \-s /usr/local/bin/inxi /usr/share/konversation/scripts/inxi
|
||||
|
||||
If inxi is somewhere else, change the path \fB/usr/local/bin\fR to wherever it
|
||||
|
@ -882,17 +943,22 @@ You can also visit
|
|||
.SH HOMEPAGE
|
||||
.I https://github.com/smxi/inxi
|
||||
.I https://smxi.org/
|
||||
|
||||
.SH AUTHOR AND CONTRIBUTORS TO CODE
|
||||
|
||||
.B inxi
|
||||
is is a fork of locsmif's largely unmaintained yet very clever, infobash script.
|
||||
is is a fork of locsmif's very clever infobash script.
|
||||
|
||||
Original infobash author and copyright holder:
|
||||
Copyright (C) 2005\-2007 Michiel de Boer a.k.a. locsmif
|
||||
|
||||
inxi version: Copyright (C) 2008\-17 Harald Hope
|
||||
inxi version: Copyright (C) 2008\-18 Harald Hope
|
||||
|
||||
This Man page was originally created by Gordon Spencer (aka aus9) and is
|
||||
maintained by Harald Hope (aka h2 or TechAdmin).
|
||||
|
||||
Initial CPU logic, konversation version logic, occasional maintenance fixes,
|
||||
and the initial xiin.py tool for /sys parsing (deprecated but still very much
|
||||
and the initial xiin.py tool for /sys parsing (obsolete, but still very much
|
||||
appreciated for all the valuable debugger data it helped generate): Scott Rogers
|
||||
|
||||
Further fixes (listed as known):
|
||||
|
@ -903,26 +969,30 @@ Steven Barrett (aka: damentz) \- usb audio patch; swap percent used patch.
|
|||
|
||||
Jarett.Stevens \- dmidecode \-M patch for older systems with no /sys
|
||||
|
||||
And a special thanks to the nice people at irc.oftc.net channels
|
||||
#linux\-smokers\-club and #smxi, who all really have to be considered to
|
||||
be co\-developers because of their non\-stop enthusiasm and willingness to
|
||||
provide real time testing and debugging of inxi development.
|
||||
.SH SPECIAL THANKS TO THE FOLLOWING
|
||||
|
||||
A further thanks to the Siduction forum members, who have helped get some
|
||||
features working by providing a lot of datasets that revealed possible variations,
|
||||
particularly for the ram \fB\-m\fR option.
|
||||
The nice people at irc.oftc.net channels #linux\-smokers\-club and #smxi,
|
||||
who all really have to be considered to be co\-developers because of their
|
||||
non\-stop enthusiasm and willingness to provide real time testing and debugging
|
||||
of inxi development.
|
||||
|
||||
Further thanks to the various inxi package maintainers, distro support people,
|
||||
forum moderators, and in particular, sys admins with their particular issues,
|
||||
which almost always help make inxi better, and any others who contribute ideas,
|
||||
suggestions, and patches.
|
||||
Siduction forum members, who have helped get some features working by providing
|
||||
a lot of datasets that revealed possible variations, particularly for the
|
||||
ram \fB\-m\fR option.
|
||||
|
||||
AntiX users and admins, who have helped greatly with testing and debugging,
|
||||
particularly for the 3.0.0 release.
|
||||
|
||||
ArcherSeven (Max) and Iotaka, who always manage to find the weirdest or most extreme
|
||||
hardware and setups that help make inxi much more robust.
|
||||
|
||||
All the inxi package maintainers, distro support people, forum moderators,
|
||||
and in particular, sys admins with their particular issues, which almost always
|
||||
help make inxi better, and any others who contribute ideas, suggestions, and patches.
|
||||
|
||||
Without a wide range of diverse Linux kernel based Free Desktop systems to test
|
||||
on, we could never have gotten inxi to be as reliable and solid as it's turning
|
||||
out to be.
|
||||
|
||||
And of course, big thanks locsmif, who figured out a lot of the core methods,
|
||||
logic, and tricks used in inxi.
|
||||
|
||||
This Man page was originally created by Gordon Spencer (aka aus9) and is
|
||||
maintained by Harald Hope (aka h2 or TechAdmin).
|
||||
And of course, a big thanks locsmif, who figured out a lot of the core methods,
|
||||
logic, and tricks originally used in inxi Gawk/Bash.
|
||||
|
|
|
@ -1,3 +1,50 @@
|
|||
=====================================================================================
|
||||
Version: 2.9.01;
|
||||
Patch Version: 00;
|
||||
Script Date: 2018-03-20;
|
||||
-----------------------------------
|
||||
Changes:
|
||||
-----------------------------------
|
||||
|
||||
New inxi, new man, new tarball.
|
||||
|
||||
It's here! Perl inxi, first official release. So many changes, really too many
|
||||
to list.
|
||||
|
||||
But here's a few:
|
||||
1. of course, full rewrite to Perl 5.x. Supports as old as 5.008, as new as current.
|
||||
2. Better line length nandlers. Fully dynamic, robust, shrinks and expands to fit
|
||||
either taste or viewport.
|
||||
3. Long options for all options now, plus of course the short options everyone
|
||||
is used to.
|
||||
4. New options: --usb; --slots (pci slot report); --sleep (change cpu sleep time);
|
||||
and many more. Check --help or man page for details.
|
||||
5. Vastly improved --recommends, now does per distro package recommends, and shows
|
||||
only Linux data to Linux systems, and BSD data to BSD systems.
|
||||
6. Hugely improved debugger as well.
|
||||
7. Far more accurate output, most output is now in key/value pairs, because:
|
||||
8. inxi now exports to json and xml! See --output/--output-file for info.
|
||||
9. Enhancedd repo output, added deb822 type, solus
|
||||
10. Radically enhanced network data, now shows all IP / IF devices connected to
|
||||
each nic, not just one, both IP v4 and v6.
|
||||
11. USB audio and network device actual drivers
|
||||
12. better handling of compiler data.
|
||||
13. Basic ARM machine data now, if present to inxi
|
||||
14. Graphics: per card driver info alongside the original xorg drivers.
|
||||
15. Better integration of partitions, RAID, unmounted partitions, and HDD data.
|
||||
16. Better sensors handling of free video driver sensor data, well, not better,
|
||||
it's now there, along with fan speeds for gpus.
|
||||
17. RAID is enhanced, and now can show > 1 RAID type on a system, and the RAID
|
||||
is improved.
|
||||
18. Much improved disk/partition/memory sizing, inxi now always works internally
|
||||
with KB units, and changes them on output to the appropriate units.
|
||||
19. Fully redone man page for all the new options and the long options.
|
||||
|
||||
And so much more. Anyway, here it is, the first release.
|
||||
|
||||
-----------------------------------
|
||||
-- Harald Hope - Tue, 20 Mar 2018 02:54:05 -0700
|
||||
|
||||
=====================================================================================
|
||||
Version: 2.3.56
|
||||
Patch Version: 00
|
||||
|
|
Loading…
Reference in a new issue