Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is this project still alive or do we have alternatives? #109

Open
ssbarnea opened this issue Jan 10, 2018 · 7 comments
Open

Is this project still alive or do we have alternatives? #109

ssbarnea opened this issue Jan 10, 2018 · 7 comments
Labels

Comments

@ssbarnea
Copy link

ssbarnea commented Jan 10, 2018

Sorry for using the issue tracker for asking a question but the current numbers do give the impression that the great jvmtop become unmaintained:

  • last commit over two years old
  • 10 open pull request
  • 37 issues open, long lasting one
  • huge number of forks

If anyone switched to another alternative, please share this information with us.

@patric-r
Copy link
Owner

It's perfectly fine to ask questions here.
The project is not dead, however my spare time is currently very limited and does not allow me significant maintenance work on it.

I really appreciate pull requests, and there are some really great ones here which I'd like too see merged, however they are conflicting each other which increases the required effort of work.

Any help is very welcome here.

@ssbarnea
Copy link
Author

@patric-r Thanks for the update. If we are lucky maybe some others will find more time to work on the project and give it a boost. If they prove worthy, maybe they can become maintainers.

Over the year jvmtop proved to be very useful to me.

@MrDourado
Copy link

How can I start contribute?

@patric-r
Copy link
Owner

A pull request would be a good start OR looking at the pull requests and merging them all together within one branch (in your repository clone) as they are currently conflicting when applying all of them together.
Afterwards, I will look to get this into the project's official branch - Thanks! :)

@bor8
Copy link

bor8 commented Apr 30, 2020

I try to answer the question of an "alternative" to some extent.

I need jvmtop for Java 11.

If you click on "Insights" and then on "Network" you can see the forks of the different people. You can move the graph with your mouse! I have been looking for recent and many commits. I didn't get anywhere with "strapdata", but with "simplewayglobal":

Install Git and Maven/mvn.

git clone https://github.com/simplewayglobal/jvmtop.git
cd jvmtop/
mvn clean package
cd target/
ls -al
# look for the contents of jvmtop-1.1.0-SNAPSHOT.tar.gz

jvmtop-1.1.0-SNAPSHOT.tar.gz

wget https://github.com/patric-r/jvmtop/files/4560705/jvmtop-1.1.0-SNAPSHOT.tar.gz
tar -xzvf jvmtop-1.1.0-SNAPSHOT.tar.gz
cd jvmtop-1.1.0-SNAPSHOT
./jvmtop.sh

jvmtop11

I'm in a Java 11 container, it shows a few errors, but it works, woop-di-doo.

@opendedup
Copy link

thanks. This is super helpful

@Gabores
Copy link

Gabores commented Jun 26, 2024

Hi bor8!
"I'm in a Java 11 container, it shows a few errors, but it works, woop-di-doo."
Add 2 lines into jvmstat.sh:
--add-exports=java.management/sun.management=ALL-UNNAMED
--add-exports=jdk.management.agent/jdk.internal.agent=ALL-UNNAMED \

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

6 participants