From owner-freebsd-emulation@FreeBSD.ORG Thu Jan 15 16:14:42 2015 Return-Path: Delivered-To: emulation@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 920D7566; Thu, 15 Jan 2015 16:14:42 +0000 (UTC) Received: from mail.ijs.si (mail.ijs.si [IPv6:2001:1470:ff80::25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 43CC0913; Thu, 15 Jan 2015 16:14:42 +0000 (UTC) Received: from amavis-proxy-ori.ijs.si (localhost [IPv6:::1]) by mail.ijs.si (Postfix) with ESMTP id 3kNVwG3FFfzFK; Thu, 15 Jan 2015 17:14:38 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ijs.si; h= user-agent:message-id:references:in-reply-to:organization :subject:subject:from:from:date:date:content-transfer-encoding :content-type:content-type:mime-version:received:received :received:received; s=jakla4; t=1421338475; x=1423930476; bh=3tz Sxoh2uG+aLDtXc5sbJOdGgGpSw8Dnq8uixNOJQr8=; b=gxSbteWclPejThwlq1u 1dw0ZKr+WNekwXC9BzQrFrgyHGIVK2racvo5RY0RGBKxihMCRyJMCGVegngN/Qqh IajJ+SJoqCWJE8HezHPNAQc/NCcMp579n1sn/p3L6PsTFn4qqcDqvh5tWkqWpgtI xAvdy+6Ka/SKeyXFinggnSxo= X-Virus-Scanned: amavisd-new at ijs.si Received: from mail.ijs.si ([IPv6:::1]) by amavis-proxy-ori.ijs.si (mail.ijs.si [IPv6:::1]) (amavisd-new, port 10012) with ESMTP id AgaQLggR6OGs; Thu, 15 Jan 2015 17:14:35 +0100 (CET) Received: from mildred.ijs.si (mailbox.ijs.si [IPv6:2001:1470:ff80::143:1]) by mail.ijs.si (Postfix) with ESMTP; Thu, 15 Jan 2015 17:14:35 +0100 (CET) Received: from neli.ijs.si (neli.ijs.si [IPv6:2001:1470:ff80:88:21c:c0ff:feb1:8c91]) by mildred.ijs.si (Postfix) with ESMTP id 3kNVwB6M5qz1C; Thu, 15 Jan 2015 17:14:34 +0100 (CET) Received: from neli.ijs.si ([2001:1470:ff80:88:21c:c0ff:feb1:8c91]) by neli.ijs.si with HTTP (HTTP/1.1 POST); Thu, 15 Jan 2015 17:14:34 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Thu, 15 Jan 2015 17:14:34 +0100 From: Mark Martinec To: emulation@freebsd.org, FreeBSD-Current Subject: Re: DigitalOcean offers VMs with FreeBSD! Organization: J. Stefan Institute In-Reply-To: <54B7E43B.6020909@FreeBSD.org> References: <54B7A494.50205@FreeBSD.org> <54B7DC97.7050809@FreeBSD.org> <20150115154443.GA10325@zxy.spb.ru> <54B7E43B.6020909@FreeBSD.org> Message-ID: X-Sender: Mark.Martinec+freebsd@ijs.si User-Agent: Roundcube Webmail/1.0.4 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jan 2015 16:14:42 -0000 >>> But here are some thread about FreeBSD is way slower than Linux >>> in these virtual installations >>> https://news.ycombinator.com/item?id=8888487 >> >> May be IOPS quotation? Can you test with dd and custom kernel with >> MAXPHYS=1048576 ? Don't know about DO, but networking over virtio is also slower under VirtualBox (FreeBSD guest and host), compared to the emulated em0. Mark