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

bugfix: now works on patched schema too

parent 800f19d5
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@ sub main {
$dbc->do (qq{
CREATE OR REPLACE VIEW lsf_usage AS
SELECT CONCAT(logic_name,'(',analysis_id,')') analysis,
CONCAT(rc.name,'(',resource_class_id,')') resource_class,
CONCAT(rc.name,'(',rc.resource_class_id,')') resource_class,
count(*) workers,
min(mem), avg(mem), max(mem),
min(swap), avg(swap), max(swap)
......
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