forked from playframework/play-java-starter-example
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
26 lines (19 loc) · 896 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Verbose logging
===================
This app is intended to be used on heroku with logz.io. The app will
respond to some urls with status=200 and all others is Not Found. The
app will also return a random 500 and 401.
To get the app to log, run the included jmeter script against the
Heroku instance.
The application can be pushed as is to heroku.
logz.io integrasjon
============
Lag bruker på logz.io. Når du har denne brukeren så går du til log shipping
og henter ut logdrains kommandoen. (https://app.logz.io/#/dashboard/data-sources/Heroku)
Denne bruker du i en heroku toolbelt installasjon.
Når dette er gjort og trafikk genereres vil loggen fra heroku gå rett til logz.io.
JMETER
============
For å lage trafikk last ned jmeter: http://jmeter.apache.org/download_jmeter.cgi
Og åpne filen generate-traffic.jmx fra repoet.
Denne er satt opp til å levere trafikk til heroku.