Name:
{{framework.name}}
Master:
{{state.master_hostname}}
Roles:
{{framework.roles.toString()}}
Active Tasks:
{{framework.num_tasks | number}}

Resources

Used Allocated
CPUs {{monitor.frameworks[framework.id].statistics.cpus_total_usage | number}} {{framework.cpus | number}}
GPUs N/A {{framework.gpus | number}}
Memory {{monitor.frameworks[framework.id].statistics.mem_rss_bytes | dataSize}} {{framework.mem * (1024 * 1024) | dataSize}}
Disk - {{(framework.disk || 0) * (1024 * 1024) | dataSize}}
ID Name Source Role Active Tasks Queued Tasks CPUs (Used / Allocated) GPUs (Used / Allocated) Mem (Used / Allocated) Disk (Used / Allocated)
{{executor.id}} {{executor.name}} {{executor.source}} {{executor.role}} {{executor.tasks.length | number}} {{executor.queued_tasks.length | number}} {{monitor.frameworks[framework.id].executors[executor.id].statistics.cpus_total_usage | number}} / {{executor.resources.cpus | number}} N/A {{monitor.frameworks[framework.id].executors[executor.id].statistics.mem_rss_bytes | dataSize}} / {{executor.resources.mem * (1024 * 1024) | dataSize}} {{monitor.frameworks[framework.id].executors[executor.id].statistics.disk_used_bytes | dataSize}} / {{executor.resources.disk * (1024 * 1024) | dataSize}} Sandbox
ID Name Source Role Sandbox
{{completed_executor.id}} {{completed_executor.name}} {{completed_executor.source}} {{completed_executor.role}} browse