answersLogoWhite

0

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

15y ago

What else can I help you with?

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 command would be used to get information on the options used by a Linux command?

To get information on the options used by a Linux command, you can use the man command followed by the command name, like this: man [command]. This will display the manual page for the command, detailing its options and usage. Alternatively, you can often use the --help option with the command (e.g., [command] --help) to get a brief summary of options and usage.


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.


What Linux command is used to display previous command?

The history command is used in Linux to display a list of previously executed commands. You can also use the up arrow key on your keyboard to cycle through previous commands one at a time. To repeat the last command, you can simply type !!.


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