CM2Walki / Server-FPS-Recorder

Server benchmarking script that records server fps to file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Server FPS Recorder

Description

A simple SourceMod plugin that saves the server fps for a CS:GO server every second using a regex and the stats command. Every 500 seconds it appends the data to the file csgo/serverbenchmark-data.txt in the format:

unix_timestamp fps_that_second

Example:

1640434765 127.389999
1640434766 127.989997
1640434767 128.039993
1640434768 127.989997
1640434769 128.119995
1640434770 128.009994
1640434771 128.059997
1640434772 128.059997
1640434773 127.989997
1640434774 128.220001
1640434775 127.910003
1640434776 128.059997

Can then be visualized using Google spreadsheets like this:

image

Credits

About

Server benchmarking script that records server fps to file


Languages

Language:SourcePawn 100.0%