8000 INXI · matveynator/sysadminscripts Wiki · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Matvey Gladkikh edited this page Dec 28, 2021 · 1 revision

install inxi:

apt-get -y install inxi; inxi -F;

результат inxi:

$ inxi -F
System:    Host: elem-front-228 Kernel: 4.9.227-vs2.3.9.12-beng x86_64 (64 bit) 
           Console: tty 6 Distro: Debian GNU/Linux 8 
Machine:   System: Supermicro product: Super Server v: 0123456789 serial: 0123456789 
           Mobo: Supermicro model: X10SRi-F v: 1.01B serial: NM175S502097
           Bios: American Megatrends v: 2.0b date: 05/02/2017
CPU:       Hexa core Intel Xeon E5-1650 v4 (-HT-MCP-) cache: 15360 KB 
           Clock Speeds: 1: 2199 MHz 2: 1209 MHz 3: 1599 MHz 4: 2947 MHz 5: 3500 MHz
           6: 1499 MHz 7: 2899 MHz 8: 1295 MHz 9: 1491 MHz 10: 2995 MHz 11: 3557 MHz
           12: 1237 MHz
Graphics:  Card: ASPEED ASPEED Graphics Family
           Display Server: N/A driver: N/A
           tty size: 88x23 Advanced Data: N/A for root out of X
Audio:     Card Failed to Detect Sound Card! Sound: ALSA v: k4.9.227-vs2.3.9.12-beng
Network:   Card-1: Intel I350 Gigabit Network Connection driver: igb
           IF: N/A state: N/A speed: N/A duplex: N/A mac: N/A
           Card-2: Intel I350 Gigabit Network Connection driver: igb
           IF: N/A state: N/A speed: N/A duplex: N/A mac: N/A
Drives:    HDD Total Size: 8961.8GB (3.1% used)
           ID-1: /dev/sda model: INTEL_SSDSC2BB48 size: 480.1GB
           ID-2: /dev/sdb model: INTEL_SSDSC2BB48 size: 480.1GB
           ID-3: /dev/sdc model: ST4000NM0035 size: 4000.8GB
           ID-4: /dev/sdd model: ST4000NM0035 size: 4000.8GB
Partition: ID-1: / size: 400G used: 249G (63%) fs: xfs dev: /dev/mapper/vg0-lxc 
           ID-2: swap-1 size: 8.19GB used: 0.00GB (0%) fs: swap dev: /dev/dm-0 
RAID:      Device-1: /dev/md2 - active raid: 1 components: online: 2/2 - sdd1 sdc1
           Device-2: /dev/md1 - active raid: 1 components: online: 2/2 - sdb3 sda3
           Device-3: /dev/md0 - active raid: 1 components: online: 2/2 - sdb2 sda2
Sensors:   System Temperatures: cpu: 55.0C mobo: N/A 
           Fan Speeds (in rpm): cpu: N/A 
Info:      Processes: 44 Uptime: 5 days Memory: 703.0/128833.7MB 
           Init: systemd runlevel: 5 Client: Shell (bash) inxi: 2.1.28 

Clone this wiki locally
0