readme.tests

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

TESTS
45
字号
// README.tests,v 1.5 1998/12/09 19:52:31 levine Exp

Note: this file is in very rough version.  Updates are coming soon.

ORB/OS CPU processing Overhead Test
-----------------------
1. Execute the following command to obtain latency for CORBA requests:

   ./client -u 10000000 

NOTE:  This runs a copy of the server in the same process as the client
and executes 10,000,000 CORBA requests.  Take a note of the total latency (L1).

2. Execute the following command to obtain latency for collocated calls:

   ./client -u 10000000 -l

NOTE:  The total latency is L2.

The percentage of overhead is calculated in the following way:

% Overhead = ( (L1 - L2) / L1 ) * 100


Latency Test
------------------------
-- configuration:
  (1) su to root when running Solaris or LynxOS.
  (2) Make yourself an Administrator in Windows NT

on the server side:
   ./server -f ior -t 2 &
on the client side:
   ./client -f ior -t 2 -n 4000 -x

NOTE: run_same is a script that automates the running of the latency
tests.  This script output everything to a file.

Context Switch Test
-------------------
Use the same arguments as the latency test, and add "-c"

NOTE: For Windows NT use a tool like Microsoft Spy that is installed with 
MS Visual C++ to obtain the context switch data.

⌨️ 快捷键说明

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