htop
top
nmon
iostat
glances
https://www.maketecheasier.com/glances-monitor-system-ubuntu/
hegemon
https://www.tecmint.com/install-rust-programming-language-in-linux/
https://www.tecmint.com/hegemon-system-monitoring-tool-for-linux/
https://opensource.com/life/16/2/open-source-tools-system-monitoring
top
atop
htop
glances
netdata
monitorix
collectd
lshw
lscpu
lspci
lsusb
sudo dmidecode
harddisk
sudo smartctl -a /dev/sda
blkid
破壞性寫入測試
badblocks -wsv /dev/xxxdisk
fdisk/gdisk/parted
nload is a console application which monitors network traffic and bandwidth
hddtemp - Utility to monitor hard drive temperature
dmidecode is a tool for dumping a computer's DMI (some say SMBIOS ) table contents in a human-readable format.
lm_sensors (Linux monitoring sensors) is a free and open-source application that provides tools and drivers for monitoring temperatures, voltage, and fans.
smartmontools smartctl - Control and Monitor Utility for SMART Disks
smartctl controls the Self-Monitoring, Analysis and Reporting Technology (SMART) system built into many ATA-3 and later ATA, IDE and SCSI-3 hard drives.
nullmailer is an relay-only forwarding MTA (Mail Transfer Agent).
ranger - visual file manager
GNU Midnight Commander is a visual file manager,
netcat is a simple unix utility which reads and writes data across network connections, using TCP or UDP protocol.
https://www.linuxlinks.com/alternativestotop/
回覆刪除htop
atop
gtop
https://www.networkworld.com/article/3028066/half-a-dozen-ways-to-look-at-unix-processes.html
What files do processes have open?
To view the files that any process has open, use the lsof (list open files) command. Without any arguments, the command will show you the files that every process has open -- if you run it with superuser privilege.
sudo lsof | head -6