LiveCapture
Phoenix.LiveDashboard.AppInfoComponent
Phoenix.LiveDashboard.ApplicationsPage
Phoenix.LiveDashboard.EctoStatsPage
Phoenix.LiveDashboard.EtsInfoComponent
Phoenix.LiveDashboard.EtsPage
Phoenix.LiveDashboard.HomePage
Phoenix.LiveDashboard.MemoryAllocatorsPage
Phoenix.LiveDashboard.MetricsPage
Phoenix.LiveDashboard.OSMonPage
render/0
Phoenix.LiveDashboard.PageBuilder
Phoenix.LiveDashboard.PageLive
Phoenix.LiveDashboard.PortInfoComponent
Phoenix.LiveDashboard.PortsPage
Phoenix.LiveDashboard.ProcessInfoComponent
Phoenix.LiveDashboard.ProcessesPage
Phoenix.LiveDashboard.RequestLoggerPage
Phoenix.LiveDashboard.SocketInfoComponent
Phoenix.LiveDashboard.SocketsPage
Phoenix.LiveDashboard.TitleBarComponent
s
m
l
xl
Docs
alias
Phoenix.LiveDashboard.OSMonPage
<
OSMonPage
.
render
cpu
=
{
%{
count
:
8
,
load1
:
0.12
,
avg1
:
0.02
,
avg5
:
0.03
,
avg15
:
0.04
,
load15
:
0.3
,
load5
:
0.2
}
}
page
=
{
%
PageBuilder
{
...
}
%
PageBuilder
{
node
:
:
nonode@nohost
,
params
:
%{}
,
route
:
:
os_mon
}
}
csp_nonces
=
{
%
Attribute
{
...
}
%
Attribute
{
module
:
:
Elixir.LiveCapture.Attribute.CSPNonces
,
resolver
:
&Phoenix.LiveDashboard.LiveCaptureFactory.csp_nonces/1
}
}
disk_usages
=
{
[
%{
title
:
"
/
"
,
limit
:
"
500 GB
"
,
percent
:
24.0
,
current
:
"
120 GB
"
,
dom_id
:
0
}
]
}
mem_usages
=
{
[
...
]
[
%{
title
:
"
Used
"
,
limit
:
"
4.0 GB
"
,
hint
:
"
Used memory
"
,
percent
:
25.0
,
current
:
"
1.0 GB
"
,
dom_id
:
:
used_memory
}
]
}
/>