Analizo::Command::metrics_batch(3pm) User Contributed Perl Documentation Analizo::Command::metrics_batch(3pm)

analizo-metrics-batch - processes several source code directories in batch

  analizo metrics-batch [OPTIONS] [<input> [<input> ...]]

Processes several source code directories in batch running analizo metrics for each and optionally consolidating the results in a single data file.

analizo metrics-batch is useful when you want to analyze several projects at once, or several different versions of the same project. You pass a list of directories in the command line and each one will be analyzed as a separate project. If no directories are passed in the command line, all of the subdirectories of the current directory will be analized.

For example, suppose you want to process 5 consecutive releases of myproject, from version 0.1.0 to 0.5.0.

analizo metrics-batch is part of the analizo suite.

Activates support for parallel processing, using N concurrent worker processes. Usually you will want N to be less than or equal to the number of CPUs in your machine.

Note that analizo metrics extraction is a CPU-intensive process, so setting N as the exactly number of CPUs you have may bring your machine to an unusable state.

Write output to <file>. Default is to write to metrics.csv. That file can then be opened in data analysis programs.
Suppresses messages to standard output.

See analizo(1).

2022-10-15 perl v5.36.0