# HG changeset patch # User Oleksandr Gavenko # Date 1252581767 -10800 # Node ID 9f4af21befaf60f074b2e5dcbd96b6e32f96c676 # Parent 365fbc9d602d27c033cae3849e8447f7509b3dd5 Added Solaris consumption analyse tools. diff -r 365fbc9d602d -r 9f4af21befaf stat.rst --- a/stat.rst Thu Sep 03 11:39:46 2009 +0300 +++ b/stat.rst Thu Sep 10 14:22:47 2009 +0300 @@ -29,6 +29,16 @@ http://developers.sun.com/solaris/articles/prstat.html Topping top in Solaris 8 with prstat. +*** Interactive. + + $ perfmeter + +*** Static. + + $ prstat + + $ mpstat + * Memory consumption. ** Linux. @@ -64,6 +74,14 @@ $ vmstat +** Solaris. + + $ sar -g + + $ vmstat + + $ prstat -s size + ** Windows. cmd> taskmgr