Sha256: f7797d7f801bc522b918ce619152b9a84792d37f8db3f96c5743aabb83cb5d44

Contents?: true

Size: 1.42 KB

Versions: 1

Compression:

Stored size: 1.42 KB

Contents

# StackProf Web navigator

Provides a web ui to inspect stackprof dumps.

## Screenshots

![][https://github.com/alisnic/stackprof-webnav/blob/master/screenshots/directory.png?raw=true]

![][https://github.com/alisnic/stackprof-webnav/blob/master/screenshots/overview.png?raw=true]

![][https://github.com/alisnic/stackprof-webnav/blob/master/screenshots/callgraph.png?raw=true]

![][https://github.com/alisnic/stackprof-webnav/blob/master/screenshots/flamegraph.png?raw=true]

## Usage

### Install the gem
```bash
$ gem install stackprof-webnav
```

### Run the server

```bash
$ stackprof-webnav
```

By default it will list all files in the current directory. You can click in the
web interface to try to open any file as a dump.

Additionally, you can list another directory by passing the `-d` flag:

```bash
$ stackprof-webnav -d /my/folder/with/dumps
```

Or launch it with a dump preselected:

```bash
$ stackprof-webnav -f /path/to/stackprof.dump
```

See [stackprof gem][create-dump] homepage to learn how to create dumps.

### Profit
Open the browser at localhost:9292

## Contributing

1. Fork it ( http://github.com/<my-github-username>/stackprof-webnav/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

[create-dump]: https://github.com/tmm1/stackprof#getting-started

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
stackprof-webnav-1.0.0 README.md