Service graphs
|
|
|
|
Graph Information
Shows oracle PGA memory management from v$pgastat NEPTUN
| Field | Internal name | Type | Warn | Crit | Info |
|---|---|---|---|---|---|
| used | pgainuse | gauge | select value from v$pgastat where name = 'total PGA inuse' | ||
| process allocated | pgaprocess | gauge | select sum(pga_used_mem) from v$process | ||
| allocated | pgaalloc | gauge | select value from v$pgastat where name = 'total PGA allocated' |