Skip to main content
未列出页
此页面未列出。搜索引擎不会对其索引,只有拥有直接链接的用户才能访问。
版本:v1.4

Template in monitor/

position: both
pod-template:
image: monitor
imagePullPolicy: Always
env:
- name: INTERVAL
value: "5"
- name: MONITORS
value: >
['memory_capacity','cpu_usage', 'memory_usage', 'gpu_usage', 'available_bandwidth', 'gpu_flops', 'model_flops', 'model_memory','queue_state']
port-open:
pos: cloud
port: 9000

需要 invocation-level queue state 的策略使用 monitor-queue-state.yaml,以更短间隔仅上报 queue_state。 Queue state 包含按顺序等待的 task identity 与当前 running/processing phase,而不是单个 queue length 数值。