Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Quries about vmstat

1 view
Skip to first unread message

Dolphin

unread,
Jul 1, 2009, 8:54:02 PM7/1/09
to
Hi,

- How do determine when the system is not enough memory when vmstat is
run?

Or

What reading should I expect when vmstat is run to indicate memory is
not enough?

- Solaris 10 with 8GB memory in a V490 server with 2 x CPU.

- Where can I find any document about how to determine the resources
are bottle neck?

Thanks in advance.

Chris Cox

unread,
Jul 1, 2009, 10:11:22 PM7/1/09
to
Dolphin wrote:
> Hi,
>
> - How do determine when the system is not enough memory when vmstat is
> run?

huge amounts of page outs... shoot, even moderate page outs are a sign that
you need to add memory (memory being relatively cheap nowadays)

Mark Round

unread,
Jul 2, 2009, 9:47:38 AM7/2/09
to

> huge amounts of page outs... shoot, even moderate page outs are a sign that
> you need to add memory (memory being relatively cheap nowadays)

Yup, and in addition to high numbers in that field, look for anything
in the "sr" field. That indicates the system is busy looking for pages
it can swap out - you should never see this unless you are in dire
need of more memory.

-Mark

John L

unread,
Jul 3, 2009, 2:32:53 PM7/3/09
to

"Chris Cox" <ccox_nop...@airmail.net> wrote in message news:8f2dnWOcJ6_XitHX...@posted.internetamerica...

Now that i/o goes through the virtual memory system, it is more likely
a sign that your nightly backup is running, or that your DBA has got
bored and is running yet another query necessitating umpteen full table
scans.

Use vmstat -p and don't worry if you see only filesystem paging.

--
John.


0 new messages