Viewing FortiDLP Agent performance reports
Agent performance reports can be generated automatically or manually, either remotely or locally.
To enable the automatic generation of performance reports when CPU or memory thresholds are exceeded on managed nodes, you must turn on the Agent performance monitoring setting using Agent configuration groups.
To manually generate the report, follow the steps below.
How to collect a FortiDLP Agent performance report remotely
- In the FortiDLP Console, on the left-hand sidebar, click .
- Filter for the relevant node.
For guidance on this, see Nodes. - In the Table tab, select the row of the node.
- On the Node profile page, click Perform action.
- In the Actions dialog box, do the following:
- Click Request performance report.
- Do one of the following:
- To generate a standard report:
- Optionally, alter the request timeout period.
- Click Request performance report.
- To generate an advanced report:
- Select the Collect an advanced report containing debug data checkbox. An advanced report contains more information and takes longer to compile.
- Optionally, alter the request timeout period.
- Click Request performance report.
The performance report is generated.
- To generate a standard report:
- To view the report, do the following:
- Click Close to exit the dialog box.
- In the Bundles and reports widget, for the relevant report, click .
A ZIP file is downloaded to your device.Pending action requests for performance reports will display with a "Requested" badge.
You can check for pending actions by sending a GET request to the FortiDLP API's
/api/v1/actions/{agent_uuid}/in-flight
endpoint. - Extract the ZIP file.
- Double-click the
performance-report
folder. - Double-click the
index.html
file.
You can also download the report from the Action details panel, accessible from the Action (New) or Action (Legacy) event stream (depending on the Agent version). In the Investigate module, just enter the |
How to collect a FortiDLP Agent performance report locally
- On the device you want to collect a performance report for, open a command-line interface.
- Do one of the following:
- On Windows:
- To generate a standard report, run
"C:\Program Files\Jazz Networks\Agent\agent.exe" debug bundle -m performance_lite
. - To generate advanced report, run
"C:\Program Files\Jazz Networks\Agent\agent.exe" debug bundle -m performance
.
- To generate a standard report, run
- On macOS:
- To generate a standard report, run
sudo /Library/Application\ Support/Ava/Reveal/agent/agent debug bundle -m performance_lite
. - To generate an advanced report, run
sudo /Library/Application\ Support/Ava/Reveal/agent/agent debug bundle -m performance
.
- To generate a standard report, run
- On Linux:
- To generate a standard report, run
jazz-agent debug bundle -m performance_lite
. - To generate an advanced report, run
jazz-agent debug bundle -m performance
.
- To generate a standard report, run
The report is saved to the current directory as a ZIP file and its filename is shown in the output message.
- On Windows:
- To view the report:
- Extract the ZIP file.
- Double-click the
performance-report
folder. - Double-click the
index.html
file.
Administrator or root privileges are required. |