From 0d463e3736f34405d361c78261ffaa8dbd120092 Mon Sep 17 00:00:00 2001 From: Shun Tamura Date: Fri, 10 Nov 2023 14:27:24 +0900 Subject: [PATCH] Correct explanations about a unit of throttle rate --- docset/winserver2012-ps/netqos/New-NetQosPolicy.md | 6 +++--- docset/winserver2012r2-ps/netqos/New-NetQosPolicy.md | 6 +++--- docset/winserver2016-ps/netqos/New-NetQosPolicy.md | 6 +++--- docset/winserver2019-ps/netqos/New-NetQosPolicy.md | 6 +++--- docset/winserver2022-ps/netqos/New-NetQosPolicy.md | 6 +++--- 5 files changed, 15 insertions(+), 15 deletions(-) diff --git a/docset/winserver2012-ps/netqos/New-NetQosPolicy.md b/docset/winserver2012-ps/netqos/New-NetQosPolicy.md index 816db3e83b..848bc4e120 100644 --- a/docset/winserver2012-ps/netqos/New-NetQosPolicy.md +++ b/docset/winserver2012-ps/netqos/New-NetQosPolicy.md @@ -140,7 +140,7 @@ AppPathName : ftp.exe ThrottleRate : 1.049 MBits/sec ``` -This example creates a QoS policy named FTP, that matches an application path at ftp.exe and throttles the traffic at 1,000,000 bytes per second. +This example creates a QoS policy named FTP, that matches an application path at ftp.exe and throttles the traffic at 1 MBits per second. This policy is ActiveStore, meaning that it is not persistent after reboot of the computer. An alias for the **ThrottleRateActionBytesPerSecond** parameter is `MaxBw`. @@ -172,7 +172,7 @@ IPPort : 80 ThrottleRate : 10.486 MBits/sec ``` -This example creates a QoS policy that matches TCP traffic sent to port 80 and rate-limits it at 10,000,000 bytes per second. +This example creates a QoS policy that matches TCP traffic sent to port 80 and rate-limits it at 10 MBits per second. ### EXAMPLE 5 ``` @@ -199,7 +199,7 @@ URIRecursive : False ThrottleRate : 516.096 KBits/sec ``` -This example 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 500,000 bytes per second. +This example 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 500 KBits per second. ## PARAMETERS diff --git a/docset/winserver2012r2-ps/netqos/New-NetQosPolicy.md b/docset/winserver2012r2-ps/netqos/New-NetQosPolicy.md index 0a7fc945ce..5e5bda4b13 100644 --- a/docset/winserver2012r2-ps/netqos/New-NetQosPolicy.md +++ b/docset/winserver2012r2-ps/netqos/New-NetQosPolicy.md @@ -151,7 +151,7 @@ AppPathName : ftp.exe ThrottleRate : 1.049 MBits/sec ``` -This example creates a QoS policy named FTP, that matches an application path at ftp.exe and throttles the traffic at 1,000,000 bytes per second. +This example creates a QoS policy named FTP, that matches an application path at ftp.exe and throttles the traffic at 1 MBits per second. This policy is ActiveStore, meaning that it is not persistent after reboot of the computer. An alias for the **ThrottleRateActionBytesPerSecond** parameter is `MaxBw`. @@ -183,7 +183,7 @@ IPPort : 80 ThrottleRate : 10.486 MBits/sec ``` -This example creates a QoS policy that matches TCP traffic sent to port 80 and rate-limits it at 10,000,000 bytes per second. +This example creates a QoS policy that matches TCP traffic sent to port 80 and rate-limits it at 10 MBits per second. ### EXAMPLE 5 ``` @@ -210,7 +210,7 @@ URIRecursive : False ThrottleRate : 516.096 KBits/sec ``` -This example 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 500,000 bytes per second. +This example 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 500 KBits per second. ## PARAMETERS diff --git a/docset/winserver2016-ps/netqos/New-NetQosPolicy.md b/docset/winserver2016-ps/netqos/New-NetQosPolicy.md index 543460a377..b0ae94752d 100644 --- a/docset/winserver2016-ps/netqos/New-NetQosPolicy.md +++ b/docset/winserver2016-ps/netqos/New-NetQosPolicy.md @@ -152,7 +152,7 @@ AppPathName : ftp.exe 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. +This command creates a QoS policy named FTP, that matches an application path at ftp.exe and throttles the traffic at 1 MBits per second. This policy is ActiveStore. This means that it is not persistent after restart of the computer. @@ -183,7 +183,7 @@ IPPort : 80 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. +This command creates a QoS policy that matches TCP traffic sent to port 80 and rate-limits it at 10 MBits per second. ### Example 5: Create a default QoS policy ``` @@ -210,7 +210,7 @@ URIRecursive : False 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. +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 516.096 KBits per second. ## PARAMETERS diff --git a/docset/winserver2019-ps/netqos/New-NetQosPolicy.md b/docset/winserver2019-ps/netqos/New-NetQosPolicy.md index a9114ce1a9..daa2fa7190 100644 --- a/docset/winserver2019-ps/netqos/New-NetQosPolicy.md +++ b/docset/winserver2019-ps/netqos/New-NetQosPolicy.md @@ -152,7 +152,7 @@ AppPathName : ftp.exe 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. +This command creates a QoS policy named FTP that matches an application path at ftp.exe and throttles the traffic at 1.049 MBits per second. This policy is ActiveStore. This means that it is not persistent after restart of the computer. @@ -183,7 +183,7 @@ IPPort : 80 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. +This command creates a QoS policy that matches TCP traffic sent to port 80 and rate-limits it at 10.486 MBits per second. ### Example 5: Create a default QoS policy ``` @@ -210,7 +210,7 @@ URIRecursive : False 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. +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 516.096 KBits per second. ## PARAMETERS diff --git a/docset/winserver2022-ps/netqos/New-NetQosPolicy.md b/docset/winserver2022-ps/netqos/New-NetQosPolicy.md index d5dfd20081..18c526509f 100644 --- a/docset/winserver2022-ps/netqos/New-NetQosPolicy.md +++ b/docset/winserver2022-ps/netqos/New-NetQosPolicy.md @@ -152,7 +152,7 @@ AppPathName : ftp.exe 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. +This command creates a QoS policy named FTP that matches an application path at ftp.exe and throttles the traffic at 1.049 MBits per second. This policy is ActiveStore. This means that it is not persistent after restart of the computer. @@ -183,7 +183,7 @@ IPPort : 80 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. +This command creates a QoS policy that matches TCP traffic sent to port 80 and rate-limits it at 10.486 MBits per second. ### Example 5: Create a default QoS policy ``` @@ -210,7 +210,7 @@ URIRecursive : False 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. +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 516.096 KBits per second. ## PARAMETERS