<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>虛擬先生 &#187; Linux 虛擬機相關</title>
	<atom:link href="http://vaemon.com/category/v_linux/feed" rel="self" type="application/rss+xml" />
	<link>http://vaemon.com</link>
	<description></description>
	<lastBuildDate>Sun, 05 Sep 2010 06:25:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	
<!-- Start Of Script Generated By WP-PostViews Plus -->
<script type='text/javascript' src='http://vaemon.com/wp-includes/js/jquery/jquery.js?ver=1.4.2'></script>
<script type="text/javascript">
/* <![CDATA[ */
/* ]]> */
</script>
<!-- End Of Script Generated By WP-PostViews Plus -->
	<item>
		<title>【長篇教學】MRTG監視Linux性能：CPU篇</title>
		<link>http://vaemon.com/article/714.html</link>
		<comments>http://vaemon.com/article/714.html#comments</comments>
		<pubDate>Tue, 09 Feb 2010 10:04:03 +0000</pubDate>
		<dc:creator>嘉許</dc:creator>
				<category><![CDATA[Linux 虛擬機相關]]></category>
		<category><![CDATA[VMware ESX/ESXi]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[mrtg]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://vaemon.com/?p=714</guid>
		<description><![CDATA[上次把MRTG安裝起來之後，你的Linux已經具有監視eth0的功能了。當然要將Linux主機轉換到虛擬機之前，你還得了解最重要的CPU/RAM/HD等效率，在P2V之後才知道要如何增強這些效能。當然更細微的性能校調，就得深入到你的應用中了，如MySQL中的某一個表，嘉許會在之後的教學找個客戶的例子做為示範。 2010年3月2日更新：感謝網友zinklink找出錯誤，已更正，謝謝。 前言 MRTG安裝好之後，接下來就是將不同的監測項目安裝進去。前提是你之前的MRTG基本都已經安裝好了。如果你不熟悉MRTG的安裝，可以參考這一篇。接下來我們就來看看在MRTG下監測CPU需要的步驟。 難易程度： IT人員： ★☆☆☆☆ 使用者：★★★☆☆ 使用平台： Ubuntu Server Linux 9.10無X Window環境 安裝前的準備工作 1、 首先確定你對Linux有基本的認識，如安裝binary套件、權限、檔案等觀念。 2、 會使用vi編輯器。 3、 Linux已安裝LAMP環境。 4、 Linux的網路卡可正常使用，取得IP可和外網連接。 5、 能從網上或光碟機更新套件。 6、 已經安裝好MRTG功能。 安裝MRTG CPU監測步驟提要 1、 安裝sysstat CPU監測程式。 2、 建立CPU監測執行指令檔。 3、 更改指令檔為可執行權限。 4、 更改mrtg.cfg執行環境參數檔。 5、 以設定檔中的參數來執行mrtg。 6、 建立網頁index.html。 7、 如果需要，可以安裝燒機程式來燒CPU。 8、 從網頁查看mrtg的圖表。 安裝sysstat CPU監測程式 要監測CPU，必須先安裝一個sysstat中的sar來定時執行CPU的使用率(Utilization %)。只要你能連上網路，並且能使用root的權限執行程式，就可以用apt-get的方式來安裝了。 「sudo apt-get install sysstat」 輸入使用者密碼之會出現安裝的畫面，安裝時系統會要求輸入「y」，表示同意安裝，之後就會進行一些說明畫面，並且在安裝完畢時回到命令列提示下。 [...]]]></description>
		<wfw:commentRss>http://vaemon.com/article/714.html/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>別再自行安裝OS了：VMware Image下載</title>
		<link>http://vaemon.com/article/505.html</link>
		<comments>http://vaemon.com/article/505.html#comments</comments>
		<pubDate>Tue, 08 Dec 2009 01:37:44 +0000</pubDate>
		<dc:creator>嘉許</dc:creator>
				<category><![CDATA[Linux 虛擬機相關]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[VMware ESX/ESXi]]></category>

		<guid isPermaLink="false">http://vaemon.com/?p=505</guid>
		<description><![CDATA[嘉許因為工作關係，常常需要安裝各式各樣的Linux distro，為了方便，也準備了常用的Linux的VMware Image。然而Linux的版本更新很快，昇級又很麻煩，因此重裝Linux成為一個常態性不得不做的工作。不過網上高手及好心很多，他們將已經安裝好的Linux做成VMware的Image，並且開放下載，省去了安裝的麻煩，只要下載就行。現在光速時代，一個Linux的Image大約就150~500MB，以12M的光世代大約幾分鐘就下載完畢。大家以後有Linux的需要，可以到http://www.thoughtpolice.co.uk/來下載，還有提供torrent哦，速度很快。]]></description>
		<wfw:commentRss>http://vaemon.com/article/505.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
