<?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; ps command</title> <atom:link href="http://www.cyberciti.biz/tips/tag/ps-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>20 Linux System Monitoring Tools Every SysAdmin Should Know</title><link>http://www.cyberciti.biz/tips/top-linux-monitoring-tools.html</link> <comments>http://www.cyberciti.biz/tips/top-linux-monitoring-tools.html#comments</comments> <pubDate>Sat, 27 Jun 2009 02:26:39 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[CentOS]]></category> <category><![CDATA[Debian Linux]]></category> <category><![CDATA[fedora linux]]></category> <category><![CDATA[FreeBSD]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Linux Scalability]]></category> <category><![CDATA[Monitoring]]></category> <category><![CDATA[Networking]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[Security]]></category> <category><![CDATA[Storage]]></category> <category><![CDATA[Sys admin]]></category> <category><![CDATA[Troubleshooting]]></category> <category><![CDATA[Tuning]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[bandwidth monitoring tool linux]]></category> <category><![CDATA[cpu monitoring linux]]></category> <category><![CDATA[disk monitoring linux]]></category> <category><![CDATA[htop command]]></category> <category><![CDATA[load monitoring linux]]></category> <category><![CDATA[monitoring linux servers]]></category> <category><![CDATA[nagios monitoring linux]]></category> <category><![CDATA[netstat command]]></category> <category><![CDATA[network monitoring linux]]></category> <category><![CDATA[pgrep command]]></category> <category><![CDATA[process monitoring linux]]></category> <category><![CDATA[ps command]]></category> <category><![CDATA[ss command]]></category> <category><![CDATA[top command]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=4934</guid> <description><![CDATA[<div
style="float:right;margin-top:0px;margin-left:5px;"><a
title="See all GNU/Linux related tips/articles" href="http://www.cyberciti.biz/tips/category/linux"><img
src="http://files.cyberciti.biz/cbzcache/3rdparty/linux-logo.png" border="0" alt="" /></a></div> Need to monitor Linux server performance? Try these built-in command and a few add-on tools. Most Linux distributions are equipped with tons of monitoring. These tools provide metrics which can be used to get information about system activities. You can use these tools to find the possible causes of a performance problem. The commands discussed below are some of the most basic commands when it comes to system analysis and debugging server issues such as:<ol><li>Finding out bottlenecks.</li><li>Disk (storage)  bottlenecks.</li><li>CPU and memory bottlenecks.</li><li>Network bottlenecks.</li></ol>]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/top-linux-monitoring-tools.html/feed</wfw:commentRss> <slash:comments>265</slash:comments> </item> <item><title>Security Tip: Find out current working directory of a process</title><link>http://www.cyberciti.biz/tips/linux-report-current-working-directory-of-process.html</link> <comments>http://www.cyberciti.biz/tips/linux-report-current-working-directory-of-process.html#comments</comments> <pubDate>Wed, 14 Nov 2007 11:41:31 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[CentOS]]></category> <category><![CDATA[Howto]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Monitoring]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[Security]]></category> <category><![CDATA[Suse Linux]]></category> <category><![CDATA[Sys admin]]></category> <category><![CDATA[Tips]]></category> <category><![CDATA[Ubuntu Linux]]></category> <category><![CDATA[cwd]]></category> <category><![CDATA[grep command]]></category> <category><![CDATA[pid]]></category> <category><![CDATA[proc fs]]></category> <category><![CDATA[processes]]></category> <category><![CDATA[ps command]]></category> <category><![CDATA[pwdx command]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/linux-report-current-working-directory-of-process.html</guid> <description><![CDATA[For security reason you may need to find out current working directory of a process. You can obtained this information by visiting /proc/pid/cwd directory or using the pwdx command. It reports the current working directory of a process or processes. Find out out working directory for a process Run ps aux to find out PID [...]]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/linux-report-current-working-directory-of-process.html/feed</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>Quick Shell Tip: Remove grep command while grepping something using ps command</title><link>http://www.cyberciti.biz/tips/grepping-ps-output-without-getting-grep.html</link> <comments>http://www.cyberciti.biz/tips/grepping-ps-output-without-getting-grep.html#comments</comments> <pubDate>Mon, 15 Oct 2007 21:51:02 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Shell scripting]]></category> <category><![CDATA[Tip of the day]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[grep command]]></category> <category><![CDATA[grep perl]]></category> <category><![CDATA[ps command]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/grepping-ps-output-without-getting-grep.html</guid> <description><![CDATA[Generally you use ps command to find out all running process. You may also pipe out ps command output via grep command to pickup desired output. Basically you don't want display grep command as the process. Let us run combination of ps and grep command to find out all perl processes: $ ps aux &#124; [...]]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/grepping-ps-output-without-getting-grep.html/feed</wfw:commentRss> <slash:comments>11</slash:comments> </item> <item><title>How to display or show information about a Linux Kernel module or drivers</title><link>http://www.cyberciti.biz/tips/how-to-display-or-show-information-about-a-linux-kernel-module-or-drivers.html</link> <comments>http://www.cyberciti.biz/tips/how-to-display-or-show-information-about-a-linux-kernel-module-or-drivers.html#comments</comments> <pubDate>Fri, 15 Sep 2006 12:43:12 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[Howto]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Tips]]></category> <category><![CDATA[display linux kernel]]></category> <category><![CDATA[linux display kernel]]></category> <category><![CDATA[linux display loaded modules]]></category> <category><![CDATA[linux how to show what kernel installed]]></category> <category><![CDATA[linux kernel module]]></category> <category><![CDATA[linux kernel module list]]></category> <category><![CDATA[linux kernel modules]]></category> <category><![CDATA[linux kernel show]]></category> <category><![CDATA[linux show loaded modules]]></category> <category><![CDATA[linux show modules]]></category> <category><![CDATA[lsmod command]]></category> <category><![CDATA[modinfo command]]></category> <category><![CDATA[ps command]]></category> <category><![CDATA[show linux kernel version]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/how-to-display-or-show-information-about-a-linux-kernel-module-or-drivers.html</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/tips/category/linux' title='See all GNU/Linux related tips/articles'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/linux-logo.png' border='0' /></a></div> Explains how to view all loaded device driver (modules) by Linux kernel using various command line utilities.]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/how-to-display-or-show-information-about-a-linux-kernel-module-or-drivers.html/feed</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>How do I  find out what shell I&#8217;m using?</title><link>http://www.cyberciti.biz/tips/how-do-i-find-out-what-shell-im-using.html</link> <comments>http://www.cyberciti.biz/tips/how-do-i-find-out-what-shell-im-using.html#comments</comments> <pubDate>Tue, 15 Nov 2005 13:40:00 +0000</pubDate> <dc:creator>nixcraft</dc:creator> <category><![CDATA[CentOS]]></category> <category><![CDATA[Debian Linux]]></category> <category><![CDATA[FreeBSD]]></category> <category><![CDATA[Gentoo Linux]]></category> <category><![CDATA[Howto]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Shell scripting]]></category> <category><![CDATA[Sys admin]]></category> <category><![CDATA[Ubuntu Linux]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[bash]]></category> <category><![CDATA[bash shell]]></category> <category><![CDATA[csh]]></category> <category><![CDATA[find my shell name]]></category> <category><![CDATA[ps command]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/how-do-i-find-out-what-shell-im-using.html</guid> <description><![CDATA[Asked by Chetan Joshi Q. What is the best way to find out what shell I'm using. echo $SHELL is not so reliable. Please let me know any tiny command or trick. A. Chetan, echo $SHELL should work. But here is old good UNIX trick. Use the command ps with -p {pid} option, which selects [...]]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/how-do-i-find-out-what-shell-im-using.html/feed</wfw:commentRss> <slash:comments>16</slash:comments> </item> </channel> </rss>
