2013-02-27 20:45:26 +00:00
|
|
|
.TH INXI 1 "2013-02-27" inxi "inxi manual"
|
2012-09-15 09:18:08 +00:00
|
|
|
.SH NAME
|
|
|
|
inxi - Command line system information script for console and IRC
|
|
|
|
|
|
|
|
.SH SYNOPSIS
|
|
|
|
.B inxi \fR - Single line, short form. Very basic output.
|
|
|
|
|
|
|
|
.B inxi \fR[\fB-AbCdDfFGhHiIlMnNopPrRsSu\fR] \fR[\fB-c NUMBER\fR] \fR[\fB-v NUMBER\fR]
|
|
|
|
|
|
|
|
.B inxi \fR[\fB-t \fR(\fBc\fR or\fB m\fR or\fB cm\fR or\fB mc NUMBER\fR)] \fR[\fB-x -OPTION\fR(\fBs\fR)] \fR[\fB-xx -OPTION\fR(\fBs\fR)] \fR[\fB-xxx -OPTION\fR(\fBs\fR)]
|
|
|
|
|
|
|
|
.B inxi \fR[\fB--help\fR] \fR[\fB--recommends\fR] \fR[\fB--version\fR] \fR[\fB-@ NUMBER\fR]
|
|
|
|
|
|
|
|
.SH DESCRIPTION
|
|
|
|
.B inxi\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, to quickly ascertain user system configuration and hardware. inxi shows system
|
|
|
|
hardware, CPU, drivers, Xorg, Desktop, Kernel, GCC version(s), Processes, RAM usage, and a wide variety of other
|
|
|
|
useful information.
|
|
|
|
|
|
|
|
.B inxi\fR output varies between CLI and IRC, with some default filters and color options applied to IRC use. Script colors can
|
|
|
|
be turned off if desired with \fB-c 0\fR, or changed using the \fB-c\fR color options listed in the OPTIONS section below.
|
|
|
|
|
|
|
|
.SH PRIVACY AND SECURITY
|
|
|
|
|
|
|
|
In order to maintain basic privacy and security, inxi filters out automatically on IRC things like
|
|
|
|
your network card mac address, WAN and LAN IP, your /home username directory in partitions,
|
|
|
|
and a few other things.
|
|
|
|
|
|
|
|
Because inxi is often used on forums for support, you can also trigger this filtering with the \fB-z\fR
|
|
|
|
option (\fB-Fz\fR, for example). To override the IRC filter, you can use the \fB-Z\fR option. This can be useful
|
|
|
|
to debug network connection issues online in a private chat, for example.
|
|
|
|
|
|
|
|
.SH USING OPTIONS
|
|
|
|
|
|
|
|
Options can be combined if they do not conflict. Either group the letters
|
|
|
|
together or separate them.
|
|
|
|
|
2013-01-27 02:40:38 +00:00
|
|
|
Letters with numbers can have no gap or a gap at your discretion unless using \fB \-t\fR.
|
2012-09-15 09:18:08 +00:00
|
|
|
|
|
|
|
For example:
|
|
|
|
.B inxi -AG\fR or \fBinxi -A -G\fR or \fBinxi -c10
|
|
|
|
|
|
|
|
.SH STANDARD OPTIONS
|
|
|
|
|
|
|
|
.TP
|
|
|
|
.B -A
|
|
|
|
Show Audio/sound card information.
|
|
|
|
.TP
|
|
|
|
.B -b
|
2013-01-27 02:40:38 +00:00
|
|
|
Shows basic output, short form (previously \fB-d\fR). Same as: \fBinxi \-v 2
|
2012-09-15 09:18:08 +00:00
|
|
|
.TP
|
|
|
|
.B -c \fR[\fB0\fR-\fB32\fR]
|
|
|
|
Available color schemes. Scheme number is required.
|
|
|
|
|
|
|
|
Supported color schemes: \fB0-32
|
|
|
|
|
|
|
|
.TP
|
|
|
|
.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.
|
|
|
|
|
2012-10-19 19:28:31 +00:00
|
|
|
Color selectors for each type display.
|
2012-09-15 09:18:08 +00:00
|
|
|
|
|
|
|
(NOTE: irc and global only show safe color set):
|
|
|
|
.TP
|
|
|
|
.B -c 94\fR
|
2012-10-19 19:28:31 +00:00
|
|
|
- Console, out of X.
|
2012-09-15 09:18:08 +00:00
|
|
|
.TP
|
|
|
|
.B -c 95\fR
|
2012-10-19 19:28:31 +00:00
|
|
|
- Terminal, running in X - like xTerm.
|
2012-09-15 09:18:08 +00:00
|
|
|
.TP
|
|
|
|
.B -c 96\fR
|
|
|
|
- Gui IRC, running in X - like Xchat, Quassel,
|
|
|
|
Konversation etc.
|
|
|
|
.TP
|
|
|
|
.B -c 97\fR
|
2012-10-19 19:28:31 +00:00
|
|
|
- Console IRC running in X - like irssi in xTerm.
|
2012-09-15 09:18:08 +00:00
|
|
|
.TP
|
|
|
|
.B -c 98\fR
|
2012-10-19 19:28:31 +00:00
|
|
|
- Console IRC not in X.
|
2012-09-15 09:18:08 +00:00
|
|
|
.TP
|
|
|
|
.B -c 99\fR
|
|
|
|
- Global - Overrides/removes all settings.
|
|
|
|
|
|
|
|
Setting specific color type removes the global color selection.
|
|
|
|
|
|
|
|
.TP
|
|
|
|
.B -C
|
New version, updated man page, new tarball.
Fixed partition bug that could falsely identify a remote filesystem like nfs as /dev fs
Added two options:
-! 31 - Turns off Host section of System line. This is useful if you want to post output
from server without posting its name.
-! 32 - Turns on Host section if it has been disabled by user configuration file
B_SHOW_HOST='false'
Added missing CPU data message, fixed missing cpu cache/bogomips output, turned off
bogomips if null for bsd systems because bogomips is a linux kernel feature.
Added N/A for no memory report, this would mainly hit bsd systems where user has no
permissions to use sysctl or has no read rights for /var/run/dmesg.boot.
Many fixes for partitions, now for bsd, if available, uses gpart list to get uuid/label
Added support for raid file system syntax in bsd, now excludes main raid device name,
and adds a flag to raiddevice/partitionname type so output can identify it as a raid
slice/partition.
In man page, added -! 31 / -! 32 sections, and some other small edits.
Added bsd raid line error message, added bsd sensors line error message.
Many other small bug fixes that should make linux more robust in terms of missing
data, and better/cleaner output for bsd.
2013-02-18 20:33:05 +00:00
|
|
|
Show full CPU output, including per CPU clockspeed if available.
|
2012-09-15 09:18:08 +00:00
|
|
|
.TP
|
|
|
|
.B -d
|
|
|
|
Shows optical drive data. Same as \fB-Dd\fR. With \fB-x\fR, adds features line to output.
|
|
|
|
\fB-xx\fR adds a few more features.
|
|
|
|
.TP
|
|
|
|
.B -D
|
|
|
|
Show full hard Disk info, not only model, ie: \fI/dev/sda ST380817AS 80.0GB.
|
|
|
|
.TP
|
|
|
|
.B -f
|
|
|
|
Show all cpu flags used, not just the short list. Not shown with \fB-F\fR to avoid
|
|
|
|
spamming.
|
|
|
|
.TP
|
|
|
|
.B -F
|
|
|
|
Show Full output for inxi. Includes all Upper Case line letters, plus \fB-s\fR and \fB-n\fR.
|
2013-01-27 02:40:38 +00:00
|
|
|
Does not show extra verbose options like \fB-x \-d \-f \-u \-l \-o \-p \-t \-r\fR unless you use
|
2012-09-15 09:18:08 +00:00
|
|
|
that argument.
|
|
|
|
.TP
|
|
|
|
.B -G
|
|
|
|
Show Graphic card information (card, x type, resolution, glx renderer, version).
|
|
|
|
.TP
|
|
|
|
.B -h
|
|
|
|
This help menu.
|
|
|
|
.TP
|
|
|
|
.B --help
|
|
|
|
Same as \fB-h\fR
|
|
|
|
.TP
|
|
|
|
.B -H
|
|
|
|
This help menu, plus developer options. Do not use dev options in normal
|
|
|
|
operation!
|
|
|
|
.TP
|
|
|
|
.B -i
|
|
|
|
Show Wan IP address, and shows local interfaces (requires ifconfig network tool).
|
2013-01-27 02:40:38 +00:00
|
|
|
Same as \-Nni. Not shown with \fB-F\fR for user security reasons, you shouldn't
|
2012-09-15 09:18:08 +00:00
|
|
|
paste your local/wan IP.
|
|
|
|
.TP
|
|
|
|
.B -I
|
2012-12-05 21:34:56 +00:00
|
|
|
Show Information: processes, uptime, memory, irc client (or shell type if run in shell, not irc), inxi version.
|
2012-09-15 09:18:08 +00:00
|
|
|
.TP
|
|
|
|
.B -l
|
|
|
|
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
|
|
|
|
Show machine data. Motherboard, Bios, and if present, System Builder (Like Lenovo).
|
New version, new tarball. This update fixes a recent bug report with ancient dmidecode versions, that do not
properly support the -s option. Now -M uses only one method for dmidecode, manual construction of the Machine
data from the raw dmidecode file. The file output is also parsed a bit to make it more consistently reliable
for inxi purposes.
This update also includes all recent bsd branch updates, including the new #!/usr/bin/env bash on top which
lets inxi run in any environment without changes. Also for bsd, sets sed -i/sed -i '' global value, which
means that now all the branches are the same, except the bsd branches will contain the most recent tests
and bsd handling.
As each step is reached, I'll release a new inxi that should be stable, this is the first one however that
can be used as is, no changes, for bsd, debian kfreebsd, and linux systems.
Pleasen note that most bsd features are either incomplete or missing completely at this point, but it's a
start.
Some initial changes as well to help options to show more correct linux or bsd terms. These will be updated
as time permits, it is a long process.
2013-02-12 05:01:07 +00:00
|
|
|
Older systems/kernels without the required /sys data can use dmidecode instead, run as root. If using dmidecode,
|
|
|
|
may also show bios revision as well as version.
|
2012-09-15 09:18:08 +00:00
|
|
|
.TP
|
|
|
|
.B -n
|
|
|
|
Show Advanced Network card information. Same as \fB-Nn\fR. Shows interface, speed,
|
|
|
|
mac id, state, etc.
|
|
|
|
.TP
|
|
|
|
.B -N
|
|
|
|
Show Network card information. With \fB-x\fR, shows PCI BusID, Port number.
|
|
|
|
.TP
|
|
|
|
.B -o
|
|
|
|
Show unmounted partition information (includes UUID and LABEL if available).
|
|
|
|
Shows file system type if you have file installed, if you are root OR if you have
|
|
|
|
added to /etc/sudoers (sudo v. 1.7 or newer):
|
|
|
|
|
|
|
|
.B <username> ALL = NOPASSWD: /usr/bin/file (sample)
|
2013-02-28 06:12:04 +00:00
|
|
|
|
|
|
|
Does not show components (partitions that create the md raid array) of md-raid arrays.
|
2012-09-15 09:18:08 +00:00
|
|
|
.TP
|
|
|
|
.B -p
|
|
|
|
Show full partition information (\fB-P\fR plus all other detected partitions).
|
|
|
|
.TP
|
|
|
|
.B -P
|
|
|
|
Show Partition information (shows what \fB-v 4\fR would show, but without extra data).
|
|
|
|
Shows, if detected: / /boot /home /tmp /usr /var. Use \fB-p\fR to see all mounted partitions.
|
|
|
|
.TP
|
|
|
|
.B -r
|
|
|
|
Show distro repository data. Currently supported repo types:
|
|
|
|
APT (Debian, Ubuntu + derived versions)
|
|
|
|
|
|
|
|
PACMAN (Arch Linux + derived versions)
|
|
|
|
|
|
|
|
PISI (Pardus + derived versions)
|
|
|
|
|
|
|
|
YUM. (Fedora, Redhat, maybe Suse + derived versions)
|
|
|
|
|
|
|
|
(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
|
|
|
|
Show RAID data. Shows RAID devices, states, levels, and components, and extra data with \fB-x\fR / \fB-xx\fR.
|
2013-02-27 20:45:26 +00:00
|
|
|
md-raid: If device is resyncing, shows resync progress line as well.
|
2012-09-15 09:18:08 +00:00
|
|
|
.TP
|
|
|
|
.B --recommends
|
|
|
|
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
|
|
|
|
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
|
|
|
|
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 \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)
|
|
|
|
|
|
|
|
Make sure to have no space between letters and numbers (\fB-t cm10\fR - right, \fB-t cm 10\fR - wrong).
|
|
|
|
.TP
|
|
|
|
.B -t c\fR
|
|
|
|
- cpu only. With \fB-x\fR, shows also memory for that process on same line.
|
|
|
|
.TP
|
|
|
|
.B -t m\fR
|
|
|
|
- memory only. With \fB-x\fR, shows also cpu for that process on same line.
|
|
|
|
.TP
|
|
|
|
.B -t cm\fR
|
|
|
|
- cpu+memory. With \fB-x\fR, shows also cpu or memory for that process on same line.
|
|
|
|
|
|
|
|
.TP
|
|
|
|
.B -u
|
|
|
|
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
|
|
|
|
Note -- Maintainer may have disabled this function.
|
2013-01-27 02:40:38 +00:00
|
|
|
If inxi \-h has no listing for U then its disabled.
|
2012-09-15 09:18:08 +00:00
|
|
|
Auto-update script. Note: if you installed as root, you must be root to update,
|
|
|
|
otherwise user is fine. Also installs /updates this Man Page to: \fB-/usr/share/man/man8\fR
|
|
|
|
This requires that you be root to write to that directory.
|
|
|
|
.TP
|
|
|
|
.B -V
|
|
|
|
inxi version information. Prints information then exits.
|
|
|
|
.TP
|
|
|
|
.B --version
|
|
|
|
same as \fB-V
|
|
|
|
.TP
|
|
|
|
.B -v
|
|
|
|
Script verbosity levels. Verbosity level number is required. Should not be used with \fB-b\fR or \fB-F\fR.
|
|
|
|
|
2013-01-27 02:40:38 +00:00
|
|
|
Supported levels: \fB0-7\fR Examples :\fB inxi \-v 4 \fR or \fB inxi \-v4\fR
|
2012-09-15 09:18:08 +00:00
|
|
|
.TP
|
|
|
|
.B -v 0
|
|
|
|
- Short output, same as: \fBinxi\fR
|
|
|
|
.TP
|
|
|
|
.B -v 1
|
|
|
|
- Basic verbose, \fB-S\fR + basic CPU + \fB-G\fR + basic Disk + \fB-I\fR.
|
|
|
|
.TP
|
|
|
|
.B -v 2
|
|
|
|
- Adds networking card (\fB-N\fR), Machine (\fB-M\fR) data, and shows basic hard disk data
|
2013-01-27 02:40:38 +00:00
|
|
|
(names only). Same as: \fBinxi \-b
|
2012-09-15 09:18:08 +00:00
|
|
|
.TP
|
|
|
|
.B -v 3
|
|
|
|
- Adds advanced CPU (\fB-C\fR); network (\fB-n\fR) data; triggers \fB-x\fR advanced data option.
|
|
|
|
.TP
|
|
|
|
.B -v 4
|
|
|
|
- Adds partition size/filled data (\fB-P\fR) for (if present):/, /home, /var/, /boot
|
|
|
|
Shows full disk data (\fB-D\fR)
|
|
|
|
.TP
|
|
|
|
.B -v 5
|
|
|
|
- Adds audio card (\fB-A\fR); sensors (\fB-s\fR), partition label (\fB-l\fR) and UUID (\fB-u\fR), short form of
|
|
|
|
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.
|
|
|
|
.TP
|
|
|
|
.B -v 7
|
2012-10-19 19:28:31 +00:00
|
|
|
- Adds network IP data (\fB-i\fR); triggers \fB-xxx
|
2012-09-15 09:18:08 +00:00
|
|
|
.TP
|
|
|
|
.B -z
|
|
|
|
Adds security filters for IP addresses, Mac, and user home directory name. Default on for irc clients.
|
|
|
|
.TP
|
|
|
|
.B -Z
|
|
|
|
Absolute override for output filters. Useful for debugging networking issues in irc for example.
|
|
|
|
|
|
|
|
.SH EXTRA DATA OPTIONS
|
|
|
|
|
|
|
|
These options are for long form only, and can be triggered by one or more \fB-x\fR, like \fB-xx\fR.
|
|
|
|
Alternately, the \fB-v\fR options trigger them in the following way:
|
|
|
|
\fB-v 3\fR adds \fB-x\fR; \fB-v 6\fR adds \fB-xx\fR; \fB-v 7\fR adds \fB-xxx\fR
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
The following shows which lines / items get extra information with each extra data level.
|
|
|
|
|
2012-10-19 19:43:26 +00:00
|
|
|
.TP
|
|
|
|
.B -x -A
|
|
|
|
- Adds version/port(s)/driver version (if available) for each Audio device.
|
|
|
|
.TP
|
|
|
|
.B -x -A
|
|
|
|
- Shows PCI Bus ID/Usb ID number of each Audio device.
|
2012-09-15 09:18:08 +00:00
|
|
|
.TP
|
|
|
|
.B -x -C
|
New version, updated man page, new tarball.
Fixed partition bug that could falsely identify a remote filesystem like nfs as /dev fs
Added two options:
-! 31 - Turns off Host section of System line. This is useful if you want to post output
from server without posting its name.
-! 32 - Turns on Host section if it has been disabled by user configuration file
B_SHOW_HOST='false'
Added missing CPU data message, fixed missing cpu cache/bogomips output, turned off
bogomips if null for bsd systems because bogomips is a linux kernel feature.
Added N/A for no memory report, this would mainly hit bsd systems where user has no
permissions to use sysctl or has no read rights for /var/run/dmesg.boot.
Many fixes for partitions, now for bsd, if available, uses gpart list to get uuid/label
Added support for raid file system syntax in bsd, now excludes main raid device name,
and adds a flag to raiddevice/partitionname type so output can identify it as a raid
slice/partition.
In man page, added -! 31 / -! 32 sections, and some other small edits.
Added bsd raid line error message, added bsd sensors line error message.
Many other small bug fixes that should make linux more robust in terms of missing
data, and better/cleaner output for bsd.
2013-02-18 20:33:05 +00:00
|
|
|
- bogomips on CPU (if available).
|
2012-09-15 09:18:08 +00:00
|
|
|
.TP
|
|
|
|
.B -x -d
|
|
|
|
- Adds items to features line of optical drive; adds rev version to optical drive.
|
|
|
|
.TP
|
|
|
|
.B -x -D
|
|
|
|
- Hdd temp with disk data if you have hddtemp installed, if you are root OR if you have added to
|
|
|
|
/etc/sudoers (sudo v. 1.7 or newer):
|
|
|
|
|
|
|
|
.B <username> ALL = NOPASSWD: /usr/sbin/hddtemp (sample)
|
|
|
|
.TP
|
|
|
|
.B -x -G
|
|
|
|
- Direct rendering status for Graphics (in X).
|
|
|
|
.TP
|
|
|
|
.B -x -G
|
|
|
|
- (for single gpu, nvidia driver) screen number gpu is running on.
|
|
|
|
.TP
|
2012-10-19 19:43:26 +00:00
|
|
|
.B -x -G
|
|
|
|
- Shows PCI Bus ID/Usb ID number of each Graphics card.
|
|
|
|
.TP
|
2012-09-15 09:18:08 +00:00
|
|
|
.B -x -i
|
|
|
|
- Show IPv6 as well for LAN interface (IF) devices.
|
|
|
|
.TP
|
|
|
|
.B -x -I
|
2013-01-27 02:40:38 +00:00
|
|
|
- Show system GCC, default. With \-xx, also show other installed GCC versions.
|
2012-12-05 21:38:07 +00:00
|
|
|
.TP
|
|
|
|
.B -x -I
|
|
|
|
- If in shell (not in IRC client, that is), show shell version number (if available).
|
2012-09-15 09:18:08 +00:00
|
|
|
.TP
|
2012-10-19 19:43:26 +00:00
|
|
|
.B -x -N
|
|
|
|
- Adds version/port(s)/driver version (if available) for each Network card;
|
2012-09-15 09:18:08 +00:00
|
|
|
.TP
|
2012-10-19 19:43:26 +00:00
|
|
|
.B -x -N
|
|
|
|
- Shows PCI Bus ID/Usb ID number of each Network card.
|
2012-09-15 09:18:08 +00:00
|
|
|
.TP
|
|
|
|
.B -x -R
|
2013-02-27 20:45:26 +00:00
|
|
|
- md-raid: Shows component raid id. Adds second RAID Info line: raid level; report on drives
|
2012-09-15 09:18:08 +00:00
|
|
|
(like 5/5); blocks; chunk size; bitmap (if present). Resync line, shows blocks synced/total blocks.
|
2013-02-27 20:45:26 +00:00
|
|
|
- zfs-raid: Shows raid array full size; available size; portion allocated to RAID (ie, not available as storage)."
|
2012-09-15 09:18:08 +00:00
|
|
|
.TP
|
|
|
|
.B -x -S
|
2013-01-27 02:40:38 +00:00
|
|
|
- Desktop toolkit if available (GNOME/XFCE/KDE only); Kernel gcc version.
|
2012-09-15 09:18:08 +00:00
|
|
|
.TP
|
|
|
|
.B -x -t
|
|
|
|
- Adds memory use output to cpu (\fB-xt c\fR), and cpu use to memory (\fB-xt m\fR).
|
|
|
|
.TP
|
2012-10-19 19:28:31 +00:00
|
|
|
.B -xx -A
|
2012-10-19 19:43:26 +00:00
|
|
|
- Adds vendor:product ID of each Audio device.
|
2012-10-19 19:28:31 +00:00
|
|
|
.TP
|
2012-09-15 09:18:08 +00:00
|
|
|
.B -xx -D
|
2012-10-19 19:28:31 +00:00
|
|
|
- Adds disk serial number.
|
|
|
|
.TP
|
|
|
|
.B -xx -G
|
2012-10-19 19:43:26 +00:00
|
|
|
- Adds vendor:product ID of each Graphics card.
|
2012-09-15 09:18:08 +00:00
|
|
|
.TP
|
|
|
|
.B -xx -I
|
|
|
|
- Adds other detected installed gcc versions to primary gcc output (if present).
|
|
|
|
.TP
|
2013-01-29 00:03:06 +00:00
|
|
|
.B -xx -I
|
2013-01-29 00:22:50 +00:00
|
|
|
- Adds parent program (or tty) that started shell, if not IRC client, to shell information.
|
2013-01-29 00:03:06 +00:00
|
|
|
.TP
|
2012-09-15 09:18:08 +00:00
|
|
|
.B -xx -M
|
New version, new tarball. This update fixes a recent bug report with ancient dmidecode versions, that do not
properly support the -s option. Now -M uses only one method for dmidecode, manual construction of the Machine
data from the raw dmidecode file. The file output is also parsed a bit to make it more consistently reliable
for inxi purposes.
This update also includes all recent bsd branch updates, including the new #!/usr/bin/env bash on top which
lets inxi run in any environment without changes. Also for bsd, sets sed -i/sed -i '' global value, which
means that now all the branches are the same, except the bsd branches will contain the most recent tests
and bsd handling.
As each step is reached, I'll release a new inxi that should be stable, this is the first one however that
can be used as is, no changes, for bsd, debian kfreebsd, and linux systems.
Pleasen note that most bsd features are either incomplete or missing completely at this point, but it's a
start.
Some initial changes as well to help options to show more correct linux or bsd terms. These will be updated
as time permits, it is a long process.
2013-02-12 05:01:07 +00:00
|
|
|
- Adds chassis information, if any data for that is available. Also shows BIOS rom size if using dmidecode.
|
2012-09-15 09:18:08 +00:00
|
|
|
.TP
|
2012-10-19 19:28:31 +00:00
|
|
|
.B -xx -N
|
2012-10-19 19:43:26 +00:00
|
|
|
- Adds vendor:product ID of each Network card.
|
2012-10-19 19:28:31 +00:00
|
|
|
.TP
|
2012-09-15 09:18:08 +00:00
|
|
|
.B -xx -R
|
2013-02-27 20:45:26 +00:00
|
|
|
- md-raid: Adds superblock (if present); algorythm, U data. Adds system info line (kernel support,
|
2012-09-15 09:18:08 +00:00
|
|
|
read ahead, raid events). Adds if present, unused device line. If device is resyncing, shows
|
2012-10-19 19:28:31 +00:00
|
|
|
resync progress line as well.
|
2012-09-15 09:18:08 +00:00
|
|
|
.TP
|
|
|
|
.B -xx -S
|
|
|
|
- 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 -@ <11-14>
|
|
|
|
- Automatically uploads debugger data tar.gz file to \fIftp.techpatterns.com\fR.
|
|
|
|
.TP
|
|
|
|
.B -xxx -S
|
|
|
|
- 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.
|
|
|
|
|
New version, updated man page, new tarball.
Fixed partition bug that could falsely identify a remote filesystem like nfs as /dev fs
Added two options:
-! 31 - Turns off Host section of System line. This is useful if you want to post output
from server without posting its name.
-! 32 - Turns on Host section if it has been disabled by user configuration file
B_SHOW_HOST='false'
Added missing CPU data message, fixed missing cpu cache/bogomips output, turned off
bogomips if null for bsd systems because bogomips is a linux kernel feature.
Added N/A for no memory report, this would mainly hit bsd systems where user has no
permissions to use sysctl or has no read rights for /var/run/dmesg.boot.
Many fixes for partitions, now for bsd, if available, uses gpart list to get uuid/label
Added support for raid file system syntax in bsd, now excludes main raid device name,
and adds a flag to raiddevice/partitionname type so output can identify it as a raid
slice/partition.
In man page, added -! 31 / -! 32 sections, and some other small edits.
Added bsd raid line error message, added bsd sensors line error message.
Many other small bug fixes that should make linux more robust in terms of missing
data, and better/cleaner output for bsd.
2013-02-18 20:33:05 +00:00
|
|
|
.SH ADVANCED OPTIONS
|
|
|
|
.TP
|
|
|
|
.B -! 31
|
|
|
|
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
|
|
|
|
Turns on hostname in System line. Overrides inxi config file value (if set): B_SHOW_HOST='false'.
|
|
|
|
|
2012-09-15 09:18:08 +00:00
|
|
|
.SH DEBUGGING OPTIONS
|
|
|
|
.TP
|
|
|
|
.B -%
|
|
|
|
Overrides defective or corrupted data.
|
|
|
|
.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.
|
|
|
|
.TP
|
|
|
|
.B -@ \fR[\fB1\fR-\fB7\fR]
|
2012-10-19 19:28:31 +00:00
|
|
|
- On screen debugger output.
|
2012-09-15 09:18:08 +00:00
|
|
|
.TP
|
|
|
|
.B -@ 8
|
|
|
|
- Basic logging. Check \fI /home/yourname/.inxi/inxi*.log
|
|
|
|
.TP
|
|
|
|
.B -@ 9
|
2012-10-19 19:28:31 +00:00
|
|
|
- Full file/sys info logging.
|
2012-09-15 09:18:08 +00:00
|
|
|
.TP
|
|
|
|
.B -@ 10
|
|
|
|
- Color logging.
|
|
|
|
.TP
|
|
|
|
.B -@ <11-14>
|
|
|
|
The following create a tar.gz file of system data, plus collecting the inxi output to file:
|
2013-01-27 02:40:38 +00:00
|
|
|
To automatically upload debugger data tar.gz file to \fIftp.techpatterns.com\fR: \fBinxi \-xx@ <11-14>\fR
|
2012-09-15 09:18:08 +00:00
|
|
|
For alternate ftp upload locations: Example:
|
|
|
|
|
|
|
|
.B inxi -! \fIftp.yourserver.com/incoming\fB -xx@ 14\fR
|
|
|
|
|
|
|
|
.TP
|
|
|
|
.B -@ 11
|
|
|
|
- With data file of xiin read of /sys
|
|
|
|
.TP
|
|
|
|
.B -@ 12
|
|
|
|
- With xorg conf and log data, xrandr, xprop, xdpyinfo, glxinfo etc.
|
|
|
|
.TP
|
|
|
|
.B -@ 13
|
|
|
|
- With data from dev, disks, partitions, etc., plus xiin data file.
|
|
|
|
.TP
|
|
|
|
.B -@ 14
|
2012-10-19 19:28:31 +00:00
|
|
|
- Everything, full data collection.
|
2012-09-15 09:18:08 +00:00
|
|
|
|
|
|
|
.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 script output.
|
|
|
|
|
|
|
|
.SH RUNNING IN IRC CLIENT
|
|
|
|
To trigger inxi output in your IRC client, pick the appropriate method from the list below:
|
|
|
|
|
|
|
|
.TP
|
|
|
|
.B Xchat, irssi \fR(and many other IRC clients)
|
|
|
|
.B /exec -o inxi \fR[\fBoptions\fR]
|
|
|
|
|
|
|
|
If you leave off the \fB-o\fR, only you will see the output on your local IRC client.
|
|
|
|
.TP
|
|
|
|
.B Konversation
|
|
|
|
.B /cmd inxi \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:
|
|
|
|
|
|
|
|
.B ln -s /usr/local/bin/inxi /usr/share/kde4/apps/konversation/scripts/inxi
|
|
|
|
|
|
|
|
If inxi is somewhere else, change the path /usr/local/bin to wherever it is located.
|
|
|
|
|
|
|
|
Then you can start inxi directly, like this:
|
|
|
|
|
|
|
|
.B /inxi \fR[\fBoptions\fR]
|
|
|
|
.TP
|
|
|
|
.B WeeChat
|
|
|
|
.B /shell -o inxi \fR[\fBoptions\fR]
|
|
|
|
|
|
|
|
Before WeeChat can run external scripts like inxi, you need to install the
|
|
|
|
weechat-plugins package. This is automatically installed for Debian users.
|
|
|
|
Next, if you don't already have it, you need to install shell.py,
|
|
|
|
which is a python script.
|
|
|
|
|
|
|
|
In a web browser, Click on the download button at:
|
|
|
|
.I http://www.weechat.org/scripts/source/stable/shell.py.html/
|
|
|
|
|
|
|
|
Make the script executable by
|
|
|
|
|
|
|
|
.B chmod +x shell.py
|
|
|
|
|
|
|
|
Move it to your home folder: \fI/.weechat/python/autoload/\fR then logout, and start WeeChat with
|
|
|
|
|
|
|
|
.B weechat-curses
|
|
|
|
|
|
|
|
Top of screen should say what pythons scripts have loaded, and should include shell. Then to run inxi,
|
|
|
|
you would enter a command like this:
|
|
|
|
|
|
|
|
.B /shell -o inxi -bx
|
|
|
|
|
|
|
|
If you leave off the \fB-o\fR, only you will see the output on your local weechat. WeeChat
|
|
|
|
users may also like to check out the weeget.py
|
|
|
|
|
|
|
|
.SH INITIALIZATION FILE
|
|
|
|
.TP
|
|
|
|
inxi will read the following configuration/initialization files in the following order:
|
|
|
|
.TP
|
|
|
|
.B /etc/inxi.conf
|
|
|
|
.TP
|
|
|
|
.B $HOME/.inxi/inxi.conf
|
|
|
|
.TP
|
|
|
|
See wiki pages for more information on how to set these up:
|
|
|
|
.TP
|
|
|
|
.I http://code.google.com/p/inxi/wiki/script_configuration_files
|
|
|
|
|
|
|
|
.SH BUGS
|
|
|
|
Please report bugs using the following resources.
|
|
|
|
|
|
|
|
You may be asked to run the inxi debugger tool which will upload a data dump of all
|
|
|
|
system files for use in debugging inxi. These data dumps are very important since
|
|
|
|
they provide us with all the real system data inxi uses to parse out its report.
|
|
|
|
|
|
|
|
.TP
|
New version, updated man page, new tarball.
Fixed partition bug that could falsely identify a remote filesystem like nfs as /dev fs
Added two options:
-! 31 - Turns off Host section of System line. This is useful if you want to post output
from server without posting its name.
-! 32 - Turns on Host section if it has been disabled by user configuration file
B_SHOW_HOST='false'
Added missing CPU data message, fixed missing cpu cache/bogomips output, turned off
bogomips if null for bsd systems because bogomips is a linux kernel feature.
Added N/A for no memory report, this would mainly hit bsd systems where user has no
permissions to use sysctl or has no read rights for /var/run/dmesg.boot.
Many fixes for partitions, now for bsd, if available, uses gpart list to get uuid/label
Added support for raid file system syntax in bsd, now excludes main raid device name,
and adds a flag to raiddevice/partitionname type so output can identify it as a raid
slice/partition.
In man page, added -! 31 / -! 32 sections, and some other small edits.
Added bsd raid line error message, added bsd sensors line error message.
Many other small bug fixes that should make linux more robust in terms of missing
data, and better/cleaner output for bsd.
2013-02-18 20:33:05 +00:00
|
|
|
inxi main website/svn/wiki, file an issue report:
|
2012-09-15 09:18:08 +00:00
|
|
|
.I http://code.google.com/p/inxi/issues/list
|
|
|
|
.TP
|
|
|
|
post on inxi developer forums:
|
|
|
|
.I http://techpatterns.com/forums/forum-32.html
|
|
|
|
.TP
|
|
|
|
You can also visit
|
New version, updated man page, new tarball.
Fixed partition bug that could falsely identify a remote filesystem like nfs as /dev fs
Added two options:
-! 31 - Turns off Host section of System line. This is useful if you want to post output
from server without posting its name.
-! 32 - Turns on Host section if it has been disabled by user configuration file
B_SHOW_HOST='false'
Added missing CPU data message, fixed missing cpu cache/bogomips output, turned off
bogomips if null for bsd systems because bogomips is a linux kernel feature.
Added N/A for no memory report, this would mainly hit bsd systems where user has no
permissions to use sysctl or has no read rights for /var/run/dmesg.boot.
Many fixes for partitions, now for bsd, if available, uses gpart list to get uuid/label
Added support for raid file system syntax in bsd, now excludes main raid device name,
and adds a flag to raiddevice/partitionname type so output can identify it as a raid
slice/partition.
In man page, added -! 31 / -! 32 sections, and some other small edits.
Added bsd raid line error message, added bsd sensors line error message.
Many other small bug fixes that should make linux more robust in terms of missing
data, and better/cleaner output for bsd.
2013-02-18 20:33:05 +00:00
|
|
|
.I irc.oftc.net \fRchannel:\fI #smxi
|
2012-09-15 09:18:08 +00:00
|
|
|
to post issues.
|
|
|
|
|
|
|
|
.SH HOMEPAGE
|
|
|
|
.I http://code.google.com/p/inxi
|
|
|
|
|
|
|
|
.SH AUTHOR AND CONTRIBUTORS TO CODE
|
|
|
|
|
|
|
|
.B inxi
|
|
|
|
is is a fork of locsmif's largely unmaintained yet very clever, infobash script.
|
|
|
|
|
|
|
|
Original infobash author and copyright holder:
|
|
|
|
Copyright (C) 2005-2007 Michiel de Boer a.k.a. locsmif
|
|
|
|
|
2013-01-27 02:46:38 +00:00
|
|
|
inxi version: Copyright (C) 2008-13 Scott Rogers & Harald Hope
|
2012-09-15 09:18:08 +00:00
|
|
|
|
|
|
|
Further fixes (listed as known): Horst Tritremmel <hjt at sidux.com>
|
|
|
|
|
2013-01-27 02:49:42 +00:00
|
|
|
Steven Barrett (aka: damentz) - usb audio patch; swap percent used patch.
|
|
|
|
Jarett.Stevens - dmidecode -M patch for older systems with no /sys
|
2012-09-15 09:18:08 +00:00
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
Further thanks to the various inxi package maintainers, distro support people, forum
|
|
|
|
moderators, and others, who contribute ideas, suggestions, and patches.
|
|
|
|
|
2013-01-27 02:40:38 +00:00
|
|
|
This Man page was originally created by Gordon Spencer (aka aus9) and is maintained by
|
|
|
|
Harald Hope (aka h2 or TechAdmin).
|