Re: lsps shows high values but system appears to be fine



On Apr 24, 8:25 am, Jack <jakrai...@xxxxxxxxx> wrote:
Hi there,
To find out what is using such paging space us the command svmon -Pg .
It will show you a list of processes where you can find a column
called Pgsp that indicates you how many 4k pages the process is using.
I usually use the command on the following way:
svmon -Pg |grep -p Pid|more

Regards,

Jackson

Hi Jackson,

Thanks for the command. I tried it out and determined that the
processes using up the most 4k pages were the Informix "oninit" pids.
This is what I suspected, but at least now I can see which PIDs in
particular are using the most, so I can try to fine tune a bit more
and check for incorrect onconfig settings (incorrect as in different
than our other servers that don't have this problem.)

Here is what was displayed as the highest usage:

-------------------------------------------------------------------------------
Pid Command Inuse Pin Pgsp Virtual 64-bit
Mthrd LPage
975072 oninit 21579 5460 1359218 1369143 Y
N N
909510 oninit 21550 5460 1359205 1369105 Y
N N
925902 oninit 21472 5460 1359092 1369013 Y
N N
852150 oninit 21468 5460 1359088 1369015 Y
N N
856240 oninit 21455 5460 1359087 1369008 Y
N N
938044 oninit 21455 5460 1359085 1369005 Y
N N
700416 oninit 21455 5460 1359082 1369005 Y
N N
966882 oninit 21462 5460 1359075 1368996 Y
N N
1847378 oninit 134123 5460 496749 506238 Y
N N
901270 oninit 134074 5460 496694 506154 Y
N N
1728628 oninit 133980 5460 496582 506062 Y
N N
520402 oninit 133994 5460 496579 506066 Y
N N
1532078 oninit 133977 5460 496579 506058 Y
N N
860278 oninit 133977 5460 496578 506058 Y
N N
598160 oninit 133995 5460 496578 506065 Y
N N
548974 oninit 133977 5460 496578 506058 Y
N N
1327106 oninit 133995 5460 496578 506065 Y
N N
1822948 oninit 133978 5460 496576 506057 Y
N N
1544276 oninit 133978 5460 496575 506054 Y
N N
864346 oninit 133978 5460 496573 506054 Y
N N
676034 oninit 133978 5460 496572 506055 Y
N N
1237182 oninit 134010 5460 496532 506042 Y
N N
-------------------------------------------------------------------------------

Thx.

SteveN


.



Relevant Pages

  • PID for ksoftireqd_CPU0 and friends
    ... unstable) on my laptop. ... It comes back clean (though I recognize that ... compared the PIDs in /proc with the PIDs from the PS command. ...
    (Debian-User)
  • Re: ERROR: Unsupported option (BSD syntax)
    ... If I enter the command ... I get the list of pids ... which works because the shell expands $name variables inside ... doublequotes but still uses the doublequotes to avoid splitting the ...
    (alt.os.linux.suse)
  • Re: run a process for a specified time
    ... > What command will run a script for x seconds and then ... program1 & PIDS="$PIDS $!" ... wait $PIDS # waits for the first process to end ... trap "echo TIMEOUT;kill $PIDS" 1 ...
    (comp.unix.shell)
  • Re: ERROR: Unsupported option (BSD syntax)
    ... If I enter the command ... I get the list of pids ... which works because the shell expands $name variables inside ... doublequotes but still uses the doublequotes to avoid splitting the ...
    (alt.os.linux.suse)
  • Re: lsof substitute?
    ... If you were looking for port ... Thats dead slow because you run one pfiles command ... existing pids, then run "pfiles $PIDs". ...
    (comp.unix.solaris)