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?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?