README
上传用户:sy_wanhua
上传日期:2013-07-25
资源大小:3048k
文件大小:2k
源码类别:

流媒体/Mpeg4/MP4

开发平台:

C/C++

  1. For information about licensing, please see the LICENSE file in this
  2. directory, or http://www.vovida.org/license.html .
  3. This directory contains scripts to:
  4. genFeatures.pl - generate feature cpl files 
  5. genUsers.pl    - generate user account xml files
  6. ranLoadGen.pl  - perl driver of start-uaxterms srcipt,
  7.                  it randomly selects a pair of call ids given a
  8.                  range, and fix up the ua.cfg files in the call
  9.                  and rec directories respectively, then start
  10.                  up ua for x (user provided parameters) times,
  11.                  then repeat the select user ids, fix up cfg
  12.                  files and run ua's again.
  13. Generate users:
  14. --------------
  15.    This script will generate a large number of users and put them in
  16. the correct directories within the provisioning data. It starts at
  17. the specified start user # and increments from there.
  18.  ../vocal/tools/ldgen/genPutUsers.pl
  19.  usage:  ./genPutUsers.pl <start user #> <number of users>
  20. The script relies upon a c++ executable called PutMultipleFiles.
  21. In order to use this you will need to do the following:
  22.   ../vocal/provisioning/conversion/make
  23. Then copy the resulting executable into the directory where you
  24. want to run genPutUsers.
  25.   Need to create a file called 'tplate' which is an xml file that
  26. will be used as the template for the generated users. It is best
  27. to generate a valid one via the GUI and then copy the file over.
  28. Note: You may want to modify genPutUsers.pl if your provisioning data
  29. is not in: /usr/local/vocal/provisioning_data
  30. Once you have the users generated you can begin registering them.