The "To Keep Up" Wiki

A collection of information we find useful

User Tools

Site Tools


linux_annoyances

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
linux_annoyances [2020.10.17 08:38] – [Random halts Mint 19.3 on hp 8540w] Steve Isenberglinux_annoyances [2021.01.04 16:03] – [System Information] Steve Isenberg
Line 152: Line 152:
  
 ====System Information==== ====System Information====
 +
 +===Benchmarking===
 +from [[https://linuxconfig.org/how-to-benchmark-your-linux-system]]
 +
 +''sudo apt install sysbench''
 +|cpu|sysbench --test=cpu run|
 +|memory|sysbench --test=memory run|
 +
 +''sudo apt install hardinfo''\\ Then run from start, "System Profiler and Benchmark"
 +
  
 ===Devices=== ===Devices===
 [[https://www.tecmint.com/commands-to-collect-system-and-hardware-information-in-linux/]] [[https://www.tecmint.com/commands-to-collect-system-and-hardware-information-in-linux/]]
 | System hardware info | ''sudo lshw''| | System hardware info | ''sudo lshw''|
 +|What flavor & version Linux?|''cat /etc/os-release''|
 |CPU information|''lscpu''| |CPU information|''lscpu''|
 |SCSI devices info|first ''sudo apt-get install lsscsi''\\ ''lsscsi'' or ''lsscsi -s'' to see sizes| |SCSI devices info|first ''sudo apt-get install lsscsi''\\ ''lsscsi'' or ''lsscsi -s'' to see sizes|
 |File System Info|''sudo fdisk -l''| |File System Info|''sudo fdisk -l''|
 |storage device info|''lsblk''| |storage device info|''lsblk''|
-|''lspci''|+|controllers|''lspci''|
 |Graphics card & driver| ''lshw -c display''| |Graphics card & driver| ''lshw -c display''|
 |Graphics card, driver, and more|''inxi -Fxz''| |Graphics card, driver, and more|''inxi -Fxz''|
 +|Display resolution|''xrandr''\\ ''inxi -G''\\ Menu>Preferences>Display|
 +
 +===Other===
 +|Memory|''free''|
 +| |sudo lshw -short -C memory|
  
 ===Processes=== ===Processes===
linux_annoyances.txt · Last modified: 2023.03.30 08:36 by Steve Isenberg