inxi informationinxi is a system information script. The code base was forked from infobash. All code has been reworked and put into functions. Then, as requested by users, more information was made available as additional functions. inxi is useful to system admins for identifying hardware on remote system, it is useful for desktop users, but is most helpful in irc when support services would like to know customers hardware for troubleshooting issues. Typical output for inxi -F:
inxi options- inxi supports the following options. You can combine them, or list them one by one: Examples: inxi -v4 -c6 OR inxi -dDc 6
- If you start inxi with no arguments, it will show the short form. The following options if used without -d or -v will show just that complete line:
- A,C,D,G,I,N,P,S - you can use these together to show just the lines you want to see.
- If you use them with a -v level (or -d), it will show the full output for that line along with the output for the chosen verbosity level.
- Output Control Options:
- -A Show Audio/sound card information.
- -c Available color schemes. Scheme number is required.
- Supported schemes: 0-15 Example: inxi -c 11
- -C Show full CPU output, including per CPU clockspeed.
- -d Default output verbosity level, same as: inxi -v 1
- -D Show full hard Disk info, not only model, ie: /dev/sda ST380817AS 80.0GB.
- -f Show all cpu flags used, not just the short list. Not shown with -F to avoid spamming.
- -F Show Full output for inxi. Does not show extra verbose options like -f -u -l -p or -o
- -G Show Graphic card information (card, x type, resolution, glx renderer, version).
- -i Show Wan IP address, and shows local interfaces (requires ifconfig network tool).
- Not shown with -F for user security reasons, you shouldn't paste your local/wan IP.
- -I (eye) Show Information: processes, uptime, memory, irc client, inxi version.
- -l (ell) Show partition labels. Default: short partition -P. For full -p output, use: -pl (or -plu).
- -N Show Network card information.
- -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):
- < username > ALL = NOPASSWD: /usr/bin/file (sample)
- -p Show full partition information (-P plus all other detected partitions).
- -P Show Partition information (shows what -v 4 would show, but without extra data).
- Shows, if detected: / /boot /home /tmp /usr /var. Use -p to see all mounted partitions.
- -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.)
- -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
- -S Show System information: host name, kernel, distro
- -u Show partition UUIDs. Default: short partition -P. For full -p output, use: -pu (or -plu).
- -v Script verbosity levels. Verbosity level number is required.
- Supported levels: 0-5 Example: inxi -v 4
- 0 - short output, same as: inxi
- 1 - basic verbose, same as: inxi -d
- 2 - Also show networking card data
- 3 - Also show hard disk names as detected.
- 4 - Also show partition size/filled data for (if present):/, /home, /var/, /boot
- 5 - For multicore systems, also show per core clock speeds; shows audio card.
- -x Show extra data:
- dbogomips on Cpu
- driver version (if available) for Network/Audio;
- direct rendering status for Graphics (in X). Only works with verbose or line output;
- Shows (for single gpu, nvidia driver) screen number gpu is running on.
- Shows 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):
- < username > ALL = NOPASSWD: /usr/sbin/hddtemp (sample)
- Shows runlevel if in X, if out of X, runlevel always shows.
- Additional Options:
- -h - this help menu.
- -U Auto-update script. Note: if you installed as root, you must be root to update, otherwise user is fine.
- -V inxi version information. Prints information then exits.
- -% Overrides defective or corrupted data.
- -@ Triggers debugger output. Requires debugging level 1-10 (8-10 - logging).
- 8 - basic logging
- 9 - full file/sys info logging
- 10 - color logging.
|