Improvements
Dashboard campaign :
Change some Environmental impact parameters 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 a an environmental footprint assessment. You can now configure the network repartition (2g-3g, 4g-5g, fiber, xdl)
Code Block |
---|
networkdistributionnetworkoptions: 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 configure use new optional parameters for the server description configuration :
Code Block |
---|
serveroptions: serverlocations: serverparametersfrance: 20 # optional % server in France numberofservers: 1 [number of servers used by the service]world: 80 # % server in another part of the world (not in France) servertypes: complexserver: 70 # % complex server peakserverloadsimpleserver: 30 50# [% CPU maximum on servers] simple server # parameters: # optional # pue: 1.755 # [PUE Data Centeroptional - data center PUE, minimum 1.0] # datainput: # serverbandwidth: 43.42 [Gb/s server bandwidthoptional # 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
...