look

Performance profiler based on nodetime

  • Owner: baryshev/look
  • Platform:
  • License:: MIT License
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

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');

Main metrics

Overview
Name With Ownerbaryshev/look
Primary LanguageJavaScript
Program languageJavaScript (Language Count: 3)
Platform
License:MIT License
所有者活动
Created At2012-08-29 14:56:46
Pushed At2015-06-15 18:16:00
Last Commit At2014-05-03 21:04:55
Release Count0
用户参与
Stargazers Count448
Watchers Count16
Fork Count42
Commits Count15
Has Issues Enabled
Issues Count24
Issue Open Count20
Pull Requests Count2
Pull Requests Open Count3
Pull Requests Close Count1
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private