nuxt-x-app-admin
Dashboard System Chart
CPU / memory / disk line chart over the last 60 minutes with derived health status.
Dashboard System Chart
CPU / memory / disk line chart over the last 60 minutes with derived health status.
Components
<XAdminDashboardSystemChart />
Props, events, and behaviour reflect the actual <script setup> of XAdmin/Dashboard/SystemChart.vue in @xenterprises/nuxt-x-app-admin.
<XAdminDashboardSystemChart />
Props
| Prop | Type | Default | Description |
|---|---|---|---|
endpoint | String | 'admin/dashboard/charts/system' | useXCrud endpoint. Returns { chart, current: {cpu, memory, disk}, uptime, avgResponse }. |
AI Context
component: XAdminDashboardSystemChart
package: "@xenterprises/nuxt-x-app-admin"
category: Dashboard
source: app/components/XAdmin/Dashboard/SystemChart.vue
use-when: CPU / memory / disk line chart over the last 60 minutes with derived health status.
