Back to Flink

Overview Statistic.Component

flink-runtime-web/web-dashboard/src/app/pages/overview/statistic/overview-statistic.component.html

0.4-rc1605 B
Original Source

{{ statistic['slots-available'] | number: '1.0-0' }}

Total Task Slots{{ statistic['slots-total'] | number: '1.0-0' }}

Blocked Free Slots {{ statistic['slots-free-and-blocked'] | number: '1.0-0' }}

Task Managers{{ statistic['taskmanagers'] | number: '1.0-0' }}

Blocked Task Managers {{ statistic['taskmanagers-blocked'] | number: '1.0-0' }}

{{ statistic['applications-running'] | number: '1.0-0' }}

Finished{{ statistic['applications-finished'] | number: '1.0-0' }}

Canceled{{ statistic['applications-cancelled'] | number: '1.0-0' }}

Failed{{ statistic['applications-failed'] | number: '1.0-0' }}