---
title: "perfmon - s&box library"
description: "FPS and ping meter"
canonical: "https://sbox.watch/libraries/nfm/perfmon/"
generated_at: "2026-07-22T23:10:23.126Z"
---

# perfmon

FPS and ping meter

- Type: library
- Ident: nfm.perfmon
- Creator: nonperforming
- Canonical: https://sbox.watch/libraries/nfm/perfmon/
- Markdown: https://sbox.watch/libraries/nfm/perfmon.md
- sbox.game: https://sbox.game/nfm/perfmon/
- Generated: 2026-07-22T23:10:23.126Z

## Stats

- 24h momentum: +0
- Terry score: 53%
- Favorites: 2
- Upvotes: 3
- Downvotes: 0
- Updated: Sep 2, 2023
- Created: Sep 2, 2023
- Size: 1.8 MB
- Files: 14
- Tags: fps, performance, ping

## Description

perfmon

Simple FPS and Ping display
To use, set your root panel to or add a child Panel called

using Perfmon;
/\*
 bool draw = true
 bool drawFPS = true
 bool drawPing = false
 IClient client = null // Used for ping meter
 float updateRate = 1f // How fast updates should be
\*/
Game.RootPanel = new PerfmonRoot();

// or...

AddChild(new Perfmon());

Uses Fira Code (https://github.com/tonsky/FiraCode)



## More by nonperforming

| Package | Ident | Players | Favorites | Upvotes | Score | Markdown |
| --- | --- | --- | --- | --- | --- | --- |
| ease | nfm.ease | 0 | 1 | 1 | 27% | https://sbox.watch/libraries/nfm/ease.md |
