10servers_controller_cfg.xml 570 B

12345678910111213
  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. <controller-profile id="histogram">
  11. <serverPopularityDistribution type='histogram' bins="[(2,25);(2,50);(2,10);(2,5);(2,45)]" zeroBased='true' />
  12. </controller-profile>
  13. </root>