Gaming · Rust on PC

Show FPS and ping in Rust

Source-checked Less than 1 minute

Answer

Press F1 to open Rust's console. Enter perf 1 to show FPS, perf 4 to show FPS and ping with memory use, or perf 0 to hide the counter.

Open the console

Press F1 while Rust is open.

Show FPS

Enter perf 1 and press Enter to show the frame-rate counter.

Add ping

Enter perf 4 to show FPS, ping and memory information together.

Hide the counter

Open the F1 console again, enter perf 0, and press Enter. The performance display should disappear.

Video walkthrough

If it does not work

  • If the Rust performance counter does not appear, confirm the command was entered in Rust's own F1 console on a supported client and test the documented perf value exactly. Server latency and rendered FPS are different measurements; do not install an overlay or modified client merely to display them.
Sources and verification

Checked against official documentation on . Scope: Rust on PC.

Facepunch's current command reference documents the console key and each perf display level used here.

Continue with

Browse more Rust tutorials