linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: mohan_gg@yahoo.com (Mohan G)
To: linux-arm-kernel@lists.infradead.org
Subject: kvm vs host (arm64)
Date: Mon, 20 Apr 2015 05:45:45 +0000 (UTC)	[thread overview]
Message-ID: <1967946020.115308.1429508745411.JavaMail.yahoo@mail.yahoo.com> (raw)

Hi, 
I have got hold of few mustang boards (cortex-a57). Ran a few bench marks to measure perf numbers b/w host and guest (kvm). The numbers 
are pretty bad. (drop of about 90% to that of host). I even tried running this simple program . 

main(){ 
int i=0; 

for(i=0;i<10;i++); 
} 
Profiling the above shows that same kernel functions in guest takes almost 10x to that of host. 
sample below 

Host 
==== 
7202              one-3920  [003] 20015.611563: funcgraph_entry:                   |              find_vma() { 
7203              one-3920  [003] 20015.611564: funcgraph_entry:        0.180 us   |                vmacache_find(); 
7204              one-3920  [003] 20015.611565: funcgraph_entry:        0.120 us   |                vmacache_update(); 
7205              one-3920  [003] 20015.611566: funcgraph_exit:         2.320 us   |              } 


Guest 
===== 

one-751   [000]   206.843300: funcgraph_entry:                   |              find_vma() { 
one-751   [000]   206.843312: funcgraph_entry:        4.880 us   |                vmacache_find(); 
one-751   [000]   206.843335: funcgraph_entry:        2.656 us   |                vmacache_update(); 
one-751   [000]   206.843354: funcgraph_exit:       + 46.256 us  |              } 


kernel: 3.18.9 

Any help ? Note: we were planning to use KVM guest for production purpose. Let me know. 

Regards 
Mohan

             reply	other threads:[~2015-04-20  5:45 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-20  5:45 Mohan G [this message]
2015-04-20  9:09 ` kvm vs host (arm64) Marc Zyngier
2015-04-20 10:39   ` Mohan G
2015-04-20 11:02     ` Marc Zyngier
2015-04-21  6:23       ` Mohan G
2015-04-21  8:29         ` Marc Zyngier
2015-04-21 13:29         ` Christopher Covington

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1967946020.115308.1429508745411.JavaMail.yahoo@mail.yahoo.com \
    --to=mohan_gg@yahoo.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).