Skip to content

larrynmark/pixie.dust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pixie.dust

This is an agent, which outputs the name of the method that is performed in the Application.

Precautions

You must modify the package name to be analyzed in TraceTransformer Class.

Build

mvn clean assembly:assembly

Usage

Add to your application of the instruction as follows :

"-javaagent:pixie-dust-jar-with-dependencies.jar"

Output Example

[### PIXIE DUST ### org/springframework/data/redis/core/RedisTemplate postProcessResult (Ljava/lang/Object;Lorg/springframework/data/redis/connection/RedisConnection;Z)Ljava/lang/Object; 176

[### PIXIE DUST ### org/springframework/data/redis/core/RedisConnectionUtils isConnectionTransactional (Lorg/springframework/data/redis/connection/RedisConnection;Lorg/springframework/data/redis/connection/RedisConnectionFactory;)Z 172

[### PIXIE DUST ### org/springframework/data/redis/connection/AbstractRedisConnection close ()V 177

[### PIXIE DUST ### org/springframework/data/redis/connection/jedis/JedisConnection close ()V 177

[### PIXIE DUST ### org/springframework/data/redis/core/RedisConnectionUtils releaseConnection (Lorg/springframework/data/

About

This is an agent, which outputs the name of the method that is performed in the Application. (ASM)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages