This document discusses using JDK Flight Recorder (JFR) for performance monitoring of batch processes at Rakuten Card Co., Ltd. It begins with an introduction to the company and its challenges monitoring batch operations as it migrated from mainframe to Java-based systems. It then provides an overview of JFR and how Rakuten uses it to monitor individual processes. The document outlines Rakuten's concerns regarding real-time analysis and integrating other tools. It proposes addressing these concerns by developing a real-time monitoring pipeline that extracts JFR logs, processes them with Norikra, and visualizes the results with Elasticsearch and Kibana. The presentation concludes that JFR provides opportunities to build a simple application performance monitoring system