stats Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/commit/9a26881e Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/tree/9a26881e Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/diff/9a26881e
Branch: refs/heads/master Commit: 9a26881e9d219a8db7919443202235c7757e0de1 Parents: 03f88e9 Author: Menaka Madushanka <[email protected]> Authored: Thu Jul 30 15:55:56 2015 +0530 Committer: Menaka Madushanka <[email protected]> Committed: Thu Jul 30 15:55:56 2015 +0530 ---------------------------------------------------------------------- taverna-language-commandline/README.md | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/blob/9a26881e/taverna-language-commandline/README.md ---------------------------------------------------------------------- diff --git a/taverna-language-commandline/README.md b/taverna-language-commandline/README.md index 0250575..335bda0 100644 --- a/taverna-language-commandline/README.md +++ b/taverna-language-commandline/README.md @@ -98,7 +98,8 @@ The tool has following functionalities. * Conversion * Inspection -* Validation and Viewing workflow statistics. +* Validation +* Viewing workflow statistics. ## Command line structure @@ -347,4 +348,23 @@ The report is more explained. Results were saved into log2.txt -### stats \ No newline at end of file +### stats + +A workflow contains several resources. + +* Processors +* Input ports +* Output ports +* Data links +* Control links + +The stats command gives a report of the resorces used in the workflow. + +Usage:- + + $tavlang stats [options] input_files + +Options:- + + * -l, â â log : Save results in a log file + * -v, â â verbose : verbose mode
