Skip to content
View userand's full-sized avatar
🌴
On vacation
🌴
On vacation

Block or report userand

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. gistfile1.txt gistfile1.txt
    1
    const cluster = require('cluster');
    2
    const http = require('http');
    3
    const cupNums = require('os').cpus().length;
    4
    const process = require('process');  
    5