Skip to content

Commit 1aa3f40

Browse files
committed
fix visual for formula and table.
Signed-off-by: Tomoya.Fujita <[email protected]>
1 parent 3cdf2c8 commit 1aa3f40

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/content_filtering.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -97,12 +97,12 @@ struct cft {
9797

9898
`flag` means how many **readers** setup with filtering parameter `yes`. (means that receive will receive the message) `no filter` means in `normal topic` w/o content filtering. `improvement rate` means how much network traffic bytes to be saved compare to `no filter` mode, below is the formula:
9999

100-
$$improvement\_rate = \frac{no\_filter\_transfer\_rate - reader\_transfer\_rate}{no\_filter\_transfer\_rate}$$
100+
![formula](../img/content_filter/formula.png)
101101

102102
- Publication Frequency: 10Hz, Data Size: 1KByte, Count: 3000 times
103103

104104
| flags | cpu | memory | tx (Network load) | improvement |
105-
| -- | -- | -- | -- | -- | -- |
105+
| --- | --- | --- | --- | --- |
106106
| 1/10 'yes' | 0.40% | 0.2% | 11.49 KByte/s | 90% |
107107
| 2/10 'yes' | 0.46% | 0.2% | 22.9 KByte/s | 80% |
108108
| 3/10 'yes' | 0.48% | 0.2% | 34.28 KByte/s | 70% |

img/content_filter/formula.png

10.4 KB
Loading

0 commit comments

Comments
 (0)