hello all,
i need to extract some stats from one particular node, belonging to many queues:
$ qstat -F
queue1@holopherne BIP 0/0/30 30.03 lx24-amd64
...
        hl:mem_used=21.019G
        hl:swap_used=33.395M
        hl:virtual_used=21.052G
        hl:cpu=93.700000
...
queue2@holopherne               BIP   0/0/30         30.03    lx24-amd64
...
        hl:mem_used=21.019G
        hl:swap_used=33.395M
        hl:virtual_used=21.052G
        hl:cpu=93.700000
etc...


what i need is approximatively the memory and cpu consumed by each queue (queue1, queue2, etc...) and i'm surprised because the values are the same!? I know that the values are huge than that. i know that i can extract values from accounting file, but i'm wondering if qstat can do the work?

thanks in advance for help,

gerard
_______________________________________________
users mailing list
[email protected]
https://gridengine.org/mailman/listinfo/users

Reply via email to