Skip to content

Read hpcc output file, choose interesting labels and extract their values to .csv

Notifications You must be signed in to change notification settings

PetrerW/hpccoutExtracter

Repository files navigation

hpccout Extracter

A set of simple Python scripts that simplify getting interesting data from HPC Challenge tests.

Tutorial

Configuration

A main config file is config.yaml. You can specify there input and output files:

Input

  • hpccout - a name of a file with output from hpccout or logs from the console; multiple hpcc runs are supported and read,
  • metrics - a name of a file with metrics whose values will be read and exported to .csv,

Output

  • extract_to - a name of a .csv file to which the metrics' values will be extracted. This may be an absolute path with the filename in your file system. Pay attention to the slashes as they may be different depending on the shell and OS.

Running

Simply type: python hpccoutExtracter.py. The output will be saved to specified file and directory.

About

Read hpcc output file, choose interesting labels and extract their values to .csv

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages