Hi, When serving a Blob according to http://code.google.com/appengine/docs/java/blobstore/overview.html#Serving_a_Blob, you can at the same time get its size via BlobInfo (See http://code.google.com/appengine/docs/java/javadoc/com/google/appengine/api/blobstore/BlobInfo.html), then you should store a trace in the datastore for each blob you serve with size, time, key, etc...
After that, you have all the info you need in the ds to detect your most consuming blobs. You just need to write some code to dig into this trace data. Hope this helps regards didier On Jan 6, 5:37 pm, Nickolay Tzvetinov <nickolay.tzveti...@asteasolutions.com> wrote: > Hi all, > > we really need to be able to see some kind of report about the > outgoing bandwidth, generated by the requests to the Blobstore. We > need to know which Blobstore entries are accessed the most. Can you > please help us with that. Thanks in advance. > > Regards, > > NIckolay Georgiev (Meddle) -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to google-appengine-j...@googlegroups.com. To unsubscribe from this group, send email to google-appengine-java+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.