From owner-freebsd-stable@freebsd.org Mon Aug 20 13:33:02 2018 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4DDCC106DDFD for ; Mon, 20 Aug 2018 13:33:02 +0000 (UTC) (envelope-from will@firepipe.net) Received: from mail-qt0-x234.google.com (mail-qt0-x234.google.com [IPv6:2607:f8b0:400d:c0d::234]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E595A8D269 for ; Mon, 20 Aug 2018 13:33:01 +0000 (UTC) (envelope-from will@firepipe.net) Received: by mail-qt0-x234.google.com with SMTP id b15-v6so16095516qtp.11 for ; Mon, 20 Aug 2018 06:33:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=firepipe-net.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to; bh=3tvTIpTiAiFIE7YTulxoixd/ybATCzEpY7p6hIB9+fo=; b=X2/lRK+TSBJg3TfFP8ExHduxoz6pMu6dPc5OPsICFjZ0cD6xlcwGa8HSKy1U8L4CEZ LkH8C5GN1PvdS4vqSliAH3Z5AOP/CWHe4sdmSzImo2TnDr+Jjj7JnldRbJuJDscOLpSM XmVuj3IQBe7V2jUwCDKbsqlHqkg8rSBVzQ+70QQn7wslMYR80os/K46Ftpq+LG/mO6LZ XOzPXA6yt6LBKojRRhBPkJQp7RvvatYG116nqPg7ipyM6eu2HRn2t0Ys1T1fDYif1IQL 0jzc/UZupwCzb2tmAuDXtIeUBWJt064/1V+y6+c0je1coMc8aRRg+Y4IdqjJR+2XyVFZ Z31Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to; bh=3tvTIpTiAiFIE7YTulxoixd/ybATCzEpY7p6hIB9+fo=; b=tUJkwrUvAumhflmYZ/TireidReD4+IkkeGgm3v9+9ChXB4klHi69qzjUDG276lpLG3 gDnMst3NqIAqs+Jc9+CCiz51/dbZ9oBAAtXs6UcMriKG/zYT5t3F3njoQyOVYzN7r5nl xc0Ro8670YgFUEfjC/J9b04v0ppJPtTEy4UV/qC3u8SRbZPW8fvmlGfpwuT4I50hPx7I jzD4W5SdxDalurJ9k2njp/pz/EgfVIbK3VIMgFiiG0yk2XYHyCzqwAa+DVRvA9X4Sh6z UHPjLynthoVE8+56JaMgg5klxlpiwQYYAuEjmI2UuO4/eP2uC9SoTdkd37WihCxjB+ou kNZA== X-Gm-Message-State: APzg51CYY5RdLr+lMqXXPdy83YWTvlu1nhcIVh4M4Ar8kSQu+tIVodW7 xT4/E+8HnNlc5PJCedsXEygQaOM+n6f8hvF2idSMmQ== X-Google-Smtp-Source: ANB0VdZrhVoJxSewJP8WMVyn+y9fupKtoPYIM4ftpxX9p0QUFjIz6yR+TNsA1vgUa7pP+AR3p893Qxp0rVxADN6EMVo= X-Received: by 2002:a0c:d2d5:: with SMTP id x21-v6mr9750037qvh.214.1534771981046; Mon, 20 Aug 2018 06:33:01 -0700 (PDT) MIME-Version: 1.0 Sender: will@firepipe.net Received: by 2002:aed:3809:0:0:0:0:0 with HTTP; Mon, 20 Aug 2018 06:33:00 -0700 (PDT) In-Reply-To: <20180819143039.GD97145@funkthat.com> References: <906cc905-5d1f-6792-e998-4bbd77d4f043@quip.cz> <20180819143039.GD97145@funkthat.com> From: Will Andrews Date: Mon, 20 Aug 2018 08:33:00 -0500 X-Google-Sender-Auth: FZ4XvFJ85EPEmSbOyuwcgv9Id8c Message-ID: Subject: Re: changes in iostat output in 11.x vs 10.x To: Miroslav Lachman <000.fbsd@quip.cz>, freebsd-stable Stable , Will Andrews Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.27 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Aug 2018 13:33:02 -0000 On Sun, Aug 19, 2018 at 9:30 AM, John-Mark Gurney wrote: > Miroslav Lachman wrote this message on Sun, Aug 19, 2018 at 02:29 +0200: > > I upgraded one of our servers from 10.4 to 11.2 and scripts using output > > of "iostat -x" are not working anymore. > > A checked the output of iostat and it is different. > > Looks like this was changed in r277566[1] by will. I've cc'd him. There > is no documentation change associated w/ this change. > > [1] https://svnweb.freebsd.org/base?view=revision&revision=277566 Ah, yes, that should have been accompanied by a man page update. My bad, I'll fix it. ms/t is indeed what used to be svc_t. --Will.