<?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; Monitoring</title> <atom:link href="http://www.cyberciti.biz/tips/category/monitoring/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>20 Linux Server Hardening Security Tips</title><link>http://www.cyberciti.biz/tips/linux-security.html</link> <comments>http://www.cyberciti.biz/tips/linux-security.html#comments</comments> <pubDate>Fri, 30 Oct 2009 07:52:11 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[Debian Linux]]></category> <category><![CDATA[fedora linux]]></category> <category><![CDATA[Gentoo Linux]]></category> <category><![CDATA[GNU/Open source]]></category> <category><![CDATA[Howto]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Monitoring]]></category> <category><![CDATA[Networking]]></category> <category><![CDATA[package management]]></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[bastille linux hardening]]></category> <category><![CDATA[harden tcp ip stack]]></category> <category><![CDATA[Hardening centos]]></category> <category><![CDATA[Hardening debian]]></category> <category><![CDATA[Hardening Linux]]></category> <category><![CDATA[hardening red hat]]></category> <category><![CDATA[Hardening rhel]]></category> <category><![CDATA[linux kernel hardening]]></category> <category><![CDATA[linux security]]></category> <category><![CDATA[Linux Security Kernel Enhancements]]></category> <category><![CDATA[linux security modules]]></category> <category><![CDATA[Redhat Linux Hardening]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=5687</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> Securing your Linux server is important to protect your data, intellectual property, and time, from the hands of crackers (hackers). The system administrator is responsible for security Linux box. In this first part of a Linux server security series, I will provide 20 hardening tips for default installation of Linux system.]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/linux-security.html/feed</wfw:commentRss> <slash:comments>102</slash:comments> </item> <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>ss: Display Linux TCP / UDP Network and Socket Information</title><link>http://www.cyberciti.biz/tips/linux-investigate-sockets-network-connections.html</link> <comments>http://www.cyberciti.biz/tips/linux-investigate-sockets-network-connections.html#comments</comments> <pubDate>Tue, 02 Jun 2009 12:56:31 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[Debian Linux]]></category> <category><![CDATA[Howto]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Monitoring]]></category> <category><![CDATA[Networking]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[Sys admin]]></category> <category><![CDATA[Tips]]></category> <category><![CDATA[Troubleshooting]]></category> <category><![CDATA[Ubuntu Linux]]></category> <category><![CDATA[estab]]></category> <category><![CDATA[ip]]></category> <category><![CDATA[kernel]]></category> <category><![CDATA[monitoring tools]]></category> <category><![CDATA[network ports]]></category> <category><![CDATA[recv]]></category> <category><![CDATA[ss command]]></category> <category><![CDATA[state information]]></category> <category><![CDATA[statistics]]></category> <category><![CDATA[tcp connections]]></category> <category><![CDATA[tcp sockets]]></category> <category><![CDATA[timewait]]></category> <category><![CDATA[udp sockets]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=4940</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> The ss command is used to dump socket statistics. It allows showing information similar to <a
href="http://www.cyberciti.biz/tips/netstat-command-tutorial-examples.html">netstat command</a>.  It can display more TCP and state information than other tools. It is a new, incredibly useful and faster (as compare to netstat) tool for tracking TCP connections and sockets. SS can provide information about:<ul><li>All TCP sockets.</li><li>All UDP sockets.</li><li>All established ssh / ftp / http / https connections.</li><li>All local processes connected to X server.</li><li>All the tcp sockets in state FIN-WAIT-1 and much more.</li></ul>]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/linux-investigate-sockets-network-connections.html/feed</wfw:commentRss> <slash:comments>9</slash:comments> </item> <item><title>Lighttpd mod_rrdtool: Monitor The Load, Requests Per Seconds and Traffic</title><link>http://www.cyberciti.biz/tips/rhel-fedora-centos-debian-ubuntu-lighttpd-mod_rrdtool.html</link> <comments>http://www.cyberciti.biz/tips/rhel-fedora-centos-debian-ubuntu-lighttpd-mod_rrdtool.html#comments</comments> <pubDate>Sat, 23 May 2009 09:53:22 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[CentOS]]></category> <category><![CDATA[Debian Linux]]></category> <category><![CDATA[fedora linux]]></category> <category><![CDATA[Hardware]]></category> <category><![CDATA[Howto]]></category> <category><![CDATA[lighttpd]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Monitoring]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[Ubuntu Linux]]></category> <category><![CDATA[centos lighttpd mod_rrdtool]]></category> <category><![CDATA[debian lighttpd mod_rrdtool]]></category> <category><![CDATA[network bandwidth]]></category> <category><![CDATA[rhel lighttpd mod_rrdtool]]></category> <category><![CDATA[rrdtool]]></category> <category><![CDATA[server modules]]></category> <category><![CDATA[system storage]]></category> <category><![CDATA[ubuntu lighttpd mod_rrdtool]]></category> <category><![CDATA[webserver statistics]]></category> <category><![CDATA[yum command]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=4878</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> The <a
href="http://www.cyberciti.biz/faq/howto-install-rrdtool-on-rhel-linux/">round-robin database</a> tool aims to handle time-series data like network bandwidth, temperatures, CPU load etc. The data gets stored in round-robin database so that system storage footprint remains constant over time. Lighttpd comes with mod_rrdtool to monitor the server load and other details. This is useful for debugging and tuning lighttpd / fastcgi server performance. ]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/rhel-fedora-centos-debian-ubuntu-lighttpd-mod_rrdtool.html/feed</wfw:commentRss> <slash:comments>8</slash:comments> </item> <item><title>How To Tail (View) Multiple Files on UNIX / Linux Console</title><link>http://www.cyberciti.biz/tips/multitail-view-multiple-files-like-tail-command.html</link> <comments>http://www.cyberciti.biz/tips/multitail-view-multiple-files-like-tail-command.html#comments</comments> <pubDate>Mon, 09 Feb 2009 19:28:32 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[data center]]></category> <category><![CDATA[Debian Linux]]></category> <category><![CDATA[Download of the day]]></category> <category><![CDATA[fedora linux]]></category> <category><![CDATA[File system]]></category> <category><![CDATA[FreeBSD]]></category> <category><![CDATA[Gentoo Linux]]></category> <category><![CDATA[GNU/Open source]]></category> <category><![CDATA[Howto]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Linux Log Management]]></category> <category><![CDATA[Monitoring]]></category> <category><![CDATA[package management]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[Suse Linux]]></category> <category><![CDATA[Sys admin]]></category> <category><![CDATA[Tip of the day]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[admin job]]></category> <category><![CDATA[apt-get command]]></category> <category><![CDATA[browse through several log files at once]]></category> <category><![CDATA[log messages]]></category> <category><![CDATA[logfiles]]></category> <category><![CDATA[Mail server]]></category> <category><![CDATA[multiple files]]></category> <category><![CDATA[multitail  command]]></category> <category><![CDATA[portsnap command]]></category> <category><![CDATA[real time log view]]></category> <category><![CDATA[Ubuntu Linux]]></category> <category><![CDATA[unix sys admin]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=4399</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> tail is one of the best tool to view log files in a real time (tail -f /path/to/log.file). The  program  MultiTail  lets  you view one or multiple files like the original tail program. The difference is that it creates multiple windows on your console (with ncurses). This is one of those dream come true program for UNIX sys admin job. You can browse through several log files at once and do various operations like search for errors and much more.]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/multitail-view-multiple-files-like-tail-command.html/feed</wfw:commentRss> <slash:comments>12</slash:comments> </item> <item><title>VMWare ESX4 and ESX3.5: SCSI timeout For Linux Guest</title><link>http://www.cyberciti.biz/tips/vmware-esx-server-scsi-timeout-for-linux-guest.html</link> <comments>http://www.cyberciti.biz/tips/vmware-esx-server-scsi-timeout-for-linux-guest.html#comments</comments> <pubDate>Sat, 17 Jan 2009 20:34:23 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[Howto]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Linux distribution]]></category> <category><![CDATA[Monitoring]]></category> <category><![CDATA[Networking]]></category> <category><![CDATA[package management]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[Storage]]></category> <category><![CDATA[Sys admin]]></category> <category><![CDATA[Tips]]></category> <category><![CDATA[vmware]]></category> <category><![CDATA[/etc/udev/rules.d/99-vmware-scsi-udev.rules]]></category> <category><![CDATA[rhel]]></category> <category><![CDATA[rpm]]></category> <category><![CDATA[RUN+="/bin/sh -c 'echo 180 >/sys$DEVPATH/device/timeout'"]]></category> <category><![CDATA[secs]]></category> <category><![CDATA[timeout values]]></category> <category><![CDATA[vmware tools]]></category> <category><![CDATA[vmware-tools rpm]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=5811</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/tips/category/vmware' title='See all VMWare Virtualization software related articles'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/vmware-logo.png' border='0' /></a></div> Recently, I noticed that the timeout values differ on CentOS v5.x and RHEL Linux 5.x guests on VMWare ESX4 and ESX3.5.]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/vmware-esx-server-scsi-timeout-for-linux-guest.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>FreeBSD Turn On Process Accounting &#8211; Track System Resources Used By Users</title><link>http://www.cyberciti.biz/tips/freebsd-process-accounting-tutorial.html</link> <comments>http://www.cyberciti.biz/tips/freebsd-process-accounting-tutorial.html#comments</comments> <pubDate>Thu, 08 Jan 2009 10:00:08 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[FreeBSD]]></category> <category><![CDATA[Howto]]></category> <category><![CDATA[Monitoring]]></category> <category><![CDATA[Security]]></category> <category><![CDATA[Sys admin]]></category> <category><![CDATA[Tips]]></category> <category><![CDATA[Troubleshooting]]></category> <category><![CDATA[Tuning]]></category> <category><![CDATA[/etc/rc.conf]]></category> <category><![CDATA[/var/account/acct]]></category> <category><![CDATA[ac command]]></category> <category><![CDATA[accounting file]]></category> <category><![CDATA[accounting service]]></category> <category><![CDATA[audit trail]]></category> <category><![CDATA[freebsd accounting]]></category> <category><![CDATA[lastcomm command]]></category> <category><![CDATA[process accounting]]></category> <category><![CDATA[root user]]></category> <category><![CDATA[sa command]]></category> <category><![CDATA[security method]]></category> <category><![CDATA[system resources]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=4259</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/tips/category/freebsd' title='See all FreeBSD related tips/articles'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/freebsd_logo_sm.png' border='0' /></a></div> I've already written about Linux process accounting under Linux ( see <a
href="http://www.cyberciti.biz/tips/howto-log-user-activity-using-process-accounting.html">how to keep a detailed audit trail</a> of what's being done on your Linux systems). You can easily setup process accounting under FreeBSD.  This tutorial expalins how to enable and utilizing FreeBSD process accounting including many other useful options are explained to keep track of system resources used, and their allocation among users.]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/freebsd-process-accounting-tutorial.html/feed</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Nagios: System and Network Monitoring Book</title><link>http://www.cyberciti.biz/tips/book-review-nagios-system-network-monitoring.html</link> <comments>http://www.cyberciti.biz/tips/book-review-nagios-system-network-monitoring.html#comments</comments> <pubDate>Sat, 18 Oct 2008 13:59:12 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[Book Review]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Monitoring]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[Suse Linux]]></category> <category><![CDATA[Sys admin]]></category> <category><![CDATA[Troubleshooting]]></category> <category><![CDATA[Ubuntu Linux]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[Windows server]]></category> <category><![CDATA[catastrophes]]></category> <category><![CDATA[host resources]]></category> <category><![CDATA[memory usage]]></category> <category><![CDATA[Monitor]]></category> <category><![CDATA[nagios]]></category> <category><![CDATA[nagios databases]]></category> <category><![CDATA[nagios plugins]]></category> <category><![CDATA[nagios SAP]]></category> <category><![CDATA[nagios Windows server]]></category> <category><![CDATA[network monitoring]]></category> <category><![CDATA[notification system]]></category> <category><![CDATA[processor load]]></category> <category><![CDATA[running processes]]></category> <category><![CDATA[system administrators]]></category> <category><![CDATA[visualization tools]]></category> <category><![CDATA[windows servers]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=3102</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href="http://www.amazon.com/gp/product/1593271794?ie=UTF8&#038;tag=cyberciti-20&#038;linkCode=as2&#038;camp=1789&#038;creative=9325&#038;creativeASIN=1593271794"><img
src="http://files.cyberciti.biz/uploads/tips/2008/10/nagios-system-network-monitoring-book.jpg" alt="" title="nagios-system-network-monitoring-book" width="121" height="160" class="alignnone size-full wp-image-3109" /></a></div> The convenience and reliability that monitoring programs offer system administrators is astounding. Whether at home, commuting, or on vacation, admins can continuously monitor their networks, learning of issues long before they become catastrophes.<br
/> Nagios, the most popular open source solution for system and network monitoring, is extremely robust, but it's also intensely complex. ]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/book-review-nagios-system-network-monitoring.html/feed</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>How To Monitor Linux and Windows Server And Network Using Nagios</title><link>http://www.cyberciti.biz/tips/nagios-network-monitoring-server-monitoring.html</link> <comments>http://www.cyberciti.biz/tips/nagios-network-monitoring-server-monitoring.html#comments</comments> <pubDate>Fri, 11 Jul 2008 09:42:24 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[Howto]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Monitoring]]></category> <category><![CDATA[Networking]]></category> <category><![CDATA[Sys admin]]></category> <category><![CDATA[Tips]]></category> <category><![CDATA[Windows server]]></category> <category><![CDATA[cpu usage]]></category> <category><![CDATA[disk space usage]]></category> <category><![CDATA[extensible framework]]></category> <category><![CDATA[free open source]]></category> <category><![CDATA[graphical representation]]></category> <category><![CDATA[linux host]]></category> <category><![CDATA[memory usage]]></category> <category><![CDATA[monitoring services]]></category> <category><![CDATA[nagios plugins]]></category> <category><![CDATA[network monitoring]]></category> <category><![CDATA[nsclient]]></category> <category><![CDATA[openview]]></category> <category><![CDATA[rrdtool]]></category> <category><![CDATA[server monitoring]]></category> <category><![CDATA[service status]]></category> <category><![CDATA[web front]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=2458</guid> <description><![CDATA[Nagios is free, open source host, service and network monitoring services. Nagios provides an extensible framework, that can monitor pretty much anything using plugins.]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/nagios-network-monitoring-server-monitoring.html/feed</wfw:commentRss> <slash:comments>6</slash:comments> </item> <item><title>Apache Web Server: Log Analysis and Server Status Monitoring Tool</title><link>http://www.cyberciti.biz/tips/wtop-web-server-log-monitoring-tool.html</link> <comments>http://www.cyberciti.biz/tips/wtop-web-server-log-monitoring-tool.html#comments</comments> <pubDate>Tue, 17 Jun 2008 17:47:41 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[Apache]]></category> <category><![CDATA[Download of the day]]></category> <category><![CDATA[lighttpd]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Monitoring]]></category> <category><![CDATA[Networking]]></category> <category><![CDATA[python]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[apache log files]]></category> <category><![CDATA[converacrawler]]></category> <category><![CDATA[default output]]></category> <category><![CDATA[generic pattern]]></category> <category><![CDATA[google]]></category> <category><![CDATA[python version]]></category> <category><![CDATA[request time]]></category> <category><![CDATA[snapbot]]></category> <category><![CDATA[surveybot]]></category> <category><![CDATA[web robots]]></category> <category><![CDATA[wtop]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=2373</guid> <description><![CDATA[A "top" like tool for Apache / lighttpd web servers and powerful log grepping / log analysis tool.  ]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/wtop-web-server-log-monitoring-tool.html/feed</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Ubuntu / Debian Linux Find Weak OpenSSL keys</title><link>http://www.cyberciti.biz/tips/ubuntu-debian-linux-openssl-dsa-1571.html</link> <comments>http://www.cyberciti.biz/tips/ubuntu-debian-linux-openssl-dsa-1571.html#comments</comments> <pubDate>Mon, 16 Jun 2008 10:09:53 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[Debian Linux]]></category> <category><![CDATA[Howto]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Linux desktop]]></category> <category><![CDATA[Monitoring]]></category> <category><![CDATA[Networking]]></category> <category><![CDATA[package management]]></category> <category><![CDATA[Security]]></category> <category><![CDATA[Security Alert]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[windows vista]]></category> <category><![CDATA[cfengine]]></category> <category><![CDATA[cve-2008-0166]]></category> <category><![CDATA[debian]]></category> <category><![CDATA[keyserver]]></category> <category><![CDATA[openssl]]></category> <category><![CDATA[openvpn]]></category> <category><![CDATA[Perl]]></category> <category><![CDATA[ssl certificates]]></category> <category><![CDATA[verisign]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=2368</guid> <description><![CDATA[Luciano Bello discovered that the random number generator in Debian's openssl package is predictable. This is caused by an incorrect Debian-specific change to the openssl package (CVE-2008-0166). As a result, cryptographic key material may be guessable.]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/ubuntu-debian-linux-openssl-dsa-1571.html/feed</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Linux List The Open Ports And The Process That Owns Them</title><link>http://www.cyberciti.biz/tips/linux-display-open-ports-owner.html</link> <comments>http://www.cyberciti.biz/tips/linux-display-open-ports-owner.html#comments</comments> <pubDate>Fri, 30 May 2008 11:57:08 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[Howto]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Monitoring]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[Security]]></category> <category><![CDATA[Sys admin]]></category> <category><![CDATA[Tips]]></category> <category><![CDATA[Troubleshooting]]></category> <category><![CDATA[display open connections]]></category> <category><![CDATA[lsof command]]></category> <category><![CDATA[netstat command]]></category> <category><![CDATA[open ports]]></category> <category><![CDATA[sudo]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=2328</guid> <description><![CDATA[How can I list the open ports on my system and the process that owns them?]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/linux-display-open-ports-owner.html/feed</wfw:commentRss> <slash:comments>8</slash:comments> </item> <item><title>ktrace &#8211; FreeBSD / Mac OS X Process Tracing and Reporting Tool</title><link>http://www.cyberciti.biz/tips/ktrace-freebsd-macosx-tool-howto.html</link> <comments>http://www.cyberciti.biz/tips/ktrace-freebsd-macosx-tool-howto.html#comments</comments> <pubDate>Wed, 16 Apr 2008 18:31:33 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[FreeBSD]]></category> <category><![CDATA[Howto]]></category> <category><![CDATA[Monitoring]]></category> <category><![CDATA[OpenBSD]]></category> <category><![CDATA[OS X]]></category> <category><![CDATA[programming]]></category> <category><![CDATA[Sys admin]]></category> <category><![CDATA[Troubleshooting]]></category> <category><![CDATA[debug application]]></category> <category><![CDATA[freebsd trace  application]]></category> <category><![CDATA[ktrace]]></category> <category><![CDATA[mac os x]]></category> <category><![CDATA[mac os x trace application]]></category> <category><![CDATA[signal processing]]></category> <category><![CDATA[trace data]]></category> <category><![CDATA[trace point]]></category> <category><![CDATA[trace records]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=2205</guid> <description><![CDATA[Under Linux you can use strace or valgrind tool for reporting and finding a bug. However, under *BSD / Mac OS X you need to use ktrace as replacement for strace tool. kreace runs on the following platforms: => FreeBSD => OpenBSD => Mac OS X => NetBSD The ktrace utility enables kernel trace logging [...]]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/ktrace-freebsd-macosx-tool-howto.html/feed</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Load Balancer Open Source Software</title><link>http://www.cyberciti.biz/tips/load-balancer-open-source-software.html</link> <comments>http://www.cyberciti.biz/tips/load-balancer-open-source-software.html#comments</comments> <pubDate>Tue, 11 Mar 2008 17:01:49 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[Hardware]]></category> <category><![CDATA[High performance computing]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Linux Scalability]]></category> <category><![CDATA[Linux Virtualization]]></category> <category><![CDATA[Monitoring]]></category> <category><![CDATA[Networking]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[Storage]]></category> <category><![CDATA[availability cluster]]></category> <category><![CDATA[balancing systems]]></category> <category><![CDATA[cluster software]]></category> <category><![CDATA[cluster system]]></category> <category><![CDATA[load balance]]></category> <category><![CDATA[load balancer]]></category> <category><![CDATA[load balancing software]]></category> <category><![CDATA[load balancing solution]]></category> <category><![CDATA[network requests]]></category> <category><![CDATA[resource utilization]]></category> <category><![CDATA[server clusters]]></category> <category><![CDATA[software implementation]]></category> <category><![CDATA[voip services]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/load-balancer-open-source-software.html</guid> <description><![CDATA[I've worked with a various load balancing systems (LBS). They are complex pieces of hardware and software. In this post I will highlight some of the open source load balancing software. But what is load balancing? It is nothing but a technique used to share (spared) load / services between two or more servers. For [...]]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/load-balancer-open-source-software.html/feed</wfw:commentRss> <slash:comments>12</slash:comments> </item> <item><title>Get Detailed Information About Particular IP address Connections Using netstat Command</title><link>http://www.cyberciti.biz/tips/netstat-command-tutorial-examples.html</link> <comments>http://www.cyberciti.biz/tips/netstat-command-tutorial-examples.html#comments</comments> <pubDate>Thu, 21 Feb 2008 07:14:48 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Monitoring]]></category> <category><![CDATA[Networking]]></category> <category><![CDATA[Security]]></category> <category><![CDATA[Shell scripting]]></category> <category><![CDATA[Sys admin]]></category> <category><![CDATA[Tips]]></category> <category><![CDATA[Troubleshooting]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[awk command]]></category> <category><![CDATA[command to check ipaddress in linux/unix box]]></category> <category><![CDATA[cut command]]></category> <category><![CDATA[display open connections]]></category> <category><![CDATA[finding out who open netstat connection]]></category> <category><![CDATA[grep command]]></category> <category><![CDATA[how to use netstat]]></category> <category><![CDATA[ip command tutorial]]></category> <category><![CDATA[list open connections]]></category> <category><![CDATA[netstat]]></category> <category><![CDATA[netstat -rn awk]]></category> <category><![CDATA[netstat awk]]></category> <category><![CDATA[netstat command]]></category> <category><![CDATA[netstat connections]]></category> <category><![CDATA[netstat listening]]></category> <category><![CDATA[netstat live]]></category> <category><![CDATA[netstat open ports]]></category> <category><![CDATA[netstat output]]></category> <category><![CDATA[netstat pid]]></category> <category><![CDATA[netstat tutorial]]></category> <category><![CDATA[sed command]]></category> <category><![CDATA[shell pipes]]></category> <category><![CDATA[tcp ip]]></category> <category><![CDATA[using netstat]]></category> <category><![CDATA[yum update]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/netstat-command-tutorial-examples.html</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/tips/category/networking' title='See all Linux/UNIX networking related tips/articles'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/networking.png' border='0' /></a></div> Explains how to use netstat command to display current connections and find out if your server is under DoS attack or not.]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/netstat-command-tutorial-examples.html/feed</wfw:commentRss> <slash:comments>16</slash:comments> </item> <item><title>FreeBSD List / Display Open Ports With sockstat Command</title><link>http://www.cyberciti.biz/tips/freebsd-lists-open-internet-unix-domain-sockets.html</link> <comments>http://www.cyberciti.biz/tips/freebsd-lists-open-internet-unix-domain-sockets.html#comments</comments> <pubDate>Fri, 08 Feb 2008 18:50:50 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[FreeBSD]]></category> <category><![CDATA[Hardware]]></category> <category><![CDATA[Howto]]></category> <category><![CDATA[Monitoring]]></category> <category><![CDATA[Networking]]></category> <category><![CDATA[display ipv4 ports]]></category> <category><![CDATA[display ipv6 ports]]></category> <category><![CDATA[display running services]]></category> <category><![CDATA[freebsd list open port]]></category> <category><![CDATA[freebsd list open ports]]></category> <category><![CDATA[ipv4]]></category> <category><![CDATA[ipv6]]></category> <category><![CDATA[netstat command]]></category> <category><![CDATA[open bsd ports]]></category> <category><![CDATA[open ports]]></category> <category><![CDATA[proto]]></category> <category><![CDATA[sockstat Command]]></category> <category><![CDATA[unix domain sockets]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/freebsd-lists-open-internet-unix-domain-sockets.html</guid> <description><![CDATA[You can use traditional netstat / lsof command to lists open Internet or UNIX domain sockets on FreeBSD. FreeBSD comes with a simple and easy to use command called sockstat. The -4 option only displays IPv4 sockets. The -6 option only displays IPv6 sockets. The -c option only displays connected sockets. The -l option only [...]]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/freebsd-lists-open-internet-unix-domain-sockets.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Find and Fix Linux Latency Problem with LatencyTOP Software</title><link>http://www.cyberciti.biz/tips/tool-to-monitor-linux-system-call-latencies.html</link> <comments>http://www.cyberciti.biz/tips/tool-to-monitor-linux-system-call-latencies.html#comments</comments> <pubDate>Sat, 19 Jan 2008 08:51:02 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[GNU/Open source]]></category> <category><![CDATA[Howto]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Linux desktop]]></category> <category><![CDATA[Monitoring]]></category> <category><![CDATA[Troubleshooting]]></category> <category><![CDATA[Tuning]]></category> <category><![CDATA[debugging]]></category> <category><![CDATA[Download LatencyTOP]]></category> <category><![CDATA[hiccups]]></category> <category><![CDATA[intel]]></category> <category><![CDATA[kernel]]></category> <category><![CDATA[latency]]></category> <category><![CDATA[latencytop]]></category> <category><![CDATA[linux tool]]></category> <category><![CDATA[open source technology]]></category> <category><![CDATA[opensource]]></category> <category><![CDATA[performance profiler]]></category> <category><![CDATA[servers]]></category> <category><![CDATA[software developers]]></category> <category><![CDATA[statistics]]></category> <category><![CDATA[system latency]]></category> <category><![CDATA[tools]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/tool-to-monitor-linux-system-call-latencies.html</guid> <description><![CDATA[A TOP-like tool for monitoring system latency and its causes for Linux system. The Intel Open Source Technology Center is pleased to announce the release of version 0.1 of LatencyTOP, a tool for developers to visualize system latencies. Skipping audio, slower servers, everyone knows the symptoms of latency. But to know what's going on in [...]]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/tool-to-monitor-linux-system-call-latencies.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Security Tip: Avoid Detection with nmap Port Scan Decoys</title><link>http://www.cyberciti.biz/tips/nmap-hide-ipaddress-with-decoy-ideal-scan.html</link> <comments>http://www.cyberciti.biz/tips/nmap-hide-ipaddress-with-decoy-ideal-scan.html#comments</comments> <pubDate>Tue, 08 Jan 2008 14:37:14 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[Howto]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Monitoring]]></category> <category><![CDATA[Networking]]></category> <category><![CDATA[Security]]></category> <category><![CDATA[Sys admin]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[decoy]]></category> <category><![CDATA[decoys]]></category> <category><![CDATA[hiding your ip address]]></category> <category><![CDATA[how to hide ip]]></category> <category><![CDATA[network scan]]></category> <category><![CDATA[nmap hide ip]]></category> <category><![CDATA[nmap port scanner]]></category> <category><![CDATA[os detection]]></category> <category><![CDATA[port scans]]></category> <category><![CDATA[random position]]></category> <category><![CDATA[solar designer]]></category> <category><![CDATA[syn ack]]></category> <category><![CDATA[syn flood]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/nmap-hide-ipaddress-with-decoy-ideal-scan.html</guid> <description><![CDATA[You can test your IDS or IPS devices to monitor your scan traffic. Use this feature to avoid detection with nmap. You may not want to get caught performing a network scan. For example, using following technique you can test your own IDS / IPS / network security from remote location or home. nmap Decoy [...]]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/nmap-hide-ipaddress-with-decoy-ideal-scan.html/feed</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>Linux display disk total statistics including time spent reading and writing data</title><link>http://www.cyberciti.biz/tips/display-disk-io-subsystem-total-statistics.html</link> <comments>http://www.cyberciti.biz/tips/display-disk-io-subsystem-total-statistics.html#comments</comments> <pubDate>Fri, 04 Jan 2008 05:13:15 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[File system]]></category> <category><![CDATA[Hardware]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Monitoring]]></category> <category><![CDATA[disk i/o stats]]></category> <category><![CDATA[disk utilization]]></category> <category><![CDATA[hidden switch]]></category> <category><![CDATA[optimization technique]]></category> <category><![CDATA[option type]]></category> <category><![CDATA[parameters]]></category> <category><![CDATA[sectors]]></category> <category><![CDATA[vmstat command]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/display-disk-io-subsystem-total-statistics.html</guid> <description><![CDATA[Most Linux admins are not aware of hidden switch (undocumented switch) called -D. The -D option display a nice summery of disk I/O subsystem since boot time. Output includes total time spent reading and writing data, merged reads and merged writes (kernel disk i/o optimization technique) and other parameters. vmstat command with -D option Type [...]]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/display-disk-io-subsystem-total-statistics.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
