diff options
| author | 2024-02-08 03:08:34 -0500 | |
|---|---|---|
| committer | 2024-02-08 03:08:34 -0500 | |
| commit | 7a57664cfd30fbd51812935da019f12ad2d74501 (patch) | |
| tree | 50f9bbf7e0e8882fe1bb178f6475dc5a3eca3ded /inxi.1 | |
| parent | 494fae1cbf1c8fc9f012bde4e6a0a85b86e4aa87 (diff) | |
| parent | bfd00ee5282d7f8f9c4d81d37fbba99aa582fd70 (diff) | |
Update upstream source from tag 'upstream/3.3.33-1'
Update to upstream version '3.3.33-1'
with Debian dir a7682b1c1335dfc100286f19e54903a4b6ee61a8
Diffstat (limited to 'inxi.1')
| -rw-r--r-- | inxi.1 | 83 |
1 files changed, 45 insertions, 38 deletions
@@ -15,7 +15,7 @@ .\" with this program; if not, write to the Free Software Foundation, Inc., .\" 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. .\" -.TH INXI 1 "2024\-01\-30" "inxi" "inxi manual" +.TH INXI 1 "2024\-02-06"inxi" "inxi manual" .SH NAME inxi \- Command line system information script for console and IRC @@ -378,6 +378,11 @@ Show WAN IP address and local interfaces (latter requires \fBifconfig\fR or Shows both IPv4 and IPv6 link IP addresses. .TP +.B \-\-ip\-limit\fR, \fB\-\-limit [\-1 \- x]\fR +Raise or lower max output limit of IP addresses for \fB\-i\fR. \fB\-1\fR +removes limit. + +.TP .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\-Ix\fR, \fB\-Ixx\fR, and \fB\-Ia\fR @@ -421,7 +426,7 @@ base 2 Bytes/s speeds. \fB\-Ja\fR adds USB mode. .TP .B \-l \fR, \fB\-\-label\fR Show partition labels. Use with \fB\-j\fR, \fB\-o\fR, \fB\-p\fR, and \fB\-P\fR -to show partition labels. Does nothing without one of those options. +to show partition labels. Requires one of those options. Sample: \fB\-ojpl\fR. @@ -681,6 +686,31 @@ To show partition labels or UUIDs (when available and relevant), use with \fB\-l\fR or\fB \-u\fR. .TP +.B \-\-partitions\-sort\fR, \fB\-\-ps\fR \ +[dev\-base|fs|id|label|percent\-used|size|uuid|used]\fR +Change default sort order of partition output. Corresponds to +\fBPARTITION_SORT\fR configuration item. These are the available sort options: + +\fBdev\-base\fR - \fB/dev\fR partition identifier, like \fB/dev/sda1\fR. +Note that it's an alphabetic sort, so \fBsda12\fR is before \fBsda2\fR. + +\fBfs\fR \- Partition filesystem. Note that sorts will be somewhat random if +all filesystems are the same. + +\fBid\fR \- Mount point of partition (default). + +\fBlabel\fR \- Label of partition. If partitions have no labels, +sort will be random. + +\fBpercent\-used\fR - Percentage of partition size used. + +\fBsize\fR \- KiB size of partition. + +\fBuuid\fR \- UUID of the partition. + +\fBused\fR \- KiB used of partition. + +.TP .B \-P \fR, \fB\-\-partitions\fR Show basic Partition information. Shows, if detected: \fB/ /boot /boot/efi /home /opt /tmp /usr /usr/home /var @@ -836,8 +866,8 @@ same line. .TP .B \-u \fR, \fB\-\-uuid\fR -Show partition UUIDs. Use with \fB\-j\fR, \fB\-o\fR, \fB\-p\fR, and \fB\-P\fR -to show partition labels. Does nothing without one of those options. +Show UUIDs. Use with \fB\-j\fR, \fB\-M\fR \fB\-o\fR, \fB\-p\fR, and \fB\-P\fR to +show partition/system board (not common) UUIDs. Requires one of those options. Sample: \fB\-opju\fR. @@ -1132,11 +1162,6 @@ level only applied if output width is less than max wrap width (see indents. Use configuration item \fBINDENTS\fR to make permanent. .TP -.B \-\-limit [\-1 \- x]\fR -Raise or lower max output limit of IP addresses for \fB\-i\fR. \fB\-1\fR -removes limit. - -.TP .B \-\-max\-wrap\fR, \fB\-\-wrap\-max [integer]\fR Overrides default or configuration set line starter wrap width value. Wrap max is the maximum width that inxi will wrap line starters (e.g. \fBInfo:\fR) to @@ -1165,30 +1190,6 @@ The \fBprint\fR options prints to stdout. Required for non\-screen \fB\-\-output\fR formats (json|xml). .TP -.B \-\-partition\-sort [dev\-base|fs|id|label|percent\-used|size|uuid|used]\fR -Change default sort order of partition output. Corresponds to -\fBPARTITION_SORT\fR configuration item. These are the available sort options: - -\fBdev\-base\fR - \fB/dev\fR partition identifier, like \fB/dev/sda1\fR. -Note that it's an alphabetic sort, so \fBsda12\fR is before \fBsda2\fR. - -\fBfs\fR \- Partition filesystem. Note that sorts will be somewhat random if -all filesystems are the same. - -\fBid\fR \- Mount point of partition (default). - -\fBlabel\fR \- Label of partition. If partitions have no labels, -sort will be random. - -\fBpercent\-used\fR - Percentage of partition size used. - -\fBsize\fR \- KiB size of partition. - -\fBuuid\fR \- UUID of the partition. - -\fBused\fR \- KiB used of partition. - -.TP .B \-\-separator\fR, \fB\-\-sep [character(s)]\fR Change the default output key: value separator \fB:\fR to something else. Make permanent with configuration item \fBSEP2_CONSOLE\fR. @@ -1944,7 +1945,8 @@ different from each other. If they are the identical, displays same as .TP .B \-xxx \-M\fR -\- Adds, if present, board/chassis UUID, +\- Adds, if present, board/chassis UUID, This is also activated by +\fB\-\-uuid\fR. .TP .B \-xxx \-N\fR @@ -1974,8 +1976,8 @@ gnome\-panel, lxpanel, tint2, trayer, lxqt\-panel, xfce4\-panel and many others. \- Adds (if present) \fBtools:\fR item for all detected running screensavers, -screen lockers, power daemons. Note that not all screen lockers run as -daemons/services, some are just programs called by other tools or actions. +screen lockers. Note that not all screen lockers run as daemons/services, some +are just programs called by other tools or actions. \- Adds (if available, and in display), virtual terminal (\fBvt\fR) number. These are the same as \fBctrl+alt+F[x]\fR numbers usually. Some systems @@ -2350,7 +2352,8 @@ Graphics: states, hibernate suspend \fBimage:\fR size, and if any suspend failures (\fBfails:\fR), how many. -\- Adds power daemons (\fBdaemons:\fR) running. +\- Adds power daemons/services (\fBservices:\fR) running. Note not all services +are daemons. \- Adds to Packages number of lib packages detected per package manager. Also adds detected package managers with 0 packages listed. Adds package manager @@ -2367,7 +2370,7 @@ Info: Processes: 651 Power: uptime: 8d 21h 32m states: freeze,mem,disk suspend: deep avail: s2idle wakeups: 14 fails: 3 hibernate: platform avail: shutdown,reboot,suspend,test_resume image: 12.49 GiB - daemons: upowerd,xfce4\-power\-manager Init: systemd v: 255 + services: upowerd,xfce4\-power\-manager Init: systemd v: 255 target: graphical (5) default: graphical tool: systemctl Packages: pm: dpkg pkgs: 3960 libs: 2184 tools: apt,apt\-get,aptitude pm: rpm pkgs: 0 Compilers: gcc: 13.2.0 alt: 5/6/8/9/10/11/12 Shell: Bash @@ -2455,6 +2458,10 @@ shown). \- Adds for USB devices USB mode (Linux only). +\- Adds \fBInfo:\fR line (\fB\-n\fR, \fB\-i\fR only), with running network type +\fBservices:\fR. Note not all services are daemons. For example, +\fBNetworkManager\fR can be started with \fB\-\-no\-daemon\fR flag. + .TP .B \-a \-o\fR \- Adds device kernel major:minor number (Linux only). |
