Skip to content

Commit 5b8900f

Browse files
authored
corrected data units
as per user report MicrosoftDocs#2535, so i corrected data units, i conformed after checking on PowerShell commands. also taken suggestion @dariomws in PR MicrosoftDocs#2539 .
1 parent 97b292f commit 5b8900f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docset/winserver2022-ps/netqos/New-NetQosPolicy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ Owner : PowerShell / WMI
149149
NetworkProfile : All
150150
Precedence : 127
151151
AppPathName : ftp.exe
152-
ThrottleRate : 1 MBytes/sec
152+
ThrottleRate : 1.049 MBits/sec
153153
```
154154

155155
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
180180
Precedence : 127
181181
IPProtocol : TCP
182182
IPPort : 80
183-
ThrottleRate : 10 MBytes/sec
183+
ThrottleRate : 10.486 MBits/sec
184184
```
185185

186186
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
207207
Precedence : 127
208208
URI : http://training/
209209
URIRecursive : False
210-
ThrottleRate : 500 KBytes/sec
210+
ThrottleRate : 516.096 KBits/sec
211211
```
212212

213213
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.

0 commit comments

Comments
 (0)