Memory Statusline

GroupId: io.github.drkunibar.netbeans
ArtifactId: nb-memory-status
Author:
License:Apache License, Version 2.0
Homepage:https://github.com/drkunibar/nb-memory-status

2024-02-07     2024-09-05     4,069

Utilities  


Download matrix

Plugin version NetBeans compatible
1.0.0 NB 21 - Verification failed   NB 20 - Verified  
1.1.0 NB 23 - Verified   NB 22 - Verified  

Intro

Shows the current memory usage in the status line

screenshot_main.png

Description

The plugin shows the memory usage in the Netbeans status line. It's mostly like the memory monitor in the toolbar.

Screenshot memory monitor

There is a tooltip with more details.

Screenshot memory monitor tooltip

If you click on the memory monitor the garbage collector will be started.

You can hide the text

Screenshot context menu

CHANGELOG

1.1.0

Enhancement

  • Can hide Text (Context menu)

Build

  • Maven Plugins updated
  • Use nb-parent as Parent-POM
  • Java 17

1.0.0

First version