Skip to content

Commit 7f7b0d5

Browse files
Merge pull request #259153 from bjqian/main
Clarify the group count in performance doc of Azure SignalR and Azure Web PubSub
2 parents f65fb6b + 4989059 commit 7f7b0d5

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

articles/azure-signalr/signalr-concept-performance.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ You can easily monitor your service in the Azure portal. From the **Metrics** pa
2626
The chart shows the computing pressure of your SignalR service. You can test your scenario and check this metric to decide whether to scale up. The latency inside SignalR service remains low if the Server Load is below 70%.
2727

2828
> [!NOTE]
29-
> If you are using unit 50 or unit 100 **and** your scenario is mainly sending to small groups (group size <100) or single connection, you need to check [sending to small group](#small-group) or [sending to connection](#send-to-connection) for reference. In those scenarios there is large routing cost which is not included in the Server Load.
29+
> If you are using unit 50 or unit 100 **and** your scenario is mainly sending to small groups (group size <20) or single connection, you need to check [sending to small group](#small-group) or [sending to connection](#send-to-connection) for reference. In those scenarios there is large routing cost which is not included in the Server Load.
3030
3131
## Term definitions
3232

@@ -323,6 +323,8 @@ Many client connections are calling the hub, so the app server number is also cr
323323

324324
> [!NOTE]
325325
> The client connection number, message size, message sending rate, routing cost, SKU tier, and CPU/memory of the app server affect the overall performance of **send to small group**.
326+
>
327+
> The group count, group member count listed in the table are **not hard limits**. These parameter values are selected to establish a stable benchmark scenario. For example, it is OK to assign each conneciton to a distinct group. Under this configuration, the performance is close to [send to connection](#send-to-connection).
326328
327329
##### Big group
328330

articles/azure-web-pubsub/concept-performance.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ In this guide, we'll introduce the factors that affect Web PubSub upstream appli
2323
It shows the computing pressure of your Azure Web PubSub service. You could test on your own scenario and check this metrics to decide whether to scale up. The latency inside Azure Web PubSub service would remain low if the Server Load is below 70%.
2424

2525
> [!NOTE]
26-
> If you are using unit 50 or unit 100 **and** your scenario is mainly sending to small groups (group size <100), you need to check [sending to small group](#small-group) for reference. In those scenarios there is large routing cost which is not included in the Server Load.
26+
> If you are using unit 50 or unit 100 **and** your scenario is mainly sending to small groups (group size <20), you need to check [sending to small group](#small-group) for reference. In those scenarios there is large routing cost which is not included in the Server Load.
2727
2828
Below are detailed concepts for evaluating performance.
2929
## Term definitions
@@ -145,6 +145,9 @@ The routing cost is significant for sending message to many small groups. Curren
145145
| Outbound messages per second | 4,000 | 8,000 | 20,000 | 40,000 | 80,000 | 150,000 | 150,000 |
146146
| Outbound bandwidth | **8 MBps** | **16 MBps** | **40 MBps** | **80 MBps** | **160 MBps** | **300 MBps** | **300 MBps** |
147147

148+
> [!NOTE]
149+
> The group count, group member count listed in the table are **not hard limits**. These parameter values are selected to establish a stable benchmark scenario.
150+
148151
### Triggering Cloud Event
149152
Service delivers client events to the upstream webhook using the [CloudEvents HTTP protocol](./reference-cloud-events.md).
150153

0 commit comments

Comments
 (0)