Revision: 34 http://svn.sv.gnu.org/viewvc/?view=rev&root=administration&revision=34 Author: karl Date: 2013-09-03 16:47:00 +0000 (Tue, 03 Sep 2013) Log Message: ----------- markup
Modified Paths: -------------- trunk/sviki/SavannahArchitecture.mdwn Modified: trunk/sviki/SavannahArchitecture.mdwn =================================================================== --- trunk/sviki/SavannahArchitecture.mdwn 2013-09-03 00:30:16 UTC (rev 33) +++ trunk/sviki/SavannahArchitecture.mdwn 2013-09-03 16:47:00 UTC (rev 34) @@ -98,11 +98,11 @@ High load --------- -If a DomU is experiencing heavy load, running these commands will +If a DomU is experiencing heavy load, running these rwo commands will dump some basic system state for possible post mortems: - d=`date +%F.%T`; cd /tmp; top>top-$d & ps auxww>ps-$d & lsof>lsof-$d & - netstat --numeric-hosts>netstat-$d & + `d=date +%F.%T; cd /; top & ps auxww\>ps-\$d & lsof\>lsof-\$d & netstat + --numeric-hosts\>netstat-\$d & We have often seen high loads due to vc browsers being hit too hard.