How to Install and Uninstall libperfmark-java Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 10,2024

1. Install "libperfmark-java" package

Learn how to install libperfmark-java on Ubuntu 21.04 (Hirsute Hippo)

$ sudo apt update $ sudo apt install libperfmark-java

2. Uninstall "libperfmark-java" package

Please follow the instructions below to uninstall libperfmark-java on Ubuntu 21.04 (Hirsute Hippo):

$ sudo apt remove libperfmark-java $ sudo apt autoclean && sudo apt autoremove

3. Information about the libperfmark-java package on Ubuntu 21.04 (Hirsute Hippo)

Package: libperfmark-java
Architecture: all
Version: 0.21.0+ds-2
Multi-Arch: foreign
Priority: optional
Section: universe/java
Source: perfmark-java
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 209
Filename: pool/universe/p/perfmark-java/libperfmark-java_0.21.0+ds-2_all.deb
Size: 88784
MD5sum: 9c68a3fa3897e1d806ce7c01fcd4350a
SHA1: f0437be0ef08c6633add0805be97d6b73c72adc2
SHA256: 1b366e8c322f21cec1eb746c77f4dc6a5363a7e8888773bc3a4a7361416e4124
SHA512: 2df63808350ecbbb1e7dd439670e5d6d07d487550b03368ac0c95f6faf7f36aecf865be6dc2a190b933cfc26b61d4ccf687fff19c87d86e1f156f60d8ed0cb2c
Homepage: https://github.com/perfmark/perfmark
Description-en: High Performance Tracing Library for Java
Low-overhead, manually-instrumented, tracing library for Java. Users can add
the tracing function calls to their code to see how long each part takes.
.
Features
.
* Very Low Overhead: When enabled, tracing a function call adds about 70ns.
Tracing is done in a lock-free, wait-free, thread local buffer, which
avoids interfering with your latency-sensitive code.
.
* Dynamically Enabled: PerfMark can be enabled or disabled at runtime. When
disabled, PerfMark has zero overhead, taking advantage of the JIT compiler
to remove the tracing.
.
* Inter-thread Communication: Existing profilers have difficulty expressing
which thread wakes up and executes work on another thread. PerfMark allows
users to express this relationship explicitly, making for a clear picture
of how code flows.
.
* Small Library Size: The PerfMark tracing API is only 5 KB in size, and has
minimal dependencies making it easy to include in other projects. If no
backend for recording the trace is present, the library safely disables
itself.
.
* Multiple Java Versions: The PerfMark API supports Java 6, making it easy to
include on older or constrained environments. Additionally, PerfMark
includes optimized backends for Java 6, Java 7, and Java 9. Each of these
backends is automatically loaded at runtime (if possible) and uses advanced
JVM features for maximum speed.
.
* Chrome Trace Viewer Integration: PerfMark can export to the Chrome Trace
Event Format, making it easy to view in your Web Browser.
Description-md5: 614bce00248d8da9dba068ee7ebb035f