https://github.com/jmcdutra/mta-cl_performance
cl_drawperf (Fivem) for MTA and resource monitoring
https://github.com/jmcdutra/mta-cl_performance
Last synced: 4 months ago
JSON representation
cl_drawperf (Fivem) for MTA and resource monitoring
- Host: GitHub
- URL: https://github.com/jmcdutra/mta-cl_performance
- Owner: jmcdutra
- Created: 2021-12-13T01:33:25.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-13T01:41:59.000Z (over 3 years ago)
- Last Synced: 2024-10-26T06:53:18.992Z (8 months ago)
- Language: Lua
- Size: 244 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-mta-sa - mta-cl_performance - performance monitor similar to FiveM. (Resources)
README
# mta-cl_performance
cl_drawperf (Fivem) for MTA and resource monitoring### cl_drawperf [input]
[1]: Performance similar ao FiveM, [2]: Performance de desenvolvedor (mais completa)
- Exemplo: /cl_drawperf 1[Time: realTime], [FPS: currentFPS], [Ping: msPing], [CPU Usage (All resources)], [Memory Usage (All Resources)]
- Exemplo: /cl_drawperf 2
{Performance + dados} - TABLE

### res_perf [resource]
/res_perf [resource] -- Monitora um resource específico (CPU & Memory)
- Exemplo: /res_perf ajax
### get_perf
Copia a tabela com os dados e performance atual para o seu clipboard
- Exemplo: /get_perfRetorno:
```lua
{
localTime = "12/12/2021 - 22:40:04",
localplayer = "Dutra",
matrix = {
dimension = 0,
interior = 0,
position = { "2116.53320", "-1218.29443", "23.80469" },
rotation = { "-0.00000", "0.00000", "115.61491" }
},
perfomance = {
fps = 100,
ping = 139
},
resources = {
cpu_usage = "6.27%",
memory_usage = "9.80 MB's"
}
}
```