Skip to content

muymoo/profile-it

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

profile-it

A web app to profile MongoDB.

Setup

First, you need to have a local instance of MongoDB running. (installation instructions)

Second, allow a non-root user to run dtrace. WARNING: Do not do this on a production server since dtrace allows low level sniffing of keyboard input, etc.

sudo chmod a+s /usr/sbin/dtrace

Finally, in the root directory of this project, run:

npm install -g grunt-cli
npm install -g bower
npm install
bower install
grunt serve

Usage

Go to localhost:9000 to see the Profile-It webapp.

About

Profiler for MongoDB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published