Return-Path: X-Original-To: apmail-activemq-users-archive@www.apache.org Delivered-To: apmail-activemq-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A57DE10226 for ; Tue, 28 Jan 2014 13:08:30 +0000 (UTC) Received: (qmail 26240 invoked by uid 500); 28 Jan 2014 13:08:29 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 25769 invoked by uid 500); 28 Jan 2014 13:08:26 -0000 Mailing-List: contact users-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@activemq.apache.org Delivered-To: mailing list users@activemq.apache.org Received: (qmail 25753 invoked by uid 99); 28 Jan 2014 13:08:24 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Jan 2014 13:08:24 +0000 X-ASF-Spam-Status: No, hits=-3.7 required=5.0 tests=RCVD_IN_DNSWL_HI,SPF_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of barry.barnett@wellsfargo.com designates 151.151.26.137 as permitted sender) Received: from [151.151.26.137] (HELO mxdcmv01i.wellsfargo.com) (151.151.26.137) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Jan 2014 13:08:17 +0000 Received: from mxicmx01.wellsfargo.com (mxicmx01.wellsfargo.com [162.102.137.58]) by mxdcmv01i.wellsfargo.com (Sentrion-MTA-4.3.1/Sentrion-MTA-4.3.1) with ESMTP id s0SD7tsW014290 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for ; Tue, 28 Jan 2014 13:07:55 GMT DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=wellsfargo.com; s=2011-05-wfb; t=1390914476; bh=njb/pTmOFBeZqOZVGTsDT/MkNqh7INoCjtEQeKQClY4=; h=From:To:Subject:Date:Message-ID:References:In-Reply-To: Content-Type:Content-Transfer-Encoding:MIME-Version; b=QnUwYfZdMveG/x7wourh7A9xHZCirc3OZwDPqGlYvZAh4Ip7CVAyh2K2ioYmfnsq5 YQmIsgH0PZ2+4u02uyPMKIeev0cKOBCRDKPaE+6NgjZq1xv5/Mvc0E6GDFW/eR33Ns sLhKzqP4iuF5N7xzaa9fW27Q5s0iyZP4MhFSKcok= Received: from MSGEXSV27110.ent.wfb.bank.corp (msgexsv27110.wellsfargo.com [162.101.142.118]) by mxicmx01.wellsfargo.com (Sentrion-MTA-4.3.1/Sentrion-MTA-4.3.1) with ESMTP id s0SD7scY016166 for ; Tue, 28 Jan 2014 13:07:54 GMT Received: from MSGEXSV21103.ent.wfb.bank.corp ([169.254.3.118]) by MSGEXSV27110.ent.wfb.bank.corp ([162.101.142.118]) with mapi id 14.02.0347.000; Tue, 28 Jan 2014 07:07:54 -0600 From: To: Subject: RE: ActiveMQ on Physical Server vs. VM Thread-Topic: ActiveMQ on Physical Server vs. VM Thread-Index: Ac8YWCl5ywkZ5p+QRry4MCF/HOhIJgARmkYAABh5oYAAEOR6gAAJG+IAALBVRHA= Date: Tue, 28 Jan 2014 13:07:54 +0000 Message-ID: <443BCE38E921434394B45FF0813FA5781ED29BCF@MSGEXSV21103.ent.wfb.bank.corp> References: <443BCE38E921434394B45FF0813FA5781ED254B4@MSGEXSV21103.ent.wfb.bank.corp> <1390503156684-4676716.post@n4.nabble.com> <443BCE38E921434394B45FF0813FA5781ED2641E@MSGEXSV21103.ent.wfb.bank.corp> <1390574225558-4676763.post@n4.nabble.com> <45AC9C7C-F3A6-494F-BB25-A8C7E8F9EA37@gmail.com> In-Reply-To: <45AC9C7C-F3A6-494F-BB25-A8C7E8F9EA37@gmail.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.91.43.152] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org If you are using ZooKeeper to handle the new features of levelDB on v5.9, I= would think a dedicated NIC would increase performance if this is not shar= ed on the physical server. I wasn't aware that a dedicated NIC could be ut= ilized on a VM. I thought this was shared with all resources on the VM spa= ce, no? Regards, Barry Barnett WMQ Enterprise Services & Solutions Open Queuing Services & Solutions Wells Fargo Cell: 704-564-5501 -----Original Message----- From: Johan Edstrom [mailto:seijoed@gmail.com]=20 Sent: Friday, January 24, 2014 1:58 PM To: users@activemq.apache.org Subject: Re: ActiveMQ on Physical Server vs. VM Like with pretty much any Java app, you end up running a VM in a VM..... Performance on IO, CPU sharing and so on will be impacted. That doesn't mean that you couldn't scale in different ways with more VM in= stances instead. On Jan 24, 2014, at 6:37 AM, artnaseef wrote: > Interesting question (dedicatd NIC) - that's more a VM question than=20 > an ActiveMQ question. With sharing the NIC with other load, the issue=20 > becomes, what other loads are sharing and how much? Very much a=20 > question outside of ActiveMQ itself. >=20 > Is it possible for a VM host to dedicate a physical NIC to one of the VMs= ?=20 > Or to dedicate some bandwidth on the NIC to one of the VMs? >=20 > The bottom line is that, from an ActiveMQ perspective, there's nothing=20 > inheritenly different between a VM and real hardware. Resource sizes,=20 > sharing, and the like are the same questions with and without VMs,=20 > although VMs do change the basic resource allocation by their very nature= . >=20 > If anyone has benchmarks for various hardware platforms, that would be=20 > really helpful for this question. >=20 > Please share any knowledge you find on this front - I'm curious. >=20 >=20 >=20 > -- > View this message in context:=20 > http://activemq.2283324.n4.nabble.com/ActiveMQ-on-Physical-Server-vs-V > M-tp4676715p4676763.html Sent from the ActiveMQ - User mailing list=20 > archive at Nabble.com.