Re: Got some code for you (ObjectSizeOfAgent)

2011-06-13 Thread Martin Grigorov
Hi,

On Fri, Jun 10, 2011 at 10:09 PM, Jochen Mader
 wrote:
> Yes, the differences are really significant, around 60-70% in a lot of
> scenarios.
This is not good :-)

Have you seen the Google's tool for this:
http://jeremymanson.blogspot.com/2009/12/allocation-instrumenter-for-java_10.html

It'd be interesting to know to which of the two impls below it is closer.

>
> On Thu, Jun 9, 2011 at 11:21 AM, Martin Grigorov  wrote:
>> Hi,
>>
>> Are there big differences between the results from
>> DeepInstrumentationSizeOfStrategy and
>> InstrumentationObjectSizeOfStrategy ?
>>
>> On Wed, Jun 8, 2011 at 8:32 PM, Jochen Mader  
>> wrote:
>>> Hey,
>>> a while ago I wrote about the difficulties to get the ObjectSizeOfAgent to 
>>> run.
>>> As I needed it pretty badly for a project I built something new and
>>> added some more accurate size measurement for objects.
>>> I put all my code on Github and I am going to add some more
>>> performance related things in  there.
>>> https://github.com/pflanzenmoerder/object-size/
>>>
>>> I copied the code from the size of agent (with proper mentioning of
>>> where I got it from) and added it as one of the possible strategies to
>>> estimate the size of pages in ram.
>>> It all uses AspectJ and has no direct dependencies to Wicket and can
>>> be deploied as an agent using LoadTimeWeaving.
>>> It's all Appache 2 License (I hope that's correct).
>>>
>>> Would that be of any interest for the Wicket-project?
>>>
>>> -
>>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>>> For additional commands, e-mail: users-h...@wicket.apache.org
>>>
>>>
>>
>>
>>
>> --
>> Martin Grigorov
>> jWeekend
>> Training, Consulting, Development
>> http://jWeekend.com
>>
>> -
>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>> For additional commands, e-mail: users-h...@wicket.apache.org
>>
>>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>



-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Got some code for you (ObjectSizeOfAgent)

2011-06-10 Thread Jochen Mader
Yes, the differences are really significant, around 60-70% in a lot of
scenarios.

On Thu, Jun 9, 2011 at 11:21 AM, Martin Grigorov  wrote:
> Hi,
>
> Are there big differences between the results from
> DeepInstrumentationSizeOfStrategy and
> InstrumentationObjectSizeOfStrategy ?
>
> On Wed, Jun 8, 2011 at 8:32 PM, Jochen Mader  
> wrote:
>> Hey,
>> a while ago I wrote about the difficulties to get the ObjectSizeOfAgent to 
>> run.
>> As I needed it pretty badly for a project I built something new and
>> added some more accurate size measurement for objects.
>> I put all my code on Github and I am going to add some more
>> performance related things in  there.
>> https://github.com/pflanzenmoerder/object-size/
>>
>> I copied the code from the size of agent (with proper mentioning of
>> where I got it from) and added it as one of the possible strategies to
>> estimate the size of pages in ram.
>> It all uses AspectJ and has no direct dependencies to Wicket and can
>> be deploied as an agent using LoadTimeWeaving.
>> It's all Appache 2 License (I hope that's correct).
>>
>> Would that be of any interest for the Wicket-project?
>>
>> -
>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>> For additional commands, e-mail: users-h...@wicket.apache.org
>>
>>
>
>
>
> --
> Martin Grigorov
> jWeekend
> Training, Consulting, Development
> http://jWeekend.com
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Got some code for you (ObjectSizeOfAgent)

2011-06-09 Thread Martin Grigorov
Hi,

Are there big differences between the results from
DeepInstrumentationSizeOfStrategy and
InstrumentationObjectSizeOfStrategy ?

On Wed, Jun 8, 2011 at 8:32 PM, Jochen Mader  wrote:
> Hey,
> a while ago I wrote about the difficulties to get the ObjectSizeOfAgent to 
> run.
> As I needed it pretty badly for a project I built something new and
> added some more accurate size measurement for objects.
> I put all my code on Github and I am going to add some more
> performance related things in  there.
> https://github.com/pflanzenmoerder/object-size/
>
> I copied the code from the size of agent (with proper mentioning of
> where I got it from) and added it as one of the possible strategies to
> estimate the size of pages in ram.
> It all uses AspectJ and has no direct dependencies to Wicket and can
> be deploied as an agent using LoadTimeWeaving.
> It's all Appache 2 License (I hope that's correct).
>
> Would that be of any interest for the Wicket-project?
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>



-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Got some code for you (ObjectSizeOfAgent)

2011-06-08 Thread Jochen Mader
Hey,
a while ago I wrote about the difficulties to get the ObjectSizeOfAgent to run.
As I needed it pretty badly for a project I built something new and
added some more accurate size measurement for objects.
I put all my code on Github and I am going to add some more
performance related things in  there.
https://github.com/pflanzenmoerder/object-size/

I copied the code from the size of agent (with proper mentioning of
where I got it from) and added it as one of the possible strategies to
estimate the size of pages in ram.
It all uses AspectJ and has no direct dependencies to Wicket and can
be deploied as an agent using LoadTimeWeaving.
It's all Appache 2 License (I hope that's correct).

Would that be of any interest for the Wicket-project?

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org