Skip to content

Shell Scripts

Jim Hofman edited this page Jun 23, 2022 · 26 revisions

This page contains descriptions of shell scripts.

/opera_pge/.ci/scripts/util.sh

Contains utility scripts that may be used by various other shell scripts
###
_metrics_collection_start _
Begins collection of Docker Statistics and other operating system statistics for an executing Docker image.

metrics_collection_end <container_name>, <exit_code>

Completes the collection of statistics for an executing Docker image.

/opera_pge/.ci/scripts/run_metrics.sh (file name only) <data_dir> (full path)

Wraps a 'docker run' command with metrics_collection_start() and metrics_collection_end() function calls

Clone this wiki locally