From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS15169 209.85.128.0/17 X-Spam-Status: No, score=-0.2 required=3.0 tests=AWL,BAYES_00,URIBL_BLOCKED shortcircuit=no autolearn=ham version=3.3.2 X-Original-To: unicorn-public@bogomips.org Received: from mail-qg0-f50.google.com (mail-qg0-f50.google.com [209.85.192.50]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id D3A871F420 for ; Tue, 22 Jul 2014 18:57:37 +0000 (UTC) Received: by mail-qg0-f50.google.com with SMTP id q108so114664qgd.9 for ; Tue, 22 Jul 2014 11:57:37 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=ALQvEHhS3LEW5rMp6pA8kYt2Jtk/XR8A1+6K5NSAF3Q=; b=eZJxbOIG/AgJk6pNgbKldOn+CH1WMmNaeW3jsHzexMNasis/VaGPM8o/wUhfSOoZNl iziEzjK5d8UxMmSnvaBKaCccoLIaGiLeECZiGYFDyA8zE7Xxl42JRpU8AJZUGPvYDHdv YDgKViHdqKcKPPF14vGB39sBW9HOcCKO4gLtecNC+dGXlYUFGfRNWt3g3T5te93w7UKn c3oYEWfF8Ju8wusEL3D8/V/zgirBAedYX3UVeRm9dp53QnxNsE1QKHaZJwUoaMJRLEYw yG7vdbqs/ABTerNoIS1FukH3BWU0UkDnU6UfrNLVvobi6dDj8D4TTBeeAEKFji446ouu rpmA== X-Gm-Message-State: ALoCoQlI0P8+nU344etVqPjSQuUJUbHulyOulkDWgpffUkNrsZr/5JuwpPaz04z3Lzk3WCxbFxiv MIME-Version: 1.0 X-Received: by 10.140.81.51 with SMTP id e48mr51680421qgd.31.1406055457085; Tue, 22 Jul 2014 11:57:37 -0700 (PDT) Received: by 10.140.102.200 with HTTP; Tue, 22 Jul 2014 11:57:37 -0700 (PDT) In-Reply-To: References: Date: Tue, 22 Jul 2014 11:57:37 -0700 Message-ID: Subject: Re: High number of TCP retransmits on Solaris From: Michael Fischer To: Paul Henry Cc: unicorn-public Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: PublicInbox::Filter 0.0.1 List-Id: On Tue, Jul 22, 2014 at 11:52 AM, Paul Henry wrote: When using unicorn unicorn v4.8.2, we're seeing a high number of TCP > retransmits at a high connection rate. If you're seeing TCP retransmits on the server, it means your benchmark client can't keep up with Unicorn's responses. --Michael