Skip to content

darukjs/daruk-monitor-middleware

Repository files navigation

daruk-monitor-middleware

A monitor from v8-profiler-node8 for Daruk

Installation scaffolding

$ cnpm i -g daruk-monitor-middleware

How to use in your daruk project

Find your daruk config file

//daruk.config.ts
darukConfig.middleware = {
  'daruk-monitor-middleware': (mid: Function) => {
    return mid({
      auth: {
        name: 'monitor',
        password: 'monitor'
      }
    });
  }
};

//push it into the middleware list
darukConfig.middlewareOrder = ['daruk-monitor-middleware'];

Your can view the data from Api:

/monitor/profiler

/monitor/profiler/function

/monitor/profiler/mem

/monitor/profiler/mem-analytics

LICENSE

MIT License

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published