You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-dev@logging.apache.org by Gary Gregory <ga...@gmail.com> on 2014/09/20 13:33:18 UTC

Fwd: [jira] [Created] (LOG4J2-839) Migrate FilterPerformanceComparison to log4j-perf

Note that the underlying perf jar is old and not compatible with the current version. 

Might be worth dealing with that before migrating more of our code to an old API.

Gary

<div>-------- Original message --------</div><div>From: "Remko Popma (JIRA)" <ji...@apache.org> </div><div>Date:09/20/2014  01:12  (GMT-05:00) </div><div>To: log4j-dev@logging.apache.org </div><div>Subject: [jira] [Created] (LOG4J2-839) Migrate FilterPerformanceComparison
  to log4j-perf </div><div>
</div>Remko Popma created LOG4J2-839:
----------------------------------

             Summary: Migrate FilterPerformanceComparison to log4j-perf
                 Key: LOG4J2-839
                 URL: https://issues.apache.org/jira/browse/LOG4J2-839
             Project: Log4j 2
          Issue Type: Sub-task
            Reporter: Remko Popma


org.apache.logging.log4j.FilterPerformanceComparison



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org


Re: Fwd: [jira] [Created] (LOG4J2-839) Migrate FilterPerformanceComparison to log4j-perf

Posted by Matt Sicker <bo...@gmail.com>.
I've noticed that whenever I tried to use a plugin for JMH that referenced
nonexistent classes. That explains a lot now!

On 20 September 2014 07:40, Remko Popma <re...@gmail.com> wrote:

