readme

来自「这是广泛使用的通信开源项目,对于大容量,高并发的通讯要求完全能够胜任,他广泛可用」· 代码 · 共 37 行

TXT
37
字号
# README,v 1.1 2003/06/19 02:47:36 pradeep Exp

Number of Paths vs Throughput of High Priority Path with period = 10ms
and Load = 30
=======================================================================

In this experiment we have 1 high priority path and several low
priority paths sending events over the Notification Service.

We increase the number of low priority paths as 1, 5, 10 and 20 and
measure the throughput.

Running the experiment:
======================

Run the "run_all.pl" script in this directory to run the test using RT-Notification.
as "run_all.pl --rt"

If you want to generate results using the CosNotification, run as
"run_all.pl --cos"

To generate the data for both cases run as "run_all.pl --all"

The RT-Notification results are generated in the Paths_X/rt_output directory.
The CosNotification results are generated in the Paths_X/cos_output directory.

e.g., Paths_5/rt_output/c_oth_1.dat would contain the statistics
recorded for consumer #1 of the set of 5 paths.


Expected Results:
================

For RT-Notification: The Throughput of the high priority task should remain at 100Hz. while
the remaining paths should share the remainder of the capacity.

For CosNotification: The throughput of *all* the paths is shared.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?