Class BenchmarkingLogMessages.INFO
java.lang.Object
de.cuioss.benchmarking.common.util.BenchmarkingLogMessages.INFO
- Enclosing class:
BenchmarkingLogMessages
INFO level messages for normal benchmark operations.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final de.cuioss.tools.logging.LogRecordMessage when API endpoints are generated.static final de.cuioss.tools.logging.LogRecordMessage when benchmark data is archived.static final de.cuioss.tools.logging.LogRecordMessage when all artifacts are generated.static final de.cuioss.tools.logging.LogRecordMessage when performance badge is generated.static final de.cuioss.tools.logging.LogRecordMessage when badges are generated.static final de.cuioss.tools.logging.LogRecordMessage when starting benchmark runner.static final de.cuioss.tools.logging.LogRecordMessage when starting benchmark runner with configuration details.static final de.cuioss.tools.logging.LogRecordMessage showing detected benchmark type.static final de.cuioss.tools.logging.LogRecordMessage when benchmarks complete successfully.static final de.cuioss.tools.logging.LogRecordMessage when benchmarks complete with artifact location.static final de.cuioss.tools.logging.LogRecordMessage when collecting Prometheus metrics for benchmark.static final de.cuioss.tools.logging.LogRecordMessage when collecting real-time metrics from Prometheus.static final de.cuioss.tools.logging.LogRecordMessage when collecting real-time metrics for benchmark with time range.static final de.cuioss.tools.logging.LogRecordMessage when collecting real-time metrics for WRK benchmark.static final de.cuioss.tools.logging.LogRecordMessage when copying Prometheus metrics.static final de.cuioss.tools.logging.LogRecordMessage when copying support files.static final de.cuioss.tools.logging.LogRecordMessage when data file is generated.static final de.cuioss.tools.logging.LogRecordMessage showing deploy directory.static final de.cuioss.tools.logging.LogRecordMessage when detailed page is generated.static final de.cuioss.tools.logging.LogRecordMessage when generating API endpoints.static final de.cuioss.tools.logging.LogRecordMessage when generating performance badges.static final de.cuioss.tools.logging.LogRecordMessage when generating badges (unified).static final de.cuioss.tools.logging.LogRecordMessage when generating data file.static final de.cuioss.tools.logging.LogRecordMessage when generating GitHub Pages structure.static final de.cuioss.tools.logging.LogRecordMessage when generating HTML files.static final de.cuioss.tools.logging.LogRecordMessage when generating index page.static final de.cuioss.tools.logging.LogRecordMessage when generating metrics.static final de.cuioss.tools.logging.LogRecordMessage when generating metrics JSON.static final de.cuioss.tools.logging.LogRecordMessage when generating HTML reports.static final de.cuioss.tools.logging.LogRecordMessage when generating trends page.static final de.cuioss.tools.logging.LogRecordMessage when GitHub Pages is ready.static final de.cuioss.tools.logging.LogRecordMessage when history directory not found.static final de.cuioss.tools.logging.LogRecordMessage when HTML files are generated.static final de.cuioss.tools.logging.LogRecordMessage when HTTP client is created.static final de.cuioss.tools.logging.LogRecordMessage when index page is generated.static final de.cuioss.tools.logging.LogRecordMessage when individual metric files are generated.static final de.cuioss.tools.logging.LogRecordMessage when iteration windows are parsed from timestamp file.static final de.cuioss.tools.logging.LogRecordMessage when JFR benchmark completed.static final de.cuioss.tools.logging.LogRecordMessage when JFR instrumented benchmarks start.static final de.cuioss.tools.logging.LogRecordMessage when JFR recording will be saved.static final de.cuioss.tools.logging.LogRecordMessage showing how to run variance analysis.static final de.cuioss.tools.logging.LogRecordMessage when JMH result file is copied to data directory.static final de.cuioss.tools.logging.LogRecordMessage when JWT validation micro benchmarks start with key cache initialized.static final de.cuioss.tools.logging.LogRecordMessage when key cache is initialized.static final de.cuioss.tools.logging.LogRecordMessage when RSA key pre-generation completes.static final de.cuioss.tools.logging.LogRecordMessage when RSA key pre-generation starts.static final de.cuioss.tools.logging.LogRecordMessage when metrics file is generated.static final de.cuioss.tools.logging.LogRecordMessage when GitHub Pages is being prepared.static final de.cuioss.tools.logging.LogRecordMessage when processing benchmark results.static final de.cuioss.tools.logging.LogRecordMessage when processing results starts.static final de.cuioss.tools.logging.LogRecordMessage when Prometheus connectivity advice is given.static final de.cuioss.tools.logging.LogRecordMessage when Prometheus metrics collection is disabled.static final de.cuioss.tools.logging.LogRecordMessage when Prometheus metrics collection is enabled.static final de.cuioss.tools.logging.LogRecordMessage when Prometheus metrics are copied.static final de.cuioss.tools.logging.LogRecordMessage when Prometheus metrics are saved.static final de.cuioss.tools.logging.LogRecordMessage when Quarkus JWT integration benchmarks start.static final de.cuioss.tools.logging.LogRecordMessage when real-time metrics are exported.static final de.cuioss.tools.logging.LogRecordMessage when old history file is removed.static final de.cuioss.tools.logging.LogRecordMessage when results are available.static final de.cuioss.tools.logging.LogRecordMessage showing source directory.static final de.cuioss.tools.logging.LogRecordMessage when summary file is generated.static final de.cuioss.tools.logging.LogRecordMessage when support files are copied.static final de.cuioss.tools.logging.LogRecordMessage when trends page is generated.static final de.cuioss.tools.logging.LogRecordMessage when unified report generation completes.static final de.cuioss.tools.logging.LogRecordMessage when unified report generation starts.static final de.cuioss.tools.logging.LogRecordMessage when using external history directory.static final de.cuioss.tools.logging.LogRecordMessage when using HTTP/1.1.static final de.cuioss.tools.logging.LogRecordMessage when using HTTP/2.static final de.cuioss.tools.logging.LogRecordMessage when using precise timestamps for benchmark.static final de.cuioss.tools.logging.LogRecordMessage when using session timestamps for benchmark.static final de.cuioss.tools.logging.LogRecordMessage when writing benchmark summary.static final de.cuioss.tools.logging.LogRecordMessage when writing benchmark summary.static final de.cuioss.tools.logging.LogRecordMessage when starting to process WRK results. -
Method Summary
-
Field Details
-
BENCHMARK_RUNNER_STARTING
Message when starting benchmark runner. -
BENCHMARKS_COMPLETED
Message when benchmarks complete successfully. -
ARTIFACTS_GENERATED
Message when all artifacts are generated. -
PROCESSING_RESULTS
Message when processing benchmark results. -
BENCHMARK_TYPE_DETECTED
Message showing detected benchmark type. -
GENERATING_BADGES
Message when generating performance badges. -
GENERATING_METRICS
Message when generating metrics. -
GENERATING_REPORTS
Message when generating HTML reports. -
GENERATING_GITHUB_PAGES
Message when generating GitHub Pages structure. -
WRITING_SUMMARY
Message when writing benchmark summary. -
GENERATING_METRICS_JSON
Message when generating metrics JSON. -
METRICS_FILE_GENERATED
Message when metrics file is generated. -
INDIVIDUAL_METRICS_GENERATED
Message when individual metric files are generated. -
BADGE_GENERATED
Message when performance badge is generated. -
PREPARING_GITHUB_PAGES
Message when GitHub Pages is being prepared. -
SOURCE_DIRECTORY
Message showing source directory. -
DEPLOY_DIRECTORY
Message showing deploy directory. -
GITHUB_PAGES_READY
Message when GitHub Pages is ready. -
GENERATING_INDEX_PAGE
Message when generating index page. -
INDEX_PAGE_GENERATED
Message when index page is generated. -
GENERATING_TRENDS_PAGE
Message when generating trends page. -
TRENDS_PAGE_GENERATED
Message when trends page is generated. -
DETAILED_PAGE_GENERATED
Message when detailed page is generated. -
WRITING_BENCHMARK_SUMMARY
Message when writing benchmark summary. -
SUMMARY_FILE_GENERATED
Message when summary file is generated. -
JMH_RESULT_COPIED
Message when JMH result file is copied to data directory. -
JWT_BENCHMARKS_STARTING
Message when JWT validation micro benchmarks start with key cache initialized. -
KEY_PREGENERATION_STARTING
Message when RSA key pre-generation starts. -
KEY_PREGENERATION_COMPLETED
Message when RSA key pre-generation completes. -
UNIFIED_REPORT_GENERATION_START
Message when unified report generation starts. -
UNIFIED_REPORT_GENERATION_COMPLETE
Message when unified report generation completes. -
GENERATING_DATA_FILE
Message when generating data file. -
DATA_FILE_GENERATED
Message when data file is generated. -
GENERATING_HTML_FILES
Message when generating HTML files. -
HTML_FILES_GENERATED
Message when HTML files are generated. -
GENERATING_BADGES_UNIFIED
Message when generating badges (unified). -
BADGES_GENERATED
Message when badges are generated. -
GENERATING_API_ENDPOINTS
Message when generating API endpoints. -
API_ENDPOINTS_GENERATED
Message when API endpoints are generated. -
COPYING_PROMETHEUS_METRICS
Message when copying Prometheus metrics. -
PROMETHEUS_METRICS_COPIED
Message when Prometheus metrics are copied. -
COPYING_SUPPORT_FILES
Message when copying support files. -
SUPPORT_FILES_COPIED
Message when support files are copied. -
KEY_CACHE_INITIALIZED
Message when key cache is initialized. -
QUARKUS_BENCHMARKS_STARTING
Message when Quarkus JWT integration benchmarks start. -
PROCESSING_RESULTS_STARTING
Message when processing results starts. -
RESULTS_AVAILABLE
Message when results are available. -
WRK_PROCESSING_START
Message when starting to process WRK results. -
JFR_BENCHMARKS_STARTING
Message when JFR instrumented benchmarks start. -
JFR_RECORDING_PATH
Message when JFR recording will be saved. -
JFR_BENCHMARK_COMPLETED
Message when JFR benchmark completed. -
JFR_VARIANCE_COMMAND
Message showing how to run variance analysis. -
ITERATION_WINDOWS_PARSED
Message when iteration windows are parsed from timestamp file. -
USING_PRECISE_TIMESTAMPS
Message when using precise timestamps for benchmark. -
BENCHMARK_RUNNER_STARTING_WITH_DETAILS
Message when starting benchmark runner with configuration details. -
BENCHMARKS_COMPLETED_WITH_ARTIFACTS
Message when benchmarks complete with artifact location. -
PROMETHEUS_ENABLED
Message when Prometheus metrics collection is enabled. -
PROMETHEUS_DISABLED
Message when Prometheus metrics collection is disabled. -
COLLECTING_PROMETHEUS_METRICS
Message when collecting real-time metrics from Prometheus. -
COLLECTING_WRK_PROMETHEUS_METRICS
Message when collecting real-time metrics for WRK benchmark. -
PROMETHEUS_METRICS_SAVED
Message when Prometheus metrics are saved. -
USING_SESSION_TIMESTAMPS
Message when using session timestamps for benchmark. -
COLLECTING_BENCHMARK_METRICS
Message when collecting Prometheus metrics for benchmark. -
COLLECTING_REALTIME_METRICS
Message when collecting real-time metrics for benchmark with time range. -
REALTIME_METRICS_EXPORTED
Message when real-time metrics are exported. -
HTTP_CLIENT_CREATED
Message when HTTP client is created. -
USING_HTTP_1_1
Message when using HTTP/1.1. -
USING_HTTP_2
Message when using HTTP/2. -
PROMETHEUS_CONNECTIVITY_ADVICE
Message when Prometheus connectivity advice is given. -
USING_EXTERNAL_HISTORY_DIR
Message when using external history directory. -
HISTORY_DIR_NOT_FOUND
Message when history directory not found. -
ARCHIVED_BENCHMARK_DATA
Message when benchmark data is archived. -
REMOVED_HISTORY_FILE
Message when old history file is removed.
-