vmstat – POFTUT

How To Use vmstat To Monitor Linux Performance

Linux distributions provides a lot of tools in order to monitor system performance. vmstat is one of the most used tool for system performance monitoring. vmstat can collect and report information about memory, cpu, swap, io in a detailed way. In this tutorial we will examine the output of the vmstat and different features and options of it. … Read more

Best Tools To Monitor Linux

As a system administrator monitoring systems is very important job. Actually we can state that half of system administrating is monitoring and anticipating systems and their events. In this tutorial, we will look at Linux monitoring tools and their features. As I know there is a lot of tools to monitor and debug Linux system, … Read more

How To Get Ram Size In Linux?

What are the ways to get ram size in Linux operating system?

Here is some methods to find ram size in Linux operating systems like Ubuntu, Debian, Fedora, CentOS, Red Hat.

Getting Ram Size With meminfo

Proc file system provides coonfiguration information about the current opoerating system. We can get information from direcly kernel provided /proc/meminfo . We can see a lot of information parameter with meminfo

Read more

Dstat- Monitor Linux Server Performance

There are a lot of Linux server monitoring tools in the wild. They have strong and weak sides against others. To get more about Linux server monitoring dstat can be used. Features of dstat are joining information from tools like vmstat, netstat, mpstat, displaying statistics simultaneously, list ordering, exporting to CSV. How to Install dstat … Read more