* Add BSD license

This commit is contained in:
Bryan Ashby 2015-10-19 10:50:35 -06:00
parent 549fba6b34
commit a6f15c2dfc
3 changed files with 29 additions and 0 deletions

View file

@ -99,6 +99,7 @@ function getPredefinedMCIValue(client, code) {
},
// :TODO: cpu load average (over N seconds): http://stackoverflow.com/questions/9565912/convert-the-output-of-os-cpus-in-node-js-to-percentage
// :TODO: Node version/info
AN : function activeNodes() { return clientConnections.getActiveConnections().toString(); },