Featured »

June 18, 2013 – 8:06 pm |

In the past few days my Postfix server has been having occasional problems talking to the mail gateway. They problem would come and go. The Postfix server would timeout trying to connect to the gateway and keep …

Read the full story »
Networking

Unix and Linux network configuration. Multiple network interfaces. Bridged NICs. High-availability network configurations.

Applications

Reviews of latest Unix and Linux software. Helpful tips for application support admins. Automating application support.

Data

Disk partitioning, filesystems, directories, and files. Volume management, logical volumes, HA filesystems. Backups and disaster recovery.

Monitoring

Distributed server monitoring. Server performance and capacity planning. Monitoring applications, network status and user activity.

Commands & Shells

Cool Unix shell commands and options. Command-line tools and application. Things every Unix sysadmin needs to know.

Home » Archive by Tags

Articles tagged with: Monitoring

Copying Data: Are We There Yet?

December 27, 2009 – 7:12 pm | 3 Comments
Copying Data: Are We There Yet?

I am sure this will sound familiar: you are copying a large amount of data – either locally or over the network – and you are wondering how long it will take and if there is a way to make things go faster.You may be surprised, but it does matter what type of files you are copying: 1Gb-worth of many small files will take considerably longer to copy than two 500Mb files. The hardware you are using is an important consideration, but it’s not the only factor limiting data transfer speed.

Improving WordPress Performance

May 4, 2008 – 12:39 pm | 8 Comments
Improving WordPress Performance

WordPress is a great blogging engine and decent CMS. Unfortunately, most available WordPress themes- even those claiming to be “minimalist” – are bloated and slow to load. Heavy CSS stylesheets, multiple Java scripts, numerous graphics …

Filesystem Monitoring

April 21, 2008 – 11:43 am | One Comment
Filesystem Monitoring

Filesystem monitoring and notification tool for users.

Log Monitoring

April 21, 2008 – 2:33 am | 4 Comments
Log Monitoring

Log monitoring and notification for Unix servers

Installing and Configuring Ganglia

March 25, 2008 – 4:19 pm | 17 Comments
Installing and Configuring Ganglia

Ganglia is a distributed performance monitoring application used primarily for tracking status of high-performance compute (HPC) clusters. Ganglia is a royal pain in the ass to install and configure even for a seasoned Unix sysadmin. …

Monitoring Veritas VM problems on Solaris

April 20, 2006 – 4:41 pm | 6 Comments
Monitoring Veritas VM problems on Solaris

Several Veritas VM and system logs can be used to monitor and diagnose problems with the Volume Manager. An automated script can be used to grab the last few lines from these logs whenever a …

Simple network monitoring with ping

April 11, 2006 – 10:12 am | 3 Comments
Simple network monitoring with ping

In the Spring of 2005 Comcast experienced a major DNS outage. Since then many Comcast users have switched to DNS servers that belong to Verizon and other ISPs. Comcast started taking a lot of flak …

Protected: Notes on Electronic Security

February 7, 2006 – 12:05 pm | Enter your password to view comments.
Protected: Notes on Electronic Security

There is no excerpt because this is a protected post.

Using pkg-get on Solaris

December 13, 2005 – 12:27 pm | 3 Comments
Using pkg-get on Solaris

Pkg-get Installation Notes

Pkg-get is an open-source,  Sun-approved software installation and management tool for Sun Solaris. You can use pkg-get to install a variety of pre-compiled software without having to worry about version compatibility, patch requirements, …

Solaris performance monitoring

November 28, 2005 – 4:47 pm | 6 Comments
Solaris performance monitoring

The following is a brief overview of common performance monitoring tools for Solaris, including built-in tools, freeware add-ons, and commercial applications.
Souce: http://www.sunperf.com/perfmontools.html
Built-in Tools
vmstat
The vm in vmstat stands for Virtual Memory, of course. So let us …