<?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>nixCraft &#187; sar command</title> <atom:link href="http://www.cyberciti.biz/tips/tag/sar-command/feed" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/tips</link> <description>This is a Linux sys admin journal by Vivek about sys admin work, Linux tips &#38; tricks, hacks, news and more.</description> <lastBuildDate>Fri, 03 Feb 2012 22:45:35 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>HowTo: Create sar Graphs With kSar [ Identifying Linux Bottlenecks ]</title><link>http://www.cyberciti.biz/tips/identifying-linux-bottlenecks-sar-graphs-with-ksar.html</link> <comments>http://www.cyberciti.biz/tips/identifying-linux-bottlenecks-sar-graphs-with-ksar.html#comments</comments> <pubDate>Tue, 15 Dec 2009 06:33:21 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[Debian Linux]]></category> <category><![CDATA[fedora linux]]></category> <category><![CDATA[File system]]></category> <category><![CDATA[Hardware]]></category> <category><![CDATA[High performance computing]]></category> <category><![CDATA[Howto]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Linux Scalability]]></category> <category><![CDATA[Monitoring]]></category> <category><![CDATA[Networking]]></category> <category><![CDATA[/usr/lib/sa/sa1]]></category> <category><![CDATA[/usr/lib/sa/sa2]]></category> <category><![CDATA[/usr/lib64/sa/sa1]]></category> <category><![CDATA[/usr/lib64/sa/sa2]]></category> <category><![CDATA[isag  command]]></category> <category><![CDATA[kSar command]]></category> <category><![CDATA[sadc command]]></category> <category><![CDATA[sadf command]]></category> <category><![CDATA[sar command]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=6165</guid> <description><![CDATA[<div
style="float:right;margin-top:0px;margin-left:5px;"><a
title="See all UNIX/Linux SysAdmin related news/tips" href="http://www.cyberciti.biz/tips/category/sys-admin"><img
src="http://files.cyberciti.biz/cbzcache/3rdparty/sysadmin-logo.jpg" border="0" alt="" /></a></div> The sar command collect, report, or save UNIX / Linux system activity information. It will save selected counters  in the operating system to the /var/log/sa/sadd file. From the collected data, you get lots of information about your server:<br
/><ol><li>CPU utilization</li><li>Memory paging and its utilization</li><li>Network I/O, and transfer statistics</li><li>Process creation activity</li><li>All block devices activity</li><li>Interrupts/sec etc.</li></ol> <br
/>sar output can be used for identifying server bottlenecks. However, analyzing information provided by sar can be difficult, so use kSar, which can take sar output and plot a nice easy to understand graph over period of time. ]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/identifying-linux-bottlenecks-sar-graphs-with-ksar.html/feed</wfw:commentRss> <slash:comments>21</slash:comments> </item> <item><title>How do I Find Out Linux CPU Utilization?</title><link>http://www.cyberciti.biz/tips/how-do-i-find-out-linux-cpu-utilization.html</link> <comments>http://www.cyberciti.biz/tips/how-do-i-find-out-linux-cpu-utilization.html#comments</comments> <pubDate>Thu, 06 Apr 2006 17:25:00 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Sys admin]]></category> <category><![CDATA[Tips]]></category> <category><![CDATA[Troubleshooting]]></category> <category><![CDATA[Tuning]]></category> <category><![CDATA[cpu load linux]]></category> <category><![CDATA[cpu status]]></category> <category><![CDATA[cpu time]]></category> <category><![CDATA[cpu usage linux]]></category> <category><![CDATA[cpu utilization]]></category> <category><![CDATA[cpu utilization linux]]></category> <category><![CDATA[cpus]]></category> <category><![CDATA[disk i/o]]></category> <category><![CDATA[iostat command]]></category> <category><![CDATA[linux cpu]]></category> <category><![CDATA[linux cpu load]]></category> <category><![CDATA[linux cpu monitor]]></category> <category><![CDATA[linux cpu usage]]></category> <category><![CDATA[linux cpu utilization]]></category> <category><![CDATA[linux kernel]]></category> <category><![CDATA[linux red hat]]></category> <category><![CDATA[linux top display]]></category> <category><![CDATA[memory utilization]]></category> <category><![CDATA[mpstat command]]></category> <category><![CDATA[performance tools]]></category> <category><![CDATA[real time view]]></category> <category><![CDATA[red hat linux]]></category> <category><![CDATA[rhel]]></category> <category><![CDATA[sar command]]></category> <category><![CDATA[smp]]></category> <category><![CDATA[swap space]]></category> <category><![CDATA[system cpu]]></category> <category><![CDATA[tutorial top linux]]></category> <category><![CDATA[utilization statistics]]></category> <category><![CDATA[vmstat command]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/how-do-i-find-out-linux-cpu-utilization.html</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='/tips/category/linux/' title='See all GNU/Linux related FAQ'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/linux-logo.png' border='0' /></a></div> Whenever a Linux system CPU is occupied by a process, it is unavailable for processing other requests.  Rest of pending requests must wait till CPU is free. This becomes a bottleneck in the system. Following command will help you to identify CPU utilization, so that you can troubleshoot CPU related performance problems.]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/how-do-i-find-out-linux-cpu-utilization.html/feed</wfw:commentRss> <slash:comments>125</slash:comments> </item> </channel> </rss>
