Discussion:
[jira] [Created] (LOG4J2-839) Migrate FilterPerformanceComparison to log4j-perf
Gary Gregory
2014-09-20 11:33:18 UTC
Permalink
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)" <***@apache.org> </div><div>Date:09/20/2014 01:12 (GMT-05:00) </div><div>To: log4j-***@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-***@logging.apache.org
For additional commands, e-mail: log4j-dev-***@logging.apache.org
Remko Popma
2014-09-20 12:26:03 UTC
Permalink
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.)
Post by Gary Gregory
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)
Subject: [jira] [Created] (LOG4J2-839) Migrate FilterPerformanceComparison
to log4j-perf
----------------------------------
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)
---------------------------------------------------------------------
Gary Gregory
2014-09-20 12:29:17 UTC
Permalink
Post by Remko Popma
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
Post by Remko Popma
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.)
Post by Gary Gregory
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)
Subject: [jira] [Created] (LOG4J2-839) Migrate
FilterPerformanceComparison to log4j-perf
----------------------------------
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)
---------------------------------------------------------------------
--
E-Mail: ***@gmail.com | ***@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
Remko Popma
2014-09-20 12:40:01 UTC
Permalink
Oh right.
They're on version 1.1 now, I see now.
I'll look at that next. Thanks for the heads-up.
Post by Gary Gregory
Post by Remko Popma
What is the underlying perf jar?
<dependency>
<groupId>org.openjdk.jmh</groupId>
<artifactId>jmh-core</artifactId>
<version>0.7.2</version>
</dependency>
Gary
Post by Remko Popma
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.)
Post by Gary Gregory
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)
Subject: [jira] [Created] (LOG4J2-839) Migrate
FilterPerformanceComparison to log4j-perf
----------------------------------
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)
---------------------------------------------------------------------
--
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
2014-09-20 18:49:39 UTC
Permalink
I've noticed that whenever I tried to use a plugin for JMH that referenced
nonexistent classes. That explains a lot now!
Post by Remko Popma
Oh right.
They're on version 1.1 now, I see now.
I'll look at that next. Thanks for the heads-up.
Post by Gary Gregory
Post by Remko Popma
What is the underlying perf jar?
<dependency>
<groupId>org.openjdk.jmh</groupId>
<artifactId>jmh-core</artifactId>
<version>0.7.2</version>
</dependency>
Gary
Post by Remko Popma
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.)
Post by Gary Gregory
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)
Subject: [jira] [Created] (LOG4J2-839) Migrate
FilterPerformanceComparison to log4j-perf
----------------------------------
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)
---------------------------------------------------------------------
--
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 <***@gmail.com>
Loading...