diff --git a/modules/Bio/EnsEMBL/Hive/PipeConfig/HiveGeneric_conf.pm b/modules/Bio/EnsEMBL/Hive/PipeConfig/HiveGeneric_conf.pm index ee3c9f8c62144682e3f16b4ca151838dff71ca0a..a25566317fffdab476153fe3e4f1ba7ac148083a 100644 --- a/modules/Bio/EnsEMBL/Hive/PipeConfig/HiveGeneric_conf.pm +++ b/modules/Bio/EnsEMBL/Hive/PipeConfig/HiveGeneric_conf.pm @@ -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) :",