Each device is a self-execution entity with its own state and life cycle. Akka Actors are live objects that can act as (simulate) a device; it's a prefect fit for this job. I'll talk about how I use several actors to simulate a device and how Kamon can help with application monitoring and performance tuning.