Skip to content
Snippets Groups Projects
Commit 0c646bbf authored by Leo Gordon's avatar Leo Gordon
Browse files

cosmetic/bugfix: refer to load_resource_usage.pl in usage legend instead of...

cosmetic/bugfix: refer to load_resource_usage.pl in usage legend instead of lsf_report.pl that is no longer around
parent 1ba2f768
No related branches found
No related tags found
No related merge requests found
......@@ -718,10 +718,10 @@ sub useful_commands_legend {
" # At any moment during or after execution you can request a pipeline diagram in an image file (desired format is set via extension) :",
"\tgenerate_graph.pl -url $pipeline_url -out $pipeline_name.png",
'',
" # If you are running the pipeline on LSF, you can collect actual resource usage statistics :",
"\tlsf_report.pl -url $pipeline_url",
" # Depending on the Meadow the pipeline is running on, you may be able to collect actual resource usage statistics :",
"\tload_resource_usage.pl -url $pipeline_url",
'',
" # After having run lsf_report.pl, you can request a resource usage timeline in an image file (desired format is set via extension) :",
" # After having run load_resource_usage.pl, you can request a resource usage timeline in an image file (desired format is set via extension) :",
"\tgenerate_timeline.pl -url $pipeline_url -out timeline_$pipeline_name.png",
'',
" # Peek into your pipeline database with a database client (useful to have open while the pipeline is running) :",
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment