From owner-freebsd-stable@FreeBSD.ORG Thu Oct 23 14:20:51 2008 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6EC561065680 for ; Thu, 23 Oct 2008 14:20:51 +0000 (UTC) (envelope-from dudu.meyer@gmail.com) Received: from mail-gx0-f16.google.com (mail-gx0-f16.google.com [209.85.217.16]) by mx1.freebsd.org (Postfix) with ESMTP id 404788FC17 for ; Thu, 23 Oct 2008 14:20:50 +0000 (UTC) (envelope-from dudu.meyer@gmail.com) Received: by gxk9 with SMTP id 9so70471gxk.19 for ; Thu, 23 Oct 2008 07:20:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=k+LqoAd0MFzpyR2hQlASUEpSGhmdXSo6UPRNIzwmmkY=; b=VzgGCy/tfgW4JvKpFk1pb9Ju7gNM0WJ4uimVUM/Ii+42FnQcS+qc9NAFdMnQE/ZogO oZ7VgLZjcJVMhjouYyA2j6x08PFcAGZtTyjhmhCNzEENY2/SeRDmmKReadEgVu75kKAm sLX2g4X0dN6DcvjhfMMKIk+wJs+TeO7V58Q4k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=Cvxtx7NT/tQNGQMRkyByveRF0aIBnd14r9d5fKWAtnx2FLIkI1QU2iaoa4YttchtMe g4mzJM+6JRSejNiFV0bnrsd+l4Spvaikf4KBydxu8QpswDQLmrs6ztuv1tbY+299ETob YjgxVa72vQ0wMxwjjGKRCsnKmNvFKVjkSsMU8= Received: by 10.64.151.10 with SMTP id y10mr770563qbd.18.1224771645387; Thu, 23 Oct 2008 07:20:45 -0700 (PDT) Received: by 10.64.201.9 with HTTP; Thu, 23 Oct 2008 07:20:45 -0700 (PDT) Message-ID: Date: Thu, 23 Oct 2008 12:20:45 -0200 From: "Eduardo Meyer" To: stable@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: Subject: gstat information on the CLI X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Oct 2008 14:20:51 -0000 Hello, Its me again bothering you with basic things I cant accomplish. I am planning on monitoring my disks, and the most important information for me is thorughput and lengh queue of operations. I can get the first information with iostat -w1 and sorta, which is perfect for scripting. However, I also need the L(q) information which FreeBSD gives me with gstat. However, this curses interface wont allow me to use grep+awk to get the information I need for the device (slices and disks, but not labels) I need. So I ask, how can I get this information other than gstat? Or, can gstat work in non-interactive mode? -- =========== Eduardo Meyer pessoal: dudu.meyer@gmail.com profissional: ddm.farmaciap@saude.gov.br