Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 618 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 618 Bytes

To view the slides:

git clone https://github.com/indyscala/debugging-and-analysis-2015.git
open ./debugging-and-analysis-2015/slides/index.html

To run the tests:

# in terminal 1
sbt
> test-only org.indyscala.dpa.FillQueue -- -oD

# in terminal 2
nc localhost 9900

netcat (the nc command) is used to unblock the tests prior to the timeouts in waitForConnection() calls. E.g. to continue execution from this wait after taking a heap dump in VisualVM.