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

What is .sh file?

0 Answers  


distinguish between paging and swapping?

1 Answers   Infosys,


What is the command to view process running?

0 Answers  


How to see unused port number in Solaris?

2 Answers   HCL,


In UNIX, what is the command to kill a process?

10 Answers  


what is the difference between SED and GREP ? Which one is more better and why?

4 Answers   IBM,


How do you repeat a command in terminal?

0 Answers  


Is there any command in Unix, other than:ls, to list the files in a directory? The answer will be highly appreciated...

27 Answers   CGI,


what is the cmd to remove the comment lines from a file and to display the original text without comments? thanks in advance......

5 Answers  


How do you change file permissions?

1 Answers  


What is merge command in unix?

0 Answers  


How do you move a process which is running background to foreground?

9 Answers  


Categories