<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/"><channel><title>Server on Shaowen Chen's Website</title><link>https://www.chenshaowen.com/en/tags/server/</link><description>Recent content in Server on Shaowen Chen's Website</description><generator>Hugo -- gohugo.io</generator><language>en</language><copyright>&amp;copy;2016 - {year}, All Rights Reserved.</copyright><lastBuildDate>Thu, 25 Jul 2024 00:08:00 +0000</lastBuildDate><sy:updatePeriod>weekly</sy:updatePeriod><atom:link href="https://www.chenshaowen.com/en/tags/server/atom.xml" rel="self" type="application/rss+xml"/><item><title>How to View Device Information on a Server</title><link>https://www.chenshaowen.com/en/blog/how-to-get-device-information-on-server.html</link><pubDate>Thu, 25 Jul 2024 00:08:00 +0000</pubDate><atom:modified>Thu, 25 Jul 2024 00:08:00 +0000</atom:modified><guid>https://www.chenshaowen.com/en/blog/how-to-get-device-information-on-server.html</guid><description>1. Checking the CPU Check the CPU model 1 lscpu Check the instruction set 1 cat /proc/cpuinfo | grep -iE &amp;#34;flags|instruction set&amp;#34; 2. Checking Memory Memory usage and size 1 free -h Memory module model 1 dmidecode -t memory 3. Checking Disks Check disk mounts 1 lsblk -o NAME,TYPE,SIZE,MODEL,UUID,MOUNTPOINT Check disk usage 1 df -H | grep -vE &amp;#39;^Filesystem|tmpfs|cdrom|loop|udev&amp;#39; | awk &amp;#39;{ print $5 &amp;#34;/&amp;#34; $2 &amp;#34; &amp;#34; $1 }&amp;#39; |grep &amp;#34; &amp;#34;/ Check disk speed 1 hdparm -t /dev/sda3 Check disk temperature and more 1 apt install smartmontools 1 (for disk in /dev/sd?</description><dc:creator>WeChat Official Account</dc:creator><category>Server</category><category>Devices</category><category>Operations</category><category>Hardware</category><category>Troubleshooting</category><category>Learning</category><category>Linux</category></item></channel></rss>