From owner-freebsd-questions@FreeBSD.ORG Fri Feb 3 10:50:30 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 08CA116A425 for ; Fri, 3 Feb 2006 10:50:30 +0000 (GMT) (envelope-from freebsd@henriklidstrom.se) Received: from pne-smtpout1-sn2.hy.skanova.net (pne-smtpout1-sn2.hy.skanova.net [81.228.8.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7EB5443D45 for ; Fri, 3 Feb 2006 10:50:29 +0000 (GMT) (envelope-from freebsd@henriklidstrom.se) Received: from mailgw.henriklidstrom.se (83.250.79.110) by pne-smtpout1-sn2.hy.skanova.net (7.2.070) id 43E2F55D000120C4; Fri, 3 Feb 2006 11:50:21 +0100 Received: from localhost (localhost.henriklidstrom.se [127.0.0.1]) by mailgw.henriklidstrom.se (Postfix) with ESMTP id D9469C0F0; Fri, 3 Feb 2006 11:50:20 +0100 (CET) Received: from mailgw.henriklidstrom.se ([127.0.0.1]) by localhost (mailgw.henriklidstrom.se [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 91348-01; Fri, 3 Feb 2006 11:50:14 +0100 (CET) Received: from localhost (localhost.henriklidstrom.se [127.0.0.1]) by mailgw.henriklidstrom.se (Postfix) with ESMTP id 6E5C3B8E0; Fri, 3 Feb 2006 11:50:14 +0100 (CET) Received: from gw.telecomputing.se (gw.telecomputing.se [84.17.192.7]) by mailgw.henriklidstrom.se (Horde MIME library) with HTTP; Fri, 03 Feb 2006 11:50:13 +0100 Message-ID: <20060203115013.9o3h3bxmo0kc0owg@mailgw.henriklidstrom.se> Date: Fri, 03 Feb 2006 11:50:13 +0100 From: Henrik =?iso-8859-1?b?TGlkc3Ry9m0=?= To: postgresql@bryden.co.za MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable User-Agent: Internet Messaging Program (IMP) H3 (4.0.4) / FreeBSD-6.0 X-Virus-Scanned: amavisd-new at henriklidstrom.se Cc: freebsd-questions@freebsd.org Subject: RE: Performance Monitoring X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Feb 2006 10:50:30 -0000 > -----Ursprungligt meddelande----- > Fr=E5n: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org] F=F6r Craig > Skickat: den 2 februari 2006 17:49 > Till: freebsd-questions@freebsd.org > =C4mne: Performance Monitoring > > Hi > > I am fairly new to FreeBSD and I am trying to find out how I can see > what the CPU and memory utlization is at any time. What > commands/tools are available? > > Thanks > Craig > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" > top (-S) systat -vm 1 (A favorite) iostat If you want to view it from a webpage; mrtg, cacti, cricket, zabbix, phpsysinfo and many more might interest you. /Henrik