look

Performance profiler based on nodetime

  • 所有者: baryshev/look
  • 平台:
  • 许可证: MIT License
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

Look

Look is a perfomance profiler for node.js applications based on nodetime.
Look doesn't send any data outside your server.

Installation

npm install look

Usage

The following call should be placed before any other require statement in your application, e.g. at the first line of your main module

require('look').start();

Look will be started as a web server on port 5959, you can access it by pointing your browser to: http://[yourhost]:5959

Options

  • port Listening port, defaulting to 5959
  • host Listening host, defaulting to 0.0.0.0
require('look').start(3000, '127.0.0.1');

主要指标

概览
名称与所有者baryshev/look
主编程语言JavaScript
编程语言JavaScript (语言数: 3)
平台
许可证MIT License
所有者活动
创建于2012-08-29 14:56:46
推送于2015-06-15 18:16:00
最后一次提交2014-05-03 21:04:55
发布数0
用户参与
星数448
关注者数16
派生数42
提交数15
已启用问题?
问题数24
打开的问题数20
拉请求数2
打开的拉请求数3
关闭的拉请求数1
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?