LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 07-22-2005, 01:39 AM   #1
utkanbir
LQ Newbie
 
Registered: Jul 2005
Posts: 4

Rep: Reputation: 0
excessive paging


Hi ,


According to the sar -B output , my system does:


04:54:42 PM pgpgin/s pgpgout/s activepg inadtypg inaclnpg inatarpg
04:54:45 PM 26112.33 94.33 186898 56296 3362 49311
04:54:48 PM 24086.00 30.33 185125 61120 3363 49921
04:54:51 PM 20554.00 125.33 182891 67445 3362 50739


page operations per second.


1. What is the metric used in this output? The man page says the metric


is 'pages' but what is the page size? How can i get this info?


2. Does The value in pgpgin/s contain all type of paging activity?
I mean file paging, application paging , anonymus paging. (In sun
solaris , vmstat -p shows detailed paging information )


3. I use directio so basically what i know is no page cache is used for


data pages. Is this output a proof that files are cached although i use


directio?
 
Old 07-22-2005, 08:28 PM   #2
btmiller
Senior Member
 
Registered: May 2004
Location: In the DC 'burbs
Distribution: Arch, Scientific Linux, Debian, Ubuntu
Posts: 4,290

Rep: Reputation: 378Reputation: 378Reputation: 378Reputation: 378
(1) On x86 hardware, the page size is 4096 bytes (4 KB).

(2) AFAIK Yes, it measures all transfers to and from the swap device.

(3) I'm not sure exactly what direct I/O is, but even if you use stuff like DMA the kernel will still cache quite a lot of information. Is the system heavily loaded when this happens?

Vmstat is available for Linux -- you might want to take a look with it. Iostat too, maybe.
 
Old 07-23-2005, 12:20 AM   #3
foo_bar_foo
Senior Member
 
Registered: Jun 2004
Posts: 2,553

Rep: Reputation: 53
this is a very large and complex issue but since we usually get Windows does this or Windows does that and this is different i will try to answer.
i don't know about solaris but in Linux all memory is virtual.
even if you are using ZONE_ DMA it's still virtual i think.
Linux uses three level paging and i think where only two are needed two of them are the same ?
not sure about that. intel uses two i think.
basically all user pages are part of either page cache/disk cache or swap cache
that is all memory is in one cache or the other.
cache is of course nothing more than a list of pointers to struct page objects i think
anonymus data paging is in the swap cache and swap cue.
if something is paged from your disk in goes in page cache and i know of no system that tries to not hold disk data in memory. If your disk reads and writes are DMA the system is still not going to try to use the disk like it's a memory page. You just don't have an i/o buffer taking up space.
and of course the system only pages what it needs at the time and leaves the rest on the disk.
there is no application paging i don't think again just code mmapped into disk cache.
shared libs can also use pages for non-shared non-constant static data and shared library address translation tables
there is a linked list in every page contaning pointers to the page table entries of every process currently mapping that page.
as btmiller said Typically, the memory manager deals with memory in 4 KB pages on x86 systems.
but Linux can also deal with large 4 MB pages , or 2MB on systems with physical address extension (PAE) turned on.
This can reduce overhead and speed up translation lookaside buffer which is cache for the page tables.
also it's important to know the kernel for instance when it's asked for a large page size 4MB mapping will just allocate fragments of pages as a large group i think.
so basically yes everything that ever makes its way into or out of RAM is in pages and is cached
and each process has access to its own entire 4MB or 3MB + 1MB kernel space
 
Old 07-25-2005, 03:41 AM   #4
utkanbir
LQ Newbie
 
Registered: Jul 2005
Posts: 4

Original Poster
Rep: Reputation: 0
Hi ,

Thank you very much for your mail.

First of all , let me give you more information aboout my system. This is not intel 32 , this is
itanium 64 . By using getpagesize() i have found that page size is 16kb.


I have 8gb. ram , 4 cpus , and oracle 9.2.0.5 rac ( parallel server - so i have 2 servers )

I use emc disk array , raid 10 , 2TB. data , and 1 hba (fibre channel)

The file system which data files reside is OCFS ( oracle clustered file system) which i told by oracle that uses direct io .


You are right that all memory is virtual both in linux and solaris.

When i strace the oracle executables i see it uses pread calls for io . My concern is , if oracle executable does not use direct io then the kernel uses virtual memory system in order to cache the data ( i mean inside the page cache - not buffer cache which only caches inode information both on solaris and linux) , at the same time the data is cached inside the oracle executables private area so , doesnt this mean double buffering and wasting of memory?


Kind Regards,
tolga
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Excessive Shorewall Logs - Help! mac57 Mandriva 8 07-11-2005 06:36 PM
Excessive downloads with no traces rblampain Linux - Security 1 03-02-2005 08:10 AM
excessive memory use with dropline alephnull Slackware 3 02-02-2005 01:10 PM
Mandrake 10.0 Freezes when excessive use mclalan Linux - Hardware 3 07-14-2004 10:13 AM
how can i stop excessive popups? ChasidishHarry General 12 12-14-2003 09:17 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 05:54 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration