Oracle Consulting Oracle Training Oracle Support Development
Home
Catalog
Oracle Books
SQL Server Books
IT Books
Job Interview Books
eBooks
Rampant Horse Books
911 Series
Pedagogue Books

Oracle Software
image
Write for Rampant
Publish with Rampant
Rampant News
Rampant Authors
Rampant Staff
 Phone
 800-766-1884
Oracle News
Oracle Forum
Oracle Tips
Articles by our Authors
Press Releases
SQL Server Books
image
image

Oracle 11g Books

Oracle tuning

Oracle training

Oracle support

Remote Oracle

STATSPACK Viewer

Privacy Policy

 

   
  Oracle Tips by Burleson

Paging and Swapping Devices

Linux uses a swap disk as a repository for memory frames that
are paged-out from physical RAM. The Linux default is to set
the size of the swap disk to twice the size of physical RAM
installed in the server.

Linux stores information about devices used for system paging
and swapping activities in a file called /proc/swaps. To display
information regarding swap devices you can either display the
file using the cat command or use the swapon command with the
-s option. As seen below, the results are the same using either
method.

$ cat /proc/swaps

Filename Type Size
Used Priority
/dev/hdf2 partition
524152 0 -1


# swapon -s
Filename Type Size
Used Priority
/dev/hdf2 partition
524152 0 -1


The above book excerpt is from:

Easy Linux Commands
Working Examples of Linux Command Syntax

ISBN: 0-9759135-0-6   

Terry Clark 

http://www.rampant-books.com/book_2005_1_linux_commands.htm 

Linux Oracle commands syntax poster

ION Oracle tuning software

Oracle data dictionary reference poster



Oracle Forum

BC Oracle consulting support training

BC remote Oracle DBA   

 

   

 Copyright © 1996 -2017 by Burleson. All rights reserved.


Oracle® is the registered trademark of Oracle Corporation. SQL Server® is the registered trademark of Microsoft Corporation. 
Many of the designations used by computer vendors to distinguish their products are claimed as Trademarks
 

Hit Counter