<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://w.electrodragon.com/w/index.php?action=history&amp;feed=atom&amp;title=Sys_Linux</id>
	<title>Sys Linux - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://w.electrodragon.com/w/index.php?action=history&amp;feed=atom&amp;title=Sys_Linux"/>
	<link rel="alternate" type="text/html" href="https://w.electrodragon.com/w/index.php?title=Sys_Linux&amp;action=history"/>
	<updated>2026-06-04T21:33:42Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.37.2</generator>
	<entry>
		<id>https://w.electrodragon.com/w/index.php?title=Sys_Linux&amp;diff=24508&amp;oldid=prev</id>
		<title>Chao at 14:33, 31 January 2020</title>
		<link rel="alternate" type="text/html" href="https://w.electrodragon.com/w/index.php?title=Sys_Linux&amp;diff=24508&amp;oldid=prev"/>
		<updated>2020-01-31T14:33:20Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== CPU ==&lt;br /&gt;
# 查看物理CPU个数&lt;br /&gt;
cat /proc/cpuinfo| grep &amp;quot;physical id&amp;quot;| sort| uniq| wc -l&lt;br /&gt;
&lt;br /&gt;
# 查看每个物理CPU中core的个数(即核数)&lt;br /&gt;
cat /proc/cpuinfo| grep &amp;quot;cpu cores&amp;quot;| uniq&lt;br /&gt;
&lt;br /&gt;
# 查看逻辑CPU的个数&lt;br /&gt;
cat /proc/cpuinfo| grep &amp;quot;processor&amp;quot;| wc -l&lt;br /&gt;
== Version ==&lt;br /&gt;
* cat /etc/issue&lt;br /&gt;
* lsb_release -a&lt;br /&gt;
[[category: Linux Config]]&lt;/div&gt;</summary>
		<author><name>Chao</name></author>
	</entry>
</feed>