How to use perfmon plugins with jmeter-maven-plugin?

后端 未结 2 1916
执笔经年
执笔经年 2021-01-14 23:40

Im currently working on a jmeter based project running the tests using jmeter maven plugin. So far everything works until i\'ve added perfmon plugins, adding them to get Tra

2条回答
  •  青春惊慌失措
    2021-01-15 00:03

    I download jmeter-plugins-manager-0.15.jar using maven-antrun-plugin and then I use command line executions (also ant) to download the most fresh plugins:

            maven-antrun-plugin
                
                    initinitializerun
                        
                            
                                
                                
                                
                                    
                                        
                                    
                                
                                
                            
                        
                    
                
                
                    ant-contribant-contrib1.0b3
                        
                            antant
                        
                    
                
            
    

    where plugins.xml is:

    
    
        
        
            
                
                    
                    
                
            
        
    
    

    and plugins file contains the list of plugin ids:

    jpgc-dummy
    jpgc-fifo
    jpgc-graphs-basic
    jpgc-perfmon
    jpgc-tst
    jpgc-functions
    jpgc-casutg
    jpgc-ffw
    jpgc-prmctl
    

提交回复
热议问题