Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Improvements

Dashboard campaign :

  • Change some environmental impact parameter names in definition.yml. userdistributions, networkdistributions and serverdistributions are respectively transformed intouseroptions, networkoptions and serveroptions

  • The dashboard calls a new version of the Impact API to generate an environmental footprint assessment. You can now configure the network repartition (2g-3g, 4g-5g, fiber, xdl)

environmentalinput:
  networkoptions:
    networklocations:
      france: 50 # % users in france
      world: 50 # % users in another part of the world (not in France)
    networktypes:
      gsm2g3g: 25 # % users in 2G/3G
      gsm4g5g: 25 # % users in 4G/5G
      wiredfibre: 25 # % users in fiber
      wiredxdsl: 25 # % users in adsl/xdsl

You can also use new optional settings for the server configuration (PUE and reqnetwork) :

environmentalinput:
  serveroptions:
    serverlocations:
      france: 20 # % server in France
      world: 80 # % server in another part of the world (not in France)
    servertypes:
      complexserver: 70 # % complex server
      simpleserver: 30 # % simple server
    # parameters: # optional
    #   pue: 1.5 # [optional - data center PUE, minimum 1.0]
    # datainput: # optional
    #   reqnetwork: 200 # [optional - number of http requests. (if non specified, it is deducted from the number of data exchanged on network during the scenario]
  • Standardizes logs (adding timestamp on each line, translating all logs in English)

  • Improves logs by removing error on Windows and Mac OS when trying to automatically open the HTML report on a new tab of your browser and trying to generate PDF report. These features are only available on Linux

  • Improves logs error when definition.yml format is not correct

Fixed bugs

Dashboard campaign :

  • Fixes truncated step names on charts when the report is built with Windows environment by applying a default font available for all Windows.

  • No labels