Need more details than:
% kstat -n vm | grep pgin
        anonpgin                        727
        execpgin                        0
        fspgin                          1012885
        pgin                            999385
        pgpgin                          1013612
        anonpgin                        1347
        execpgin                        0
        fspgin                          187550
        pgin                            46875
        pgpgin                          188897
22:41 <> hello, is there a way to see what processes could be causing a page-in excess?
22:43 <> dtrace pgin
As always, DTrace to the rescue :-).
cthulhu# dtrace -n pgin'{@[pid, execname] = count();}'
dtrace: description 'pgin' matched 1 probe
^C 
    27462  gnome-keyring-da                                                  1
    27495  wnck-applet                                                       1
      430  dbus-daemon                                                       2
    27446  gnome-session                                                     2
    27483  nautilus                                                          4
    27319  Xorg                                                             11
Wednesday, June 18, 2008
Sun Solaris DTrace - counting page-ins
Posted by
cmihai
at
10:49 PM
 
Labels: OpenSolaris, Software Development, Solaris
Subscribe to:
Post Comments (Atom)


0 comments:
Post a Comment