Skip to content

Commit

Permalink
Correct explanations about a unit of throttle rate
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamrin007 committed Nov 10, 2023
1 parent 1404de2 commit 0d463e3
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions docset/winserver2012-ps/netqos/New-NetQosPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down Expand Up @@ -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
```
Expand All @@ -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

Expand Down
6 changes: 3 additions & 3 deletions docset/winserver2012r2-ps/netqos/New-NetQosPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down Expand Up @@ -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
```
Expand All @@ -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

Expand Down
6 changes: 3 additions & 3 deletions docset/winserver2016-ps/netqos/New-NetQosPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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
```
Expand All @@ -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

Expand Down
6 changes: 3 additions & 3 deletions docset/winserver2019-ps/netqos/New-NetQosPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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
```
Expand All @@ -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

Expand Down
6 changes: 3 additions & 3 deletions docset/winserver2022-ps/netqos/New-NetQosPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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
```
Expand All @@ -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

Expand Down

0 comments on commit 0d463e3

Please sign in to comment.