All Posts tagged as "server monitoring"

Server Monitoring with Munin

Server monitoring is a useful task that is performed by server administrators. Server monitoring involves keeping a check on the various parts of a server such as its CPU, Memory, Hard Disk, Network Traffic, Services and more. Server monitoring can avoid problems that can disrupt services.

Read

Monitoring CPU and Memory usage on Linux

CPU and Memory monitoring is an important system administration task. It provides valuable information that can be used in resource planning and alert notifications.

Read
server monitoring

Monitoring RAM usage on server

The RAM on a server can be monitored using /proc/meminfo and awk commands. /proc/ is a special file system created by the Linux kernel which contains kernel related information such as CPU and memory usage. /proc/meminfo contains information about memory usage.

Read