Removed environment output
This commit is contained in:
parent
ad459668db
commit
820d3248ca
1 changed files with 0 additions and 4 deletions
|
@ -40,10 +40,6 @@ var server = http.createServer(function (req, res) {
|
|||
res.write('OS CPU count: ' + os.cpus().length + '\n');
|
||||
res.write('OS CPU model: ' + os.cpus()[0].model + '\n');
|
||||
res.write('OS CPU speed: ' + os.cpus()[0].speed + 'mhz\n');
|
||||
res.write('\n');
|
||||
process.env
|
||||
res.write('Environment:\n');
|
||||
res.write(util.inspect(process.env, null) + '\n');
|
||||
res.end('\n');
|
||||
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue