Skip to content

Update monitoring-page.md #3497

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
May 21, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update content/docs/introduction/monitoring-page.md
Co-authored-by: Copilot <[email protected]>
  • Loading branch information
danieltprice and Copilot authored May 21, 2025
commit cd56332b95d015e36829ed4a1907c4a7b6a6e48c
2 changes: 1 addition & 1 deletion content/docs/introduction/monitoring-page.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ Your working set is the size of the distinct set of Postgres pages (relation dat
The **Working set size** graph provides a visual representation of the data (the number of unique pages accessed multiplied by page size) accessed within a given time interval. Here's how to interpret the graph:

- **5m** (5 minutes): This line shows the data accessed in the last 5 minutes.
- **15m** (15 minutes): Similar to the 5-minute window, this metric tracks the data accessed in last 15 minutes.
- **15m** (15 minutes): Similar to the 5-minute window, this metric tracks the data accessed in the last 15 minutes.
- **1h** (1 hour): This line represents the data accessed in the last hour.
- **Local file cache size**: This is the size of the LFC, which is determined by the size of your compute. Larger computes have larger caches. For cache sizes, see [How to size your compute](/docs/manage/computes#how-to-size-your-compute).
For optimal performance the local file cache should be larger than your working set size for a given time interval.
Expand Down