zoukankan      html  css  js  c++  java
  • KVM Best practice

    使用block设备来避免额外的software layers。

    Best practices: Asynchronous I/O model for KVM guests
    尽管KVM supports thread pools for handling asynchronous I/O operations,
    can also take advantage of the Kernel Asynchronous I/O (AIO) support for Linux.
    by specifying aio=native in the qemu-kvm command.

    Best practice: x2APIC support for Red Hat Enterprise Linux 6 guests.

    Best practice: NFS remote storage

    Best practice: Device-backed and file-backed virtual storage

    Best practice: I/O schedulers
    Best practice: Optimize block I/O performance by using the Deadline I/O scheduler

     Virtio and vhost_net
    vhost_net 把部分Virtio驱动从用户态移到kernel

    Device Assignment and SR-IOV

    6.3. Caching Cache=none
    6.4. I/O Mode IO=native
    6.5.2. Multi-Queue virtio-scsi















     

  • 相关阅读:
    String 方法
    异常处理
    数组长度改变方法
    对象
    重载(函数)
    函数
    java基础(死循环退出选项)
    cookie的封装,获取,删除
    事件监听的理解
    JS少数兼容
  • 原文地址:https://www.cnblogs.com/allcloud/p/5625306.html
Copyright © 2011-2022 走看看