Details
-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
None
-
None
-
3
-
13154
Description
In section 25.6, Collecting Application Profiling Information, command 4 in the example at the end of the section:
sh gather_stats_everywhere.sh config.sh analyse log_tarball.tgz csv
does not work. The "csv" at the end is not needed and will make the script abort. The line should read
sh gather_stats_everywhere.sh config.sh analyse log_tarball.tgz
Also, we should mention that all script and config files are in /usr/bin.