From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pd0-f174.google.com (mail-pd0-f174.google.com [209.85.192.174]) by dpdk.org (Postfix) with ESMTP id 95AA16AAD for ; Sat, 1 Mar 2014 03:05:43 +0100 (CET) Received: by mail-pd0-f174.google.com with SMTP id y13so1474735pdi.33 for ; Fri, 28 Feb 2014 18:07:10 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:content-type:content-transfer-encoding :subject:message-id:date:to:mime-version; bh=SVIFY5OVEeDVtTDN+qYlURHLmvMYvz1hO4boEjkY5Zc=; b=H5LgCIe5ZgLQ00ECpNhY2lNoxi6YW4texyGTTUS/kLLTggbe9h6CwGd3tOnLBO+D1/ LM3LtQ2vF50/nyLc08Zoe8t76TWbYntKwirQQQZw4K9cuNaBCS9X7J90Tg8HztRtemo5 0agIVqgyf8IlpncoasGpUb6jatKl3e7RtdKxCqpGRI0HKDW18V1Bnj1uAhhg/uGgEulv utKjGpzcb6UTwZRwKDRziCn66DuD6aeYLooynoJx/20UWyq0UZz9djsKdnrt25+hRMs8 0IqnokRgp6lwEV7szOBo1cuQflxoPfQuwStL3PoLflfIbuSyTHYWVv4WUE20j71i5bJX zJ6A== X-Gm-Message-State: ALoCoQmrHWUQ/B5p7uDWXfJmdHrtqu3Pq8Th9RYqWme4XdWfryFQI2NiKqpR7Tp4uohbOXDaJgM3 X-Received: by 10.69.0.10 with SMTP id au10mr7271431pbd.48.1393639630047; Fri, 28 Feb 2014 18:07:10 -0800 (PST) Received: from [192.168.128.242] ([50.242.95.29]) by mx.google.com with ESMTPSA id iq10sm10803546pbc.14.2014.02.28.18.07.08 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 28 Feb 2014 18:07:09 -0800 (PST) From: Daniel Kan Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Message-Id: Date: Fri, 28 Feb 2014 18:07:06 -0800 To: dev@dpdk.org Mime-Version: 1.0 (Mac OS X Mail 7.1 \(1827\)) X-Mailer: Apple Mail (2.1827) Subject: [dpdk-dev] Profiling tools for DPDK applications running on VM inside ESXi server X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Mar 2014 02:05:44 -0000 Hi, I=92m wondering which profilers are best for profiling DPDK applications = running on VM: perf, oprofile, vtune? The first 2 are open sourced while = vtune is commercial. DPDK apps are running on ubuntu 12.04 and centos = 6.5. Thanks. Dan=