Skip to content

leeyoshinari/jmeter_agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jmeter_agent

It can be only used with MyPlatform, and can't be used alone.

Deploy

  1. Clone Repository

    git clone https://github.com/leeyoshinari/jmeter_agent.git
  2. Modify config.conf. Usually don't need to modify, unless you have special requirements.

  3. Package. Using pyinstaller to package python code.

  • (1) Enter folder, run:
    pyinstaller -F server.py -p taskController.py -p common.py -p __init__.py --hidden-import taskController --hidden-import common
  • (2) Copy config.conf to the dist folder, cmd: cp config.conf dist/
  • (3) Enter dist folder, zip files, cmd: zip jmeter_agent.zip server config.conf
  • (4) Upload zip file to MyPlatform
  • (5) Deploy jmeter_agent

NOTE: For Linux Server, the executable file packaged on the server of the CentOS system X86 architecture can only run on the server of the CentOS system X86 architecture; servers of other system and architecture need to be repackaged.

Releases

No releases published

Packages

No packages published

Languages