We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14579e9 commit adce0f1Copy full SHA for adce0f1
server.js
@@ -29,14 +29,15 @@ function getStatus()
29
var retVal = {}
30
31
retVal["success"] = true;
32
+ retVal["version"] = XRegExp.version;
33
retVal["__filename"] = __filename;
34
retVal["os.hostname"] = os.hostname();
35
retVal["os.type"] = os.type();
36
retVal["timestamp"] = new Date().getTime();
- //retVal["os.platform"] = os.platform();
37
- /*retVal["os.arch"] = os.arch();
+ retVal["os.platform"] = os.platform();
38
+ retVal["os.arch"] = os.arch();
39
retVal["os.release"] = os.release();
- retVal["os.uptime"] = os.uptime();
40
+ /*retVal["os.uptime"] = os.uptime();
41
retVal["os.loadavg"] = os.loadavg();
42
retVal["os.totalmem"] = os.totalmem();
43
retVal["os.freemem"] = os.freemem();
0 commit comments