• Understanding RSC diagnostics
  • RSC and virtualization
  • Performance Tuning Guidelines for Windows Server 2012 April 12, 2013 Abstract




    Download 1.5 Mb.
    bet24/218
    Sana21.03.2017
    Hajmi1.5 Mb.
    #1065
    1   ...   20   21   22   23   24   25   26   27   ...   218

    Receive-Segment Coalescing (RSC)


    Receive Segment Coalescing (RSC) helps performance in Windows Server 2012 by reducing the number of IP headers that are processed for a given amount of received data. It should be used to help scale the performance of received data by grouping (or coalescing) the smaller packets into larger units. This approach can affect latency with benefits mostly seen in throughput gains. RSC is recommended to increase throughput for received heavy workloads. Consider deploying network adapters that support RSC. On these network adapters, ensure that RSC is on (this is the default setting), unless you have specific workloads (for example, low latency, low throughput networking) that show benefit from RSC being off.

    In Windows Server 2012, the following Windows PowerShell cmdlets allow you to configure RSC capable network adapters: Enable-NetAdapterRsc, Disable-NetRsc, Get-NetAdapterAdvancedProperty, and Set-NetAdapterAdvancedProperty.


    Understanding RSC diagnostics

    RSC can be diagnosed through the following cmdlets.

    PS C:\Users\Administrator> Get-NetAdapterRsc


    Name IPv4Enabled IPv6Enabled IPv4Operational IPv6Operational IPv4FailureReason IPv6Failure

    Reason


    ---- ----------- ----------- --------------- --------------- ----------------- ------------

    Ethernet True False True False NoFailure NicProperties


    The Get cmdlet shows whether RSC is enabled in the interface and if TCP enables RSC to be in operational state. The failure reason provides details about the failure to enable RSC on that interface.

    In the previous scenario, IPv4 RSC is supported and operational in the interface. To understand diagnostic failures, one can see the coalesced bytes or exceptions caused. This gives an indication of the coalescing issues.


    PS C:\Users\Administrator> $x = Get-NetAdapterStatistics “myAdapter”

    PS C:\Users\Administrator> $x.rscstatistics


    CoalescedBytes : 0

    CoalescedPackets : 0

    CoalescingEvents : 0

    CoalescingExceptions : 0


    RSC and virtualization

    RSC is only supported in the physical host when the host network adapter is not bound to the virtual switch. RSC is disabled by the operating system when host is bound to the virtual switch. Also, virtual machines do not get the benefit of RSC because virtual network adapters do not support RSC.

    RSC can be enabled for a virtual machine when SR-IOV is enabled. In this case, virtual functions will support RSC capability; hence, virtual machines will also get the benefit of RSC.




    Download 1.5 Mb.
    1   ...   20   21   22   23   24   25   26   27   ...   218




    Download 1.5 Mb.

    Bosh sahifa
    Aloqalar

        Bosh sahifa



    Performance Tuning Guidelines for Windows Server 2012 April 12, 2013 Abstract

    Download 1.5 Mb.