From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Fri, 12 Jan 2007 16:41:12 +0300 From: "Dmitry V. Levin" To: ALT Devel discussion list Message-ID: <20070112134112.GB14278@basalt.office.altlinux.org> Mail-Followup-To: ALT Devel discussion list References: <20070111163657.107a6853.pilot@altlinux.ru> <20070112141504.2f1667e8.pilot@altlinux.ru> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="4SFOXa2GPu3tIq4H" Content-Disposition: inline In-Reply-To: <20070112141504.2f1667e8.pilot@altlinux.ru> X-fingerprint: FE4C 93AB E19A 2E4C CB5D 3E4E 7CAB E6AC 9E35 361E Subject: Re: [devel] =?koi8-r?b?QUxUTGludXggySDT0MHN?= X-BeenThere: devel@lists.altlinux.org X-Mailman-Version: 2.1.9rc1 Precedence: list Reply-To: ALT Devel discussion list List-Id: ALT Devel discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Jan 2007 13:41:13 -0000 Archived-At: List-Archive: List-Post: --4SFOXa2GPu3tIq4H Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jan 12, 2007 at 02:15:04PM +0300, Denis Ovsienko wrote: > =F3=D0=C1=D3=C9=C2=CF =DA=C1 =CF=D4=D7=C5=D4=D9. =EE=CF =D7=D3=A3 =D6=C5 = =D0=CF=DE=C5=CD=D5 =C2=D9 =CE=C5 =D5=CD=C5=CE=D8=DB=C9=D4=D8 =CB=CF=CC=C9= =DE=C5=D3=D4=D7=CF > =D0=D2=C9=CE=C9=CD=C1=C5=CD=CF=C7=CF =CF=D3=CE=CF=D7=CE=D9=CD =D3=C5=D2= =D7=C5=D2=CF=CD =D3=D0=C1=CD=C1 =D7=CD=C5=D3=D4=CF =D4=CF=C7=CF, =DE=D4=CF= =C2=D9 =D0=CF=D4=CF=CD =CB=C1=D6=C4=CF=CD=D5 > =C9=DA=CF=C2=D2=C5=D4=C1=D4=D8 =D3=D7=CF=CA =D3=D0=CF=D3=CF=C2 =C4=C1=CC= =D8=CE=C5=CA=DB=C5=CA =D0=CF=D2=C5=DA=CB=C9? =EB=C1=CB? master$ awk 'START {count=3D0; sum=3D0} /^bogomips/ {count++; sum+=3D$3} EN= D {if (count>0) print sum/count}'