<?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; OSチューニング</title>
	<atom:link href="http://www.inter-office.co.jp/contents/category/os-tuning/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.inter-office.co.jp</link>
	<description>ecサイト&#124;eコマース&#124;パッケージ&#124;アクセス解析&#124;広告効果測定&#124;Webマーケティング構築・開発</description>
	<lastBuildDate>Tue, 18 May 2010 06:53:47 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>大規模DBサーバへのLinux適用（Kernel2.4と2.6の性能）</title>
		<link>http://www.inter-office.co.jp/contents/166/</link>
		<comments>http://www.inter-office.co.jp/contents/166/#comments</comments>
		<pubDate>Mon, 18 Aug 2008 04:29:40 +0000</pubDate>
		<dc:creator>kajiwara</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[OSチューニング]]></category>
		<category><![CDATA[Webサイト開発日記]]></category>

		<guid isPermaLink="false">http://192.168.1.223/?p=327</guid>
		<description><![CDATA[ずいぶん前の記事なので読んだ人も多いでしょうが、「大規模DBサーバへのLinux適用」という計測レポートがあります。
引用記事はこちら。
レポート自体はこちらです。
具体的な計測結果があるので、今更ながらKernel2. [...]]]></description>
		<wfw:commentRss>http://www.inter-office.co.jp/contents/166/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>noatimeでチューニング</title>
		<link>http://www.inter-office.co.jp/contents/84/</link>
		<comments>http://www.inter-office.co.jp/contents/84/#comments</comments>
		<pubDate>Mon, 18 Aug 2008 03:31:42 +0000</pubDate>
		<dc:creator>kajiwara</dc:creator>
				<category><![CDATA[OSチューニング]]></category>
		<category><![CDATA[Webサイト開発日記]]></category>
		<category><![CDATA[apacheチューニング]]></category>

		<guid isPermaLink="false">http://192.168.1.223/?p=265</guid>
		<description><![CDATA[UNIX系のシステムでは、ファイルの持つタイムスタンプ情報に「修正時間」（mtime）、「作成時間」（ctime）、「アクセス時間」（atime）
情報があります。
touchコマンドでは-mオプションでmtimeを、-aオプションでatimeを更新できます。
ls -l で mtime、ls -lc で ctime、ls -lu で atime を表示することができます。
PLAIN TEXT
CODE:




# ls -l *.txt


-rw-r--r-- 1 root root 0&#160; 5月 13 16:50 access.txt


-rw-r--r-- 1 root root 0&#160; 5月 13 16:50 modify.txt


# touch -a access.txt


# touch -m modify.txt


# ls -lu *.txt


-rw-r--r-- 1 root root 0&#160; 5月 13 16:58 access.txt


-rw-r--r-- 1 root root 0&#160; 5月 13 16:50 [...]]]></description>
		<wfw:commentRss>http://www.inter-office.co.jp/contents/84/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
