From owner-freebsd-arm@FreeBSD.ORG Tue May 12 18:21:38 2015 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 21DF9C58 for ; Tue, 12 May 2015 18:21:38 +0000 (UTC) Received: from mail-ig0-x22d.google.com (mail-ig0-x22d.google.com [IPv6:2607:f8b0:4001:c05::22d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E25D21305 for ; Tue, 12 May 2015 18:21:37 +0000 (UTC) Received: by iget9 with SMTP id t9so100870238ige.1 for ; Tue, 12 May 2015 11:21:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=8+v4Cc7jrUuNM5WNe17dRN0p8jc67/XPr6jsN30jHoM=; b=P+UrD8pMM+oXmTsMlpBfLLpbfCTFS14wAxkZS8mk+GnAi4ZfNBG42wQISxEkIvZXWW 7It5X8olwYCEOKMgjn9T4249+8p3JW1y2zWAX4i9fuYJc3hxrXcWVLnHRrEFfMU2/2za jqoParRWyj1zta763hxe75al+HeGrLZZ8JSMxiB/ETKHEm8wBPdkkMaqS9e9aTxC7+oE wtmFLtIpxQDquL6/4ybrz8gRFuiCm/mXbDEZMGJDzEib3JjHu4SzgwoSI5db3fB5CKva aW+6gAkFG3b7v8rD4yJmVR5meHJAZS5XtAzYgzbPD/kPVGN2NX4dqbipt5oagRuv9ESm 7wKw== X-Received: by 10.107.16.32 with SMTP id y32mr21384081ioi.53.1431454897350; Tue, 12 May 2015 11:21:37 -0700 (PDT) MIME-Version: 1.0 Received: by 10.36.143.4 with HTTP; Tue, 12 May 2015 11:21:07 -0700 (PDT) From: Jia-Shiun Li Date: Wed, 13 May 2015 02:21:07 +0800 Message-ID: Subject: vmstat -i output wrong on arm To: "freebsd-arm@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 May 2015 18:21:38 -0000 The vmstat -i output prints unusual long lines. Although not specific to arm, this problem is more verbose on arm. It is reliably reproducible on rpi and rpi2. I created bug #199891 to describe it. Is there anyone can help confirm this problem, review and hopefully commit the patch attached to the bug? -Jia-Shiun