Skip to content

Latest commit

 

History

History
75 lines (48 loc) · 1.11 KB

README.md

File metadata and controls

75 lines (48 loc) · 1.11 KB

Alpinist


A mountain climber who specializes in difficult climb.

The mountain is your project.
The climbs are the problems we want to fix.

1. Introduction


1.1. Motivations

What was the main reason to create this library

1.2. Overview

1.2.1. Scope

The goal of the library

1.2.2. Model

The model of the library

1.2.3. Architecture

The architecture in nutshel

1.3. Organization

The library organization in packages

1.4. Acknowledgment

...

Versions


1. java  1.8
2. scala 2.11.7

Features


1. CPU
2. Threads
3. Memory
4. Exceptions
5. API
6. ...

Backlog


1. Resource checker
2. Integrate with external datasources
3. Provide native UI(html, unix)

Resources


  1. Javassist
  2. Codehale metrics
  3. RxJava

Usage


`
java -javaagent:<alpinist.jar>=<agent_arguments> <mainClass>
java --agentpath:<alpinist.so>
`