Authored by 陈峰

heapdump

... ... @@ -11,7 +11,7 @@ const config = require('./config/common');
// if (config.useOneapm) {
// require('oneapm');
// }
const heapdump = require('heapdump');
const express = require('express');
const path = require('path');
const bodyParser = require('body-parser');
... ...
... ... @@ -37,6 +37,7 @@
"express-session": "^1.14.1",
"global": "^4.3.2",
"happypack": "^3.1.0",
"heapdump": "^0.3.9",
"influxdb-winston": "^1.0.1",
"lodash": "^4.15.0",
"lodash-cli": "^4.17.4",
... ...
... ... @@ -4008,6 +4008,10 @@ header-case@^1.0.0:
no-case "^2.2.0"
upper-case "^1.1.3"
heapdump@^0.3.9:
version "0.3.9"
resolved "http://npm.yohops.com/heapdump/-/heapdump-0.3.9.tgz#03c74eb0df5d67be0982e83429ba9c9d2b3b7f78"
hmac-drbg@^1.0.0:
version "1.0.1"
resolved "http://npm.yohops.com/hmac-drbg/-/hmac-drbg-1.0.1.tgz#d2745701025a6c775a6c545793ed502fc0c649a1"
... ...