aboutsummaryrefslogtreecommitdiff
path: root/sysutils/jvmtop
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Clean up after java/openjdk6 and java/openjdk6-jre removalJung-uk Kim2019-11-262-2/+2
| | | | | | | | | | | | | | | java/openjdk6 support was removed from Mk/bsd.java.mk (r512662) and java/openjdk6 and java/openjdk6-jre were removed from the ports tree (r512663). Now this patch completely removes remaining stuff from the ports tree. PR: 241953 (exp-run) Reviewed by: glewis Approved by: portmgr (antoine) Differential Revision: https://reviews.freebsd.org/D22342 Notes: svn path=/head/; revision=518482
* - shift to post-extractJason Helfman2019-11-241-1/+3
| | | | | | | | | - attach no_arch while here Reported by: mat@ Notes: svn path=/head/; revision=518281
* - update to latest commit (5693965)Jason Helfman2019-11-222-10/+22
| | | | | | | - update source build process Notes: svn path=/head/; revision=518174
* - adjust PLIST to standardsJason Helfman2019-08-281-1/+2
| | | | | | | - pet portlint Notes: svn path=/head/; revision=510036
* - reclaimJason Helfman2019-08-081-1/+1
| | | | Notes: svn path=/head/; revision=508388
* Return jgh's ports to the various pools after his commit bit was safekept.Rene Ladan2019-08-051-1/+1
| | | | | | | Hat: portmgr-secretary Notes: svn path=/head/; revision=508206
* - update port to build via sourceJason Helfman2016-01-233-7/+11
| | | | | | | | - moved to github - bump portrevision (license) Notes: svn path=/head/; revision=407059
* - support stagingJason Helfman2013-10-201-4/+3
| | | | Notes: svn path=/head/; revision=330954
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | sysutils) Notes: svn path=/head/; revision=327772
* - update to 0.8.0Jason Helfman2013-08-162-3/+3
| | | | | | | | | | | | | | | | | | Changes: - improved attach compatibility for all IBM jvms - fixed wrong CPU/GC values for IBM J9 jvms - in case of unsupported heap size metric retrieval, n/a will be displayed instead of 0m - improved argument parsing, support for short-options, added help (pass --help), see issue #28 (now using the great jopt-simple library) - when passing the --once option, terminal will not be cleared anymore (see issue #27) - improved shell script for guessing the path if a JAVA_HOME environment variable is not present (thanks to Markus Kolb) Notes: svn path=/head/; revision=324790
* - update to 0.7.1Jason Helfman2013-07-302-10/+3
| | | | | | | | | | | Changes: - scrolling issue in some terminal environments should now be finally fixed, see issue #21 and issue #25 - new argument: --once will terminate jvmtop right after first output iteration Notes: svn path=/head/; revision=323974
* - update to 0.7.0Jason Helfman2013-07-213-5/+12
| | | | | | | | | | | | | | | | | - issue #21 was fixed locally via console or via terminal emulator however issues exists if using a standard remote session is being investigated: http://code.google.com/p/jvmtop/issues/detail?id=21 - add in post-install message noting to user to use jvmtop under a terminal emulation program ( sysutils/tmux or sysutils/screen ) From Changelog: - New Feature: jvmtop does now include a sampling-based CPU Profiler - jvmtop does now support FreeBSD, fixing the issue #21 and issue #22 - refresh rate can now be configured, using argument --delay <interval> minor fixes Notes: svn path=/head/; revision=323370
* Jvmtop is a lightweight console application to monitor all accessible, runningJason Helfman2013-06-194-0/+42
jvms on a machine. In a top-like manner, it displays JVM internal metrics (e.g. memory information) of running java processes. It's tested with different releases of Oracle JDK, IBM JDK and OpenJDK on Linux, Solaris and Windows hosts. Jvmtop requires a JDK - a JRE will not suffice. WWW: http://code.google.com/p/jvmtop/ Notes: svn path=/head/; revision=321335