Releases: CodyKank/node_search
Releases · CodyKank/node_search
v1.2.1: Edit module loading config in node_search.sh
v1.2.0: Fixed incorrect counting of free cores in host --details
Better handling of memory output from Xymon tool. Added capability to search the entire long queue and only count the hostgroups a user has access to through the usersets. -uf now displays hostgroups from the long queue and other queues, whereas before it would only search the long queue.
Memory Usage
All issues and bugs up to this point have been patched, specifically in 350ae55, ee3e567, and df774cc. Now a user has the ability to use node_search to accurately monitor memory usage, from not only the standpoint of total usage on a node, but the specific usage of all processes spawned from a user's job. UGE cannot see processes spawned from jobs so node_search picks up the slack allowing a user to track those processes through the --details flag.
v1.0.4
v1.0.3: Added --all capability. Cleaned up user's --details output.
The --all capability works now, going through and finding each node without duplication due to interconnection of hostgroups. The output of a user's --details is now less cluttered and more appealing. It displays all jobs running on nodes the specified user's jobs are running on. Also display's virtual memory. Slightly changed the amount of characters the screenwidth is when using --visual or -v, from 120 to 119 and only displaying 39 cores on a line instead of 40. This is done as when using split panes in Tmux it looked funky, so to have it line up better it uses one less core per line.