DEV Community

SJW
SJW

Posted on

annotation-based performance measurement tool for use in Spring.

Hello! I am a junior developer working on a Spring-based performance measurement tool. This is my first open-source project, and I'd love to get your feedback and contributions! Even small improvements are welcome.

What It Does

  • Real-time performance monitoring through a web dashboard
  • Memory usage tracking (Heap/Non-Heap)
  • Thread pool analysis
  • Response time measurements
  • Load testing capabilities

How It Works

Just add the @PerformanceMeasure annotation to any method you want to monitor

@RestController
public class UserController {
    @PerformanceMeasure("User API Performance")
    @GetMapping("/api/users")
    public List<User> getUsers() {
        // Your implementation
    }
}
Enter fullscreen mode Exit fullscreen mode

Feel free to submit a PR. GitHub repo link: https://github.com/Seo-Jangwon/Mole1

Contribution guidelines can be found in the README! Feel free to check it out and contribute.
Let me know if you want any tweaks! 😊

Heroku

Build apps, not infrastructure.

Dealing with servers, hardware, and infrastructure can take up your valuable time. Discover the benefits of Heroku, the PaaS of choice for developers since 2007.

Visit Site

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs