From 63b3d659e8f5eb750a9676d30170cd36b80f8edd Mon Sep 17 00:00:00 2001 From: VARADHARAJAN K <3296790+RAJU2529@users.noreply.github.com> Date: Tue, 20 Jul 2021 19:07:04 +0530 Subject: [PATCH] corrected data units as per user report #2535, so i corrected data units, i conformed after checking on PowerShell commands. also taken suggestion @dariomws in PR #2539 . --- docset/winserver2016-ps/netqos/New-NetQosPolicy.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docset/winserver2016-ps/netqos/New-NetQosPolicy.md b/docset/winserver2016-ps/netqos/New-NetQosPolicy.md index 081a71356c..cff5442e0d 100644 --- a/docset/winserver2016-ps/netqos/New-NetQosPolicy.md +++ b/docset/winserver2016-ps/netqos/New-NetQosPolicy.md @@ -149,7 +149,7 @@ Owner : PowerShell / WMI NetworkProfile : All Precedence : 127 AppPathName : ftp.exe -ThrottleRate : 1 MBytes/sec +ThrottleRate : 1.049 MBits/sec ``` This command creates a QoS policy named FTP that matches an application path at ftp.exe and throttles the traffic at 8,000,000 bits per second. @@ -180,7 +180,7 @@ NetworkProfile : All Precedence : 127 IPProtocol : TCP IPPort : 80 -ThrottleRate : 10 MBytes/sec +ThrottleRate : 10.486 MBits/sec ``` This command creates a QoS policy that matches TCP traffic sent to port 80 and rate-limits it at 80,000,000 bits per second. @@ -207,7 +207,7 @@ NetworkProfile : Domain Precedence : 127 URI : http://training/ URIRecursive : False -ThrottleRate : 500 KBytes/sec +ThrottleRate : 516.096 KBits/sec ``` This command creates a QoS policy named IIS that matches return traffic from an HTTP server application with the specified URI and rate limit the return traffic at 4,000,000 bits per second.