controller_cfg.xml 394 B

12345678910
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Sample controller parameters specification for HttpTools. -->
  3. <root>
  4. <controller-profile id="zipf">
  5. <serverPopularityDistribution type='zipf' n='' alpha='1.0' zeroBased='true' />
  6. </controller-profile>
  7. <controller-profile id="uniform">
  8. <serverPopularityDistribution type='uniform' beginning="0" end="" />
  9. </controller-profile>
  10. </root>