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 the general format of unix command syntax?

0 Answers  


Through which command will redirect output to bOth screen and files at the same time?

3 Answers  


How do you list the files in an UNIX directory while also showing hidden files?

6 Answers  


when we installing aix os the ssh installed default?

2 Answers  


How do you copy a directory with many files and folders into another directory?

2 Answers  






what are the different commands used to create files?

5 Answers  


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

20 Answers   IBM,


In UNIX, what is the command to edit contents of the file?

9 Answers  


what is the default signal kill in unix?

8 Answers   IBM,


Write a command to find all of the files which have been accessed within the last 30 days.

5 Answers   Google, IBM, Satyam,


in UNIX,How to copy file into directory?

5 Answers  


How to copy multiple files and directories into some other directory?

4 Answers  


Categories