Skip to content

Commit

Permalink
Reduce Linux Pressure (PSI) storage cost
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlozt committed Dec 13, 2024
1 parent 6e9f003 commit 309b96d
Show file tree
Hide file tree
Showing 2 changed files with 668 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
zabbix_export:
version: '6.0'
date: '2023-09-19T18:02:09Z'
date: '2024-12-13T22:00:00Z'
groups:
- uuid: 846977d1dfed4968bc5f8bdb363285bc
name: 'Templates/Operating systems'
templates:
- uuid: fc3089e96aa34a9fa86fe178b7d2c9c9
template: 'Linux Pressure Stall Information - PSI'
name: 'Linux Pressure Stall Information - PSI'
description: 'Provides access to the pressure stall info for cpu, memory and io.'
description: |
Provides access to the pressure stall info for cpu, memory and io.
https://docs.kernel.org/accounting/psi.html
groups:
- name: 'Templates/Operating systems'
items:
Expand Down Expand Up @@ -444,29 +446,29 @@ zabbix_export:
- uuid: 17b344a3dae442c98149fab9437b4b40
name: 'CPU Pressure Stall Information - Text'
key: 'vfs.file.contents[/proc/pressure/cpu]'
delay: 5s
trends: '0'
history: '0'
value_type: TEXT
trends: '0'
description: 'Service item for gathering cpu ''some'' pressure (10s,60s,300s)'
tags:
- tag: component
value: cpu
- uuid: b78af20d636a4c8094f1161bc1518caf
name: 'IO Pressure Stall Information - Text'
key: 'vfs.file.contents[/proc/pressure/io]'
delay: 5s
trends: '0'
history: '0'
value_type: TEXT
trends: '0'
description: 'Service item for gathering io ''some'' and ''full'' pressure (10s,60s,300s)'
tags:
- tag: component
value: io
- uuid: a36abe771ad5456981a0ae2d26569507
name: 'Memory Pressure Stall Information - Text'
key: 'vfs.file.contents[/proc/pressure/memory]'
delay: 5s
trends: '0'
history: '0'
value_type: TEXT
trends: '0'
description: 'Service item for gathering memory ''some'' and ''full'' pressure (10s,60s,300s)'
tags:
- tag: component
Expand Down
Loading

0 comments on commit 309b96d

Please sign in to comment.