Garry's Mod Wiki

engine.ServerFrameTime

  number, number engine.ServerFrameTime()

Description

Returns an estimate of the server's performance. Equivalent to calling FrameTime from the server, according to source code.

Returns

1 number
Frame time.
2 number
Server framerate standard deviation.

Example

Get the servers tickrate. Can be used to indicate lag.

print( "Server Tick: " .. ( 1 / engine.ServerFrameTime() ) )
Output:
Server Tick: 66.666668156783