[STANDLONE] PerformanceSentry

A script by Nekzerd

No reviews yet.
[STANDLONE] PerformanceSentry main image

Price

Unknown

Full Description

PerformanceSentry

Available :

PerformanceSentry is now available on Tebex! You can visit our Tebex store for more information and to purchase the script.

PerformanceSentry (tebex.io)

Description

Server Dashboard is a script for FiveM that provides a real-time dashboard for monitoring server and resource status and performance. It can help administrators and developers quickly identify and resolve problems.

Features

  • Displays RAM usage by server kernel and resources.

  • Displays the event load on the server.

  • Displays a list of events triggered on the server.

  • Displays a list of the latest HTTP requests made by the server.

  • Displays the number of players connected to the server.

  • Displays FiveM server and SQL server response times.

Image

|300x293.688

Installation

  1. Download the script and place it in your FiveM resources folder.

  2. Add start PerformanceSentry to your server.cfg file.

  3. Configure the script by modifying the config.lua file as required.

  4. To ensure the script functions correctly, you also need to modify the “scheduler.lua” file in the FiveM artifact. Add the following line in the “TriggerClientEvent”, “TriggerLatentClientEvent”, “TriggerServerEvent”, and “TriggerLatentServerEvent” functions, right after the line “local payload = msgpack_pack_args(…)”:

TriggerEvent("PerformanceSentry:TriggerClientServerEvents", GetCurrentResourceName(), eventName, playerId, payload:len(), bps)

Configuration

You can configure the script by modifying the config.lua file. The following configuration options are available:

  • Webhook : The URL of the Discord webhook for dashboard notifications.

  • IDMessage : The ID of the Discord message to be updated with dashboard information. (For the IDMessage, simply use Discohook (for example) and send an embed with the same webhook. Once you’ve done that, copy the ID of the message you want to send with your webhook.)

Code is accessible No
Subscription-based No
Lines (approximately) 600
Requirements Nothing
Support Yes
Config Merger
Have you tried Config Merger? Merge your configs easily