answersLogoWhite

0


Best Answer

There are several different parameters one can use for measuring various statistics about paging and swapping. -S, -W, and -B are all related and display slightly different statistics.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What option for the sar command is used to display swap statistics in Linux?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the Linux command to display your hostname?

hostname.


What linux command to display ip?

ifconfig


How do you start the display program in Linux from the command line?

the command "display" brings up the ImageMagick program.


What does the sar command do in Linux?

SAR is a command in Linux that serves as a heads up display for the activity of your CPU. There are roughly 40 different syntax you can add to the command to display specific variables of interest.


What is the command used on a linux machine to display the mac address?

''ipconfig/all''


What command displays the time on most Linux and Unix computer?

The time command is used to time a command and not display the actual time. To display the time and date, the date command must be used.


How do you specify the display in Linux?

If you want to run something on an existing X display from a console the correct syntax is: DISPLAY=":0.0" (command) Of course, it might just be easier to go to your X display and run your command from there.


What is the command to display your current location in Linux?

pwdThis is short for "Print current directory."


How do you set the time on Red Hat Enterprise Linux?

With command date option -s


What Linux command is used to compare the difference between two file display the difference?

The command is: diff file1.txt file2.txt


What is the -i command in Linux?

It is not a command. It is an option for a command. Depending on the command it can modify the actions taken.For cp, mv and rm it makes the command interactive (are you sure). For ls it shows the inodes of files.


What is the command used to check the pid of all the processes current running in Linux environment?

Type top in a terminal to display Linux processes, which includes PID.