About Us

RSInfoMinds, a web based IT Training and Consultancy firm. It is established with high dreams in training people in IT Infrastructure Field. We provide Online and Class Room training in various fields of IT Infrastructure Management.

Join Us: http://www.facebook.com/RSInfoMinds
Mail Us: rsinfominds@gmail.com
Twitter: @RSInfoMinds

We are specialized in the below courses:

Redhat Linux Admin Redhat Linux Cluster
Redhat Virutualization IBM AIX Admin
IBM AIX Virtualization IBM AIX Cluster
HP Unix Admin HP Unix Cluster
HP Unix Virtualization Shell Scripting
Veritas Volume Manager Veritas Cluster
Oracle Core DBA VMWare


We provide training in such a way, So that you get in depth knowledge on the Courses you look for.

And we ensure you are very confident from each and every Techincal aspect that the IT Industry needs and expects from you.

We also conduct Workshops on the latest technology and the real time faculties sharing their work experiences to make you the best.

Wednesday 15 February 2012

How to check the "Run Queue and Swap Queue Size"

# sar -q 5 3

The above command is used to determine the Run Queue and Swap Queue Size.

We can find the number of threads/process waiting in the run queue using the "vmstat" command. But the above would give much more visibility in terms of % of time the run and swap queue was occupied.

runq-sz : Shows average no.of threads present in run queue.

%runocc : Percentage of time the run queue was occupied.

swap-sz : Shows average no.of threads present in the swap queue.

%swapocc : Percentage of time the swap queue was occupied.

Use "vmstat" to find the disk performace

# vmstat hdisk1 hdisk2 hdisk3 hdisk3 1 10

The above command is use to find the "Disk Transfer" rate. The "disk xfer" rate is used to display the transfer rate on the hdisks#. Maximum of 4 hdisks could be used in the command.