There you’ll probably want to look at auto-fusing and the not-yet-reused Blueprint …
> 2 feb 2016 kl. 11:33 skrev Endre Varga <[email protected]>: > > Hi Sebastian, > > So what I see is that with the "-k" option (use KeepAlive) the bench goes > well, it looks like "ab" in default mode opens a new connection for each > request -- that mode which I need to look into and figure out what is making > it slow. > > -Endre > > On Mon, Feb 1, 2016 at 8:49 PM, Sebastian Jastrzebski <[email protected] > <mailto:[email protected]>> wrote: > I see, here is some additional info from dump. I'll look forward to seeing > what you can find. Thx > > Class Name Objects Shallow Heap > char[] <> > First 10 of 1,054,030 objects <> 1,054,030 150,219,656 > java.lang.Object[] <> > First 10 of 1,088,032 objects <> 1,088,032 138,180,064 > short[] <> > First 10 of 68,002 objects <> 68,002 104,995,088 > scala.collection.immutable.$colon$colon <> > First 10 of 2,822,083 objects <> 2,822,083 67,729,992 > akka.http.impl.engine.parsing.HttpHeaderParser$ModeledHeaderValueParser <> > First 10 of 1,802,053 objects <> 1,802,053 57,665,696 > int[] <> > First 10 of 816,024 objects <> 816,024 36,449,072 > java.lang.String <> > First 10 of 986,028 objects <> 986,028 23,664,672 > akka.stream.impl.fusing.GraphStageModule <> > First 10 of 442,013 objects <> 442,013 17,680,520 > scala.collection.immutable.Vector <> > First 10 of 306,009 objects <> 306,009 17,136,504 > akka.stream.stage.AbstractStage$PushPullGraphLogic <> > First 10 of 272,008 objects <> 272,008 15,232,448 > akka.stream.Outlet <> > First 10 of 612,018 objects <> 612,018 14,688,432 > akka.stream.Inlet <> > First 10 of 612,018 objects <> 612,018 14,688,432 > akka.stream.Attributes <> > First 10 of 884,026 objects <> 884,026 14,144,416 > scala.collection.immutable.HashMap$HashMap1 <> > First 10 of 311,073 objects <> 311,073 9,954,336 > scala.Tuple2 <> > First 10 of 408,016 objects <> 408,016 9,792,384 > akka.stream.FlowShape <> > First 10 of 272,008 objects <> 272,008 8,704,256 > akka.http.scaladsl.server.RejectionHandler$CaseHandler <> > First 10 of 510,015 objects <> 510,015 8,160,240 > akka.http.impl.engine.parsing.HttpHeaderParser$ValueBranch <> > First 10 of 238,007 objects <> 238,007 7,616,224 > akka.stream.BidiShape <> > First 10 of 170,005 objects <> 170,005 6,800,200 > akka.http.scaladsl.server.RejectionHandler$TypeHandler <> > First 10 of 272,008 objects <> 272,008 6,528,192 > akka.actor.ActorCell <> > First 10 of 68,001 objects <> 68,001 5,984,088 > scala.collection.mutable.HashEntry[] <> > First 10 of 68,002 objects <> 68,002 5,440,160 > akka.http.impl.engine.parsing.HttpRequestParser <> > First 10 of 68,002 objects <> 68,002 4,896,144 > akka.stream.Attributes$Name <> > First 10 of 306,009 objects <> 306,009 4,896,144 > byte[] <> > First 10 of 102,003 objects <> 102,003 4,624,136 > > Total: 25 of 215 entries; 190 more > 22,223,441 964,661,728 > > > -- > >>>>>>>>>> Read the docs: http://akka.io/docs/ <http://akka.io/docs/> > >>>>>>>>>> Check the FAQ: > >>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html > >>>>>>>>>> <http://doc.akka.io/docs/akka/current/additional/faq.html> > >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user > >>>>>>>>>> <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] > <mailto:[email protected]>. > To post to this group, send email to [email protected] > <mailto:[email protected]>. > Visit this group at https://groups.google.com/group/akka-user > <https://groups.google.com/group/akka-user>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. > > > -- > >>>>>>>>>> Read the docs: http://akka.io/docs/ <http://akka.io/docs/> > >>>>>>>>>> Check the FAQ: > >>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html > >>>>>>>>>> <http://doc.akka.io/docs/akka/current/additional/faq.html> > >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user > >>>>>>>>>> <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] > <mailto:[email protected]>. > To post to this group, send email to [email protected] > <mailto:[email protected]>. > Visit this group at https://groups.google.com/group/akka-user > <https://groups.google.com/group/akka-user>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. Dr. Roland Kuhn Akka Tech Lead Typesafe <http://typesafe.com/> – Reactive apps on the JVM. twitter: @rolandkuhn <http://twitter.com/#!/rolandkuhn> -- >>>>>>>>>> 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 https://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
