Global

Methods

findValue(obj, searchKey) → {Object}

Handle finding values in an object
Parameters:
Name Type Description
obj Object The object to search
searchKey string The key to search for
Source:
Returns:
- The value of the key
Type
Object

sortNodesBySystemLoad(nodes) → {Object}

Sort nodes by system load
Parameters:
Name Type Description
nodes Object The nodes to sort
Source:
Returns:
- Nodes sorted by system load
Type
Object