Started to profile my akka application with Kamon today using LogReporter 
(v0.3.5). My app creates quite a few actors (~100s) on startup. However all 
the actors are named as I follow a strict actor naming convention. With 
Kamon, I set a tick-interval of 60 seconds and set the include filter to 
show only non-kamon actors in user space. On the stroke of first 60 seconds 
got a dump of all actors in my app and found that of the 150 actors 80+ had 
strange names like listed below.

Need help to understand what these user space actors could be. I double 
checked that my app does not create unnamed actors. 

Thanks
Bharath

|    Actor: user/$g                                                         
                       |
|    Actor: user/$u                                                         
                       |
|    Actor: user/$e                                                         
                       |
|    Actor: user/$v                                                         
                       |
|    Actor: user/$s                                                         
                       |
|    Actor: user/$i                                                         
                       |
|    Actor: user/$o                                                         
                       |
|    Actor: user/$n                                                         
                       |
|    Actor: user/$r                                                         
                       |
|    Actor: user/$a                                                         
                       |
|    Actor: user/$t                                                         
                       |
|    Actor: user/$p                                                         
                       |
|    Actor: user/$h                                                         
                       |
|    Actor: user/$k                                                         
                       |
|    Actor: user/$c                                                         
                       |
|    Actor: user/$j                                                         
                       |
|    Actor: user/$d                                                         
                       |
|    Actor: user/$l                                                         
                       |
|    Actor: user/$f                                                         
                       |
|    Actor: user/$m                                                         
                       |
|    Actor: user/$b                                                         
                       |
|    Actor: user/$q                                                         
                       |
|    Actor: user/$a                                                         
                       |
|    Actor: user/$a/$c                                                     
                        |
|    Actor: user/$a/$d                                                     
                        |
|    Actor: user/$a/$a                                                     
                        |
|    Actor: user/$a/$e                                                     
                        |
|    Actor: user/$a/$b                                                     
                        |
|    Actor: user/$a                                                         
                       |

-- 
>>>>>>>>>>      Read the docs: http://akka.io/docs/
>>>>>>>>>>      Check the FAQ: 
>>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>>>>>>>>>      Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to