Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aboisvert/stopwatch
Stopwatch API to easily monitor production Scala applications
https://github.com/aboisvert/stopwatch
Last synced: 10 days ago
JSON representation
Stopwatch API to easily monitor production Scala applications
- Host: GitHub
- URL: https://github.com/aboisvert/stopwatch
- Owner: aboisvert
- Created: 2009-12-11T20:13:00.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2015-05-15T23:11:09.000Z (over 9 years ago)
- Last Synced: 2023-04-11T19:38:31.047Z (over 1 year ago)
- Language: Scala
- Homepage: http://aboisvert.github.com/stopwatch
- Size: 536 KB
- Stars: 23
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
Stopwatch
=========#### Stopwatch API to easily monitor production Scala applications. ####
This README.md file is the developer documentation.
Please refer to the website at for user documentation.
### About Buildr ###
Stopwatch's build system is based on Apache Buildr which is a Ruby/JRuby-based build system.
See for instructions on installing Buildr.
### Building ###
# compile, test and package .jars
buildr package### Launching the sample web UI ###
# launch the sample stopwatch server on port 9999
buildr sample### Target platform ###
* Scala 2.10+
* JVM 1.6+### License ###
Copyright (C) 2009-2015 by Alex Boisvert.
Stopwatch is is licensed under the terms of the Apache Software License v2.0.