rmtoo-art-reqs-history-cnt

NAME
DESCRIPTION
CONFIGURATION
POSTPROCESSING
SEE ALSO
AUTHOR
COPYRIGHT

NAME

rmtoo-art-reqs-history-cnt - requirements management tool: requirement history count

DESCRIPTION

The rmtoo requirement management tool is able to store the requirements in a version control system. Therefore it is possible to access the whole history of requirements evolution.

One simple application of this is to extract the number of requirements during complete history of the project.

With the help of the requirements history count module it is possible to visualize the evolution of the requirements count.

CONFIGURATION

The configuration for this output module goes (as all other output module’s configuration) in the output section of the configuration.

The key must be stats_reqs_cnt. This must be followed by a map containing one entry:

output_filename The filename where the output is written to.

Example

"stats_reqs_cnt": [
{
"output_filename": "artifacts/stats_reqs_cnt.csv"
}
]

POSTPROCESSING

The resulting file is a tabulator separated file. The first entry is the point of time, the second the number of requirements. Example line: 2010-10-06_08:29:14 158

The doc directory contains an example file how to use the output and how to use gnuplot to convert the input file to a graph.

SEE ALSO

rmtoo(7) - overview of rmtoo including all references to available documentation.

AUTHOR

Written by Andreas Florath (rmtoo@florath.net)

COPYRIGHT

Copyright © 2010-2011 by flonatel (rmtoo@florath.net). License GPLv3+: GNU GPL version 3 or later