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 does 'mkdir' command do in UNIX?

0 Answers   Syntel, Visa,


what will this do $cat > file.c ?(file.c is a file in current directory)

20 Answers   IBM,


What does pipe () return?

0 Answers  


Why is grep called grep?

0 Answers  


What does mkdir up2date; touch outdated up2date do?

2 Answers  






how will you convert a general file to a hidden file?

4 Answers  


How to see unused port number in Solaris?

2 Answers   HCL,


What are the general commands in using unix os for a beginner?

0 Answers  


What will the following command do?

0 Answers  


How do you execute a UNIX command in the background?

6 Answers  


What is command substitution?

0 Answers  


Where can I get the free download of Unix by Yeswant Kanetkar?

5 Answers  


Categories