Coder Social home page Coder Social logo

gdcnb / node-auto-profiler Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 1.0 4 KB

node cpu监控工具,当cpu达到设置的阀值时会自动生成cpu快照日志到指定的目录,再结合chrom的开发者工具 profiler 进行日志分析

JavaScript 100.00%

node-auto-profiler's Introduction

node cpu监控工具,当cpu达到设置的阀值时会自动生成cpu快照日志到指定的目录,再结合chrom的开发者工具 profiler 进行日志分析

var nodeAutoProfiler = require('node-auto-profiler');

nodeAutoProfiler.monitoring({
    root: 'path/of/log', //生成日志的目录
    profileLogTime: 10000, //日志收集时间 收集10s的数据
    cpuThreshold: 90 //收集日志的阀值 cpu>90%
}, function(result) {
    // 回调方法 do something
})

node-auto-profiler's People

Contributors

gdcnb avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

soulmate2015

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.