Skip to content

WIP: Add --stats switch

Avinash Sonawane requested to merge tmp-rootkea-stats into master

Right now I have modeled --stats as a boolean switch. Show all the stats or nothing at all. Instead we can also model --stats as an argument accepting comma-separated list of statistical parameters of interest. It depends on how we want --stats to be. For the later case I really need to think some short English words to capture statistical parameters e.g. dns lookup. So how is it going to be?

Also as -s is not assigned yet I assigned it to --stats as a shorthand for now.

Next task:

  • calculate dns lookup

BTW, how does this "branch-at-upstream" workflow suppose to work? Create merge request every time I push bunch of commits and implement a tiny functionality? Or create a separate branch each time at upstream along the lines of tmp-rootkea-<feature>?

Edited by Avinash Sonawane

Merge request reports