jmeter package out of date  [Solved]

Message
Author
User avatar
loneliboi
Posts: 2
Joined: Sat Mar 01, 2025 12:15 pm

jmeter package out of date

#1 Post by loneliboi »

After an apt update, jmeter version still shows up as 2.13-5 thats available in the repos[2], but according to their github[1], its at version 5.6.x
Is there any way we could get this updated to a more recent version?

Thanks!

[1]
https://github.com/apache/jmeter/

[2]
$ apt search --full '^jmeter$'
Sorting... Done
Full Text Search... Done
jmeter/stable,stable,now 2.13-5 all [installed]
Load testing and performance measurement application (main application)
Apache JMeter is a 100% pure Java desktop application designed to load test
functional behavior and measure performance. It was originally designed for
testing Web Applications but has since expanded to other test functions.
.
This package contains the main application.

User avatar
j2mcgreg
Global Moderator
Posts: 6996
Joined: Tue Oct 23, 2007 12:04 pm

Re: jmeter package out of date  [Solved]

#2 Post by j2mcgreg »

The 5.6.3 version is available as a flatpack in MXPI.
HP 15; ryzen 3 5300U APU; 500 Gb SSD; 8GB ram
HP 17; ryzen 3 3200; 500 GB SSD; 12 GB ram
Idea Center 3; 12 gen i5; 256 GB ssd;

In Linux, newer isn't always better. The best solution is the one that works.

User avatar
loneliboi
Posts: 2
Joined: Sat Mar 01, 2025 12:15 pm

Re: jmeter package out of date

#3 Post by loneliboi »

Thank you for the suggestion @j2mcgreg !
Got it installed, and it works
I couldn't get it to run via the terminal, with

Code: Select all

jmeter
, but I found it in the MX menu with the super key

I noticed that it runs with

Code: Select all

usr/bin/flatpak run --branch=stable --arch=x86_64 --command=jmeter-wrapper.sh org.apache.jmeter
instead.
Will there be any performance overheads using the flatpak instead of a native package?
--
As for the deb package that could be installable with apt, I found the debian package[1] that I think MX uses as well.
Is there a specific reason that the debian package is out of date? Would there be any benefits to spending time packaging the newest jmeter version and get it upstreamed or is it best left alone?



[1] https://tracker.debian.org/pkg/jakarta-jmeter

User avatar
j2mcgreg
Global Moderator
Posts: 6996
Joined: Tue Oct 23, 2007 12:04 pm

Re: jmeter package out of date

#4 Post by j2mcgreg »

I am not a developer so I can't say for sure, but the usual reason for a package being that far behind is that the current version won't build against the existing Debian base. Flatpacks get around this by providing their own encapsulated environment.
Any performance hit you might encounter when using a flatpack version of a package should be negligible and easily ignored.
HP 15; ryzen 3 5300U APU; 500 Gb SSD; 8GB ram
HP 17; ryzen 3 3200; 500 GB SSD; 12 GB ram
Idea Center 3; 12 gen i5; 256 GB ssd;

In Linux, newer isn't always better. The best solution is the one that works.

User avatar
Stevo
Developer
Posts: 14724
Joined: Fri Dec 15, 2006 7:07 pm

Re: jmeter package out of date

#5 Post by Stevo »

It's been 2.13 in Debian for years; apparently no maintainer has adopted the orphaned package. :frown: :frown: https://packages.debian.org/search?keyw ... ection=all
MXPI = MX Package Installer
QSI = Quick System Info from menu
The MX Test repository is mostly backports; not the same as Debian testing

Post Reply

Return to “MX Repositories”