You can use this kludgey command (support actually gave it to me) to get all sorts of memory information:
# echo vmstat | kdb > vmstat_info.txt
grep for stuff like 4K to see if you have overtaxed your vio server memory.
You can use this kludgey command (support actually gave it to me) to get all sorts of memory information:
# echo vmstat | kdb > vmstat_info.txt
grep for stuff like 4K to see if you have overtaxed your vio server memory.
5:01 am on October 18th, 2010
That’s kdb not kbd right?
2:58 am on November 10th, 2010
Yep, fixed it, thanks Gibbo.