> Oh right.
> They're on version 1.1 now, I see now.
> I'll look at that next. Thanks for the heads-up.
>
> On Sat, Sep 20, 2014 at 9:29 PM, Gary Gregory <ga...@gmail.com>
> wrote:
>
>> On Sat, Sep 20, 2014 at 8:26 AM, Remko Popma <re...@gmail.com>
>> wrote:
>>
>>> What is the underlying perf jar?
>>>
>>
>> This one:
>>
>>     <dependency>
>>       <groupId>org.openjdk.jmh</groupId>
>>       <artifactId>jmh-core</artifactId>
>>       <version>0.7.2</version>
>>     </dependency>
>>
>> Gary
>>
>>>
>>> org.apache.logging.log4j.FilterPerformanceComparison compares log4j2
>>> ThreadContextMapFilter performance
>>> with logback "turbofilter"  <turboFilter
>>> class="ch.qos.logback.classic.turbo.MDCFilter">
>>>
>>> Is turbofilter old?
>>>
>>> (I just want to eventually get rid of all JUnit tests that have
>>> @Category(PerformanceTests.class),
>>> and move them to log4j-perf JMH benchmarks.)
>>>
>>>
>>>
>>>
>>> On Sat, Sep 20, 2014 at 8:33 PM, Gary Gregory <ga...@gmail.com>
>>> wrote:
>>>
>>>> Note that the underlying perf jar is old and not compatible with the
>>>> current version.
>>>>
>>>> Might be worth dealing with that before migrating more of our code to
>>>> an old API.
>>>>
>>>> Gary
>>>>
>>>>
>>>> -------- Original message --------
>>>> From: "Remko Popma (JIRA)"
>>>> Date:09/20/2014 01:12 (GMT-05:00)
>>>> To: log4j-dev@logging.apache.org
>>>> Subject: [jira] [Created] (LOG4J2-839) Migrate
>>>> FilterPerformanceComparison to log4j-perf
>>>>
>>>> Remko Popma created LOG4J2-839:
>>>> ----------------------------------
>>>>
>>>>              Summary: Migrate FilterPerformanceComparison to log4j-perf
>>>>                  Key: LOG4J2-839
>>>>                  URL: https://issues.apache.org/jira/browse/LOG4J2-839
>>>>              Project: Log4j 2
>>>>           Issue Type: Sub-task
>>>>             Reporter: Remko Popma
>>>>
>>>>
>>>> org.apache.logging.log4j.FilterPerformanceComparison
>>>>
>>>>
>>>>
>>>> --
>>>> This message was sent by Atlassian JIRA
>>>> (v6.3.4#6332)
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
>>>> For additional commands, e-mail: log4j-dev-help@logging.apache.org
>>>>
>>>>
>>>
>>
>>
>> --
>> E-Mail: garydgregory@gmail.com | ggregory@apache.org
>> Java Persistence with Hibernate, Second Edition
>> <http://www.manning.com/bauer3/>
>> JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
>> Spring Batch in Action <http://www.manning.com/templier/>
>> Blog: http://garygregory.wordpress.com
>> Home: http://garygregory.com/
>> Tweet! http://twitter.com/GaryGregory
>>
>
>


-- 
Matt Sicker <bo...@gmail.com>

Re: Fwd: [jira] [Created] (LOG4J2-839) Migrate FilterPerformanceComparison to log4j-perf

Posted by Remko Popma <re...@gmail.com>.
Oh right.
They're on version 1.1 now, I see now.
I'll look at that next. Thanks for the heads-up.

On Sat, Sep 20, 2014 at 9:29 PM, Gary Gregory <ga...@gmail.com>
wrote:

> On Sat, Sep 20, 2014 at 8:26 AM, Remko Popma <re...@gmail.com>
> wrote:
>
>> What is the underlying perf jar?
>>
>
> This one:
>
>     <dependency>
>       <groupId>org.openjdk.jmh</groupId>
>       <artifactId>jmh-core</artifactId>
>       <version>0.7.2</version>
>     </dependency>
>
> Gary
>
>>
>> org.apache.logging.log4j.FilterPerformanceComparison compares log4j2
>> ThreadContextMapFilter performance
>> with logback "turbofilter"  <turboFilter
>> class="ch.qos.logback.classic.turbo.MDCFilter">
>>
>> Is turbofilter old?
>>
>> (I just want to eventually get rid of all JUnit tests that have
>> @Category(PerformanceTests.class),
>> and move them to log4j-perf JMH benchmarks.)
>>
>>
>>
>>
>> On Sat, Sep 20, 2014 at 8:33 PM, Gary Gregory <ga...@gmail.com>
>> wrote:
>>
>>> Note that the underlying perf jar is old and not compatible with the
>>> current version.
>>>
>>> Might be worth dealing with that before migrating more of our code to an
>>> old API.
>>>
>>> Gary
>>>
>>>
>>> -------- Original message --------
>>> From: "Remko Popma (JIRA)"
>>> Date:09/20/2014 01:12 (GMT-05:00)
>>> To: log4j-dev@logging.apache.org
>>> Subject: [jira] [Created] (LOG4J2-839) Migrate
>>> FilterPerformanceComparison to log4j-perf
>>>
>>> Remko Popma created LOG4J2-839:
>>> ----------------------------------
>>>
>>>              Summary: Migrate FilterPerformanceComparison to log4j-perf
>>>                  Key: LOG4J2-839
>>>                  URL: https://issues.apache.org/jira/browse/LOG4J2-839
>>>              Project: Log4j 2
>>>           Issue Type: Sub-task
>>>             Reporter: Remko Popma
>>>
>>>
>>> org.apache.logging.log4j.FilterPerformanceComparison
>>>
>>>
>>>
>>> --
>>> This message was sent by Atlassian JIRA
>>> (v6.3.4#6332)
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
>>> For additional commands, e-mail: log4j-dev-help@logging.apache.org
>>>
>>>
>>
>
>
> --
> E-Mail: garydgregory@gmail.com | ggregory@apache.org
> Java Persistence with Hibernate, Second Edition
> <http://www.manning.com/bauer3/>
> JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
> Spring Batch in Action <http://www.manning.com/templier/>
> Blog: http://garygregory.wordpress.com
> Home: http://garygregory.com/
> Tweet! http://twitter.com/GaryGregory
>

Re: Fwd: [jira] [Created] (LOG4J2-839) Migrate FilterPerformanceComparison to log4j-perf

Posted by Gary Gregory <ga...@gmail.com>.
On Sat, Sep 20, 2014 at 8:26 AM, Remko Popma <re...@gmail.com> wrote:

> What is the underlying perf jar?
>

This one:

    <dependency>
      <groupId>org.openjdk.jmh</groupId>
      <artifactId>jmh-core</artifactId>
      <version>0.7.2</version>
    </dependency>

Gary

>
> org.apache.logging.log4j.FilterPerformanceComparison compares log4j2
> ThreadContextMapFilter performance
> with logback "turbofilter"  <turboFilter
> class="ch.qos.logback.classic.turbo.MDCFilter">
>
> Is turbofilter old?
>
> (I just want to eventually get rid of all JUnit tests that have
> @Category(PerformanceTests.class),
> and move them to log4j-perf JMH benchmarks.)
>
>
>
>
> On Sat, Sep 20, 2014 at 8:33 PM, Gary Gregory <ga...@gmail.com>
> wrote:
>
>> Note that the underlying perf jar is old and not compatible with the
>> current version.
>>
>> Might be worth dealing with that before migrating more of our code to an
>> old API.
>>
>> Gary
>>
>>
>> -------- Original message --------
>> From: "Remko Popma (JIRA)"
>> Date:09/20/2014 01:12 (GMT-05:00)
>> To: log4j-dev@logging.apache.org
>> Subject: [jira] [Created] (LOG4J2-839) Migrate
>> FilterPerformanceComparison to log4j-perf
>>
>> Remko Popma created LOG4J2-839:
>> ----------------------------------
>>
>>              Summary: Migrate FilterPerformanceComparison to log4j-perf
>>                  Key: LOG4J2-839
>>                  URL: https://issues.apache.org/jira/browse/LOG4J2-839
>>              Project: Log4j 2
>>           Issue Type: Sub-task
>>             Reporter: Remko Popma
>>
>>
>> org.apache.logging.log4j.FilterPerformanceComparison
>>
>>
>>
>> --
>> This message was sent by Atlassian JIRA
>> (v6.3.4#6332)
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
>> For additional commands, e-mail: log4j-dev-help@logging.apache.org
>>
>>
>


-- 
E-Mail: garydgregory@gmail.com | ggregory@apache.org
Java Persistence with Hibernate, Second Edition
<http://www.manning.com/bauer3/>
JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
Spring Batch in Action <http://www.manning.com/templier/>
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory

Re: Fwd: [jira] [Created] (LOG4J2-839) Migrate FilterPerformanceComparison to log4j-perf

Posted by Remko Popma <re...@gmail.com>.
What is the underlying perf jar?

org.apache.logging.log4j.FilterPerformanceComparison compares log4j2
ThreadContextMapFilter performance
with logback "turbofilter"  <turboFilter
class="ch.qos.logback.classic.turbo.MDCFilter">

Is turbofilter old?

(I just want to eventually get rid of all JUnit tests that have
@Category(PerformanceTests.class),
and move them to log4j-perf JMH benchmarks.)




On Sat, Sep 20, 2014 at 8:33 PM, Gary Gregory <ga...@gmail.com>
wrote:

> Note that the underlying perf jar is old and not compatible with the
> current version.
>
> Might be worth dealing with that before migrating more of our code to an
> old API.
>
> Gary
>
>
> -------- Original message --------
> From: "Remko Popma (JIRA)"
> Date:09/20/2014 01:12 (GMT-05:00)
> To: log4j-dev@logging.apache.org
> Subject: [jira] [Created] (LOG4J2-839) Migrate FilterPerformanceComparison
> to log4j-perf
>
> Remko Popma created LOG4J2-839:
> ----------------------------------
>
>              Summary: Migrate FilterPerformanceComparison to log4j-perf
>                  Key: LOG4J2-839
>                  URL: https://issues.apache.org/jira/browse/LOG4J2-839
>              Project: Log4j 2
>           Issue Type: Sub-task
>             Reporter: Remko Popma
>
>
> org.apache.logging.log4j.FilterPerformanceComparison
>
>
>
> --
> This message was sent by Atlassian JIRA
> (v6.3.4#6332)
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
> For additional commands, e-mail: log4j-dev-help@logging.apache.org
>
>