...
Dashboard campaign :
Change some Environmental environmental impact parameters parameter names in definition.yml.
userdistributions
,networkdistributions
andserverdistributions
are respectively transformed intouseroptions
,networkoptions
andserveroptions
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)
Code Block |
---|
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 parameters settings for the server configuration (PUE and reqnetwork) :
Code Block |
---|
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 :
...