Explain iostat, vmstat and netstat.

Answers were Sorted based on User's Feedback



Explain iostat, vmstat and netstat...

Answer / srikanth

netstat - Print network connections, routing tables,
interface statis-
tics, masquerade connections, and multicast memberships

vmstat - Report virtual memory statistics,

vmstat reports information about processes, memory,
paging, block IO,
traps, and cpu activity.

The first report produced gives averages since the
last reboot. Addi-
tional reports give information on a sampling
period of length delay.
The process and memory reports are instantaneous in
either case.

iostat - Report Central Processing Unit (CPU) statistics and
input/out-
put statistics for devices and partitions.

Is This Answer Correct ?    23 Yes 1 No

Explain iostat, vmstat and netstat...

Answer / wizard_mcs@yahoo.co.in

vmstat will tell about the status of the virtual memory like
the memory swapped in, memory swapped out, memory used by
cpu etc.

netstat will give about the statistics of the network
connections which is connected to the host.

Is This Answer Correct ?    14 Yes 1 No

Explain iostat, vmstat and netstat...

Answer / bandi sreekanth

statistics of virtual memory -vmstat

statistics of input/output and cpu -iostat

statistics of network statisticks - netstat

Is This Answer Correct ?    5 Yes 1 No

Post New Answer

More Unix Commands Interview Questions

distinguish between user mode and kernel mode?

4 Answers   Infosys,


What does find command return in unix?

0 Answers  


what is the command to list files in a directory in UNIX?

8 Answers  


Will rm -r* removes hidden files?

10 Answers  


what is the command to get help on a UNIX terminal?

5 Answers  






what is shell?

3 Answers  


Write a grep (or grep) command that selects the lines from a file that have exactly three characters.

24 Answers   Mac, Nokia,


Describe the zip/unzip command using gzip.

0 Answers  


Write a command that will output the sorted contents of a file named in.txt and place the output in another file named out.txt, while at the same time excluding duplicate entries.

1 Answers  


What is the use of egrep command in unix?

0 Answers  


What are the unix commands?

0 Answers  


Why we are using UNIX OS when we are doing the testing in our application?

5 Answers   IBM,


Categories