Sponsored Content
Full Discussion: Excessive Page INs
Operating Systems AIX Excessive Page INs Post 100632 by Negm on Wednesday 1st of March 2006 02:01:57 AM
Old 03-01-2006
Garry, so paging in doesnot mean memory shortage as i understand ?

Then, what is the difference between paging space and swap space 'even in AIX, Tru64 or Solaris'.
 

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

ins mod error on eth0

hello, I am getting an insmod error on my pcmcia lan card. upon boot, it gives me the insmod error and says that it might be an irq setting or an io setting. because of this error, the eth0 interface is obviously not working. how do i check for irq conflicts or troubleshoot this. thank you. (1 Reply)
Discussion started by: alam
1 Replies

2. UNIX for Advanced & Expert Users

Excessive Paging&Swapping!

Hi all! Working on Oracle v8i/9i on Unix Sun Solaris v8.0. I am experiencing excessive paging & Swapping.Would like to know the cause. I guess:could be due to inappropriate setting of Unix Kernel Parameters... Please correct me if I am wrong! Thanks&Regards, Amit. (5 Replies)
Discussion started by: Amitstora
5 Replies

3. UNIX for Dummies Questions & Answers

excessive IOWAIT

i have a server constantly have high iowait, but i am not able to tell which process generate the most of io. none commands, such as iostat, sar, top will give me this kind of information. hope there is some command can help me to spot the process generate the most of io let to know input... (1 Reply)
Discussion started by: giantpanda77
1 Replies

4. UNIX for Dummies Questions & Answers

Running Built-ins in current shell

Hi, Can any one please describe why I am not able to run any built-in commands in current shell? Thanks. (5 Replies)
Discussion started by: siba.s.nayak
5 Replies

5. AIX

Excessive interrupt disablement time

Has anyone seen this error before? On the IBM website they suggest updating to AIX 6.1.0.0 TL2, but we are already at that level. Any help or suggestions are appreciated! Thanks! />errpt -a --------------------------------------------------------------------------- LABEL: ... (2 Replies)
Discussion started by: troym72
2 Replies

6. Solaris

Sol10 + OpenLDAP = excessive logging & full file system??!!

Hello all, new to this forum (member of many others). Hopefully I can find help here. SERVER: Brand new server Oracle Enterprise SPARC T4-1 Loaded Solaris SPARC 10 u10, patched to 147440-27 Loaded OpenLDAP v2.4.30 Loaded Berkley DB 4.7.25.NC Loaded OpenSSL 1.0.1c Note: All packages are... (2 Replies)
Discussion started by: Wraith_G2IC
2 Replies

7. AIX

Excessive Kernel CPU Usage

Good Morning All, I've been a long time lurker but this if my first time posting. About 6 months ago I started a new job with an AIX box. I had administered many Debian and Red Hat variant systems before, but this was my first AIX. It is an old box (Power4) that runs our ERP. It had been... (2 Replies)
Discussion started by: Jacoby0419
2 Replies

8. HP-UX

FDX303??? SSL Excessive Message Size???

I'm hoping someone has seen this before because I'm trying to use an old custom program to automate uploading bank files. The odd thing is the program works with JP Chase old sFTP site but not on this new one? I appreciate any and all assistance I have about a month to figure this out... ... (3 Replies)
Discussion started by: prophyt
3 Replies
wxAuiNotebook(3erl)					     Erlang Module Definition					       wxAuiNotebook(3erl)

NAME
wxAuiNotebook - See external documentation: wxAuiNotebook. DESCRIPTION
See external documentation: wxAuiNotebook . This class is derived (and can use functions) from: wxControl wxWindow wxEvtHandler DATA TYPES
wxAuiNotebook() : An object reference, The representation is internal and can be changed without notice. It can't be used for comparsion stored on disc or distributed for use on other nodes. EXPORTS
new() -> wxAuiNotebook() See external documentation . new(Parent::wxWindow() (see module wxWindow)) -> wxAuiNotebook() Equivalent to new(Parent, []) . new(Parent::wxWindow() (see module wxWindow), Options::[Option]) -> wxAuiNotebook() Types Option = {id, integer()} | {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()} See external documentation . addPage(This::wxAuiNotebook(), Page::wxWindow() (see module wxWindow), Caption::string()) -> bool() Equivalent to addPage(This, Page, Caption, []) . addPage(This::wxAuiNotebook(), Page::wxWindow() (see module wxWindow), Caption::string(), Options::[Option]) -> bool() Types Option = {select, bool()} | {bitmap, wxBitmap() (see module wxBitmap)} See external documentation . create(This::wxAuiNotebook(), Parent::wxWindow() (see module wxWindow)) -> bool() Equivalent to create(This, Parent, []) . create(This::wxAuiNotebook(), Parent::wxWindow() (see module wxWindow), Options::[Option]) -> bool() Types Option = {id, integer()} | {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()} See external documentation . deletePage(This::wxAuiNotebook(), Page::integer()) -> bool() See external documentation . getArtProvider(This::wxAuiNotebook()) -> wxAuiTabArt() (see module wxAuiTabArt) See external documentation . getPage(This::wxAuiNotebook(), Page_idx::integer()) -> wxWindow() (see module wxWindow) See external documentation . getPageBitmap(This::wxAuiNotebook(), Page_idx::integer()) -> wxBitmap() (see module wxBitmap) See external documentation . getPageCount(This::wxAuiNotebook()) -> integer() See external documentation . getPageIndex(This::wxAuiNotebook(), Page_wnd::wxWindow() (see module wxWindow)) -> integer() See external documentation . getPageText(This::wxAuiNotebook(), Page_idx::integer()) -> string() See external documentation . getSelection(This::wxAuiNotebook()) -> integer() See external documentation . insertPage(This::wxAuiNotebook(), Page_idx::integer(), Page::wxWindow() (see module wxWindow), Caption::string()) -> bool() Equivalent to insertPage(This, Page_idx, Page, Caption, []) . insertPage(This::wxAuiNotebook(), Page_idx::integer(), Page::wxWindow() (see module wxWindow), Caption::string(), Options::[Option]) -> bool() Types Option = {select, bool()} | {bitmap, wxBitmap() (see module wxBitmap)} See external documentation . removePage(This::wxAuiNotebook(), Page::integer()) -> bool() See external documentation . setArtProvider(This::wxAuiNotebook(), Art::wxAuiTabArt() (see module wxAuiTabArt)) -> ok See external documentation . setFont(This::wxAuiNotebook(), Font::wxFont() (see module wxFont)) -> bool() See external documentation . setPageBitmap(This::wxAuiNotebook(), Page::integer(), Bitmap::wxBitmap() (see module wxBitmap)) -> bool() See external documentation . setPageText(This::wxAuiNotebook(), Page::integer(), Text::string()) -> bool() See external documentation . setSelection(This::wxAuiNotebook(), New_page::integer()) -> integer() See external documentation . setTabCtrlHeight(This::wxAuiNotebook(), Height::integer()) -> ok See external documentation . setUniformBitmapSize(This::wxAuiNotebook(), Size::{W::integer(), H::integer()}) -> ok See external documentation . destroy(This::wxAuiNotebook()) -> ok Destroys this object, do not use object again AUTHORS
<> wxErlang 0.98.9 wxAuiNotebook(3erl)
All times are GMT -4. The time now is 03:40 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy