vmware / weathervane

Virtual-Infrastructure and Cloud Performance Benchmark
Other
153 stars 39 forks source link

Include more console output in console.log #60

Closed RebeccaYo closed 5 years ago

RebeccaYo commented 6 years ago

The console output from weathervane includes the weathervane version, command-line parameters, a description of the application topology and other items:

Fri May 11 18:29:39 2018: Weathervane Version 1.0.21 Fri May 11 18:29:39 2018: Command-line parameters: Fri May 11 18:29:39 2018: reloadDb: 1 Fri May 11 18:29:39 2018: configFile: ... Fri May 11 18:29:39 2018: Run Configuration has 1 workloads. Fri May 11 18:29:39 2018: Workload 1 has 16 workload-driver nodes Fri May 11 18:29:39 2018: Workload 1 has 1 application instances. Fri May 11 18:29:39 2018: Workload 1, Application Instance 1 configuration: Fri May 11 18:29:39 2018: 1 ConfigurationManagers Fri May 11 18:29:39 2018: 0 ElasticityServices Fri May 11 18:29:39 2018: 1 CoordinationServers Fri May 11 18:29:39 2018: 0 LbServers Fri May 11 18:29:39 2018: 2 WebServers Fri May 11 18:29:39 2018: 1 DbServers Fri May 11 18:29:39 2018: 1 NosqlServers Fri May 11 18:29:39 2018: 0 FileServers Fri May 11 18:29:39 2018: 1 MsgServers Fri May 11 18:29:39 2018: 6 AppServers Fri May 11 18:29:39 2018: maxDuration = 7200

This doesn't get included in console.log, which starts at the line "Stopping running services". This is all useful information and should be included in console.log.

RebeccaYo commented 5 years ago

This has been fixed.