亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

k8s中如何實現SchedulingLatency 指標查看

發布時間:2021-12-15 19:15:45 來源:億速云 閱讀:150 作者:柒染 欄目:云計算

k8s中如何實現SchedulingLatency 指標查看,很多新手對此不是很清楚,為了幫助大家解決這個難題,下面小編將為大家詳細講解,有這方面需求的人可以來學習下,希望你能有所收獲。

1.1. metrics.go指標定義

pkg/scheduler/metrics/metrics.go

 SchedulingLatency = prometheus.NewSummaryVec(
      prometheus.SummaryOpts{
         Subsystem: SchedulerSubsystem,
         Name:      SchedulingLatencyName,
         Help:      "Scheduling latency in seconds split by sub-parts of the scheduling operation",
         // Make the sliding window of 5h.
         // TODO: The value for this should be based on some SLI definition (long term).
         MaxAge: 5 * time.Hour,
      },
      []string{OperationLabel},

   )

第64行:Scheduling latency in seconds split by sub-parts of the scheduling operation

一次調度被分割為子組件的操作時間的和

1.1. scheduler.go調度入口

1.1.1. pkg/scheduler/scheduler.go

// Run begins watching and scheduling. It waits for cache to be synced, then starts a goroutine and returns immediately.
func (sched *Scheduler) Run() {
   if !sched.config.WaitForCacheSync() {
      return
   }

   go wait.Until(sched.scheduleOne, 0, sched.config.StopEverything)
}

k8s中如何實現SchedulingLatency 指標查看

1.1.1. 核心調度邏輯順序

1. sched.schedule

2. sched.assumeVolumes

3. sched.assume

4. sched.bindVolumes

5. sched.Cache

6. sched.bind

1.1. generic_scheduler.go調度算法實現

1.1.1. pkg/scheduler/core/generic_scheduler.go

看完上述內容是否對您有幫助呢?如果還想對相關知識有進一步的了解或閱讀更多相關文章,請關注億速云行業資訊頻道,感謝您對億速云的支持。

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

k8s
AI

上思县| 吉林市| 漳州市| 安溪县| 大庆市| 通河县| 皋兰县| 广昌县| 江阴市| 托克逊县| 小金县| 宁阳县| 含山县| 西安市| 炉霍县| 泽普县| 文登市| 大姚县| 汾西县| 勐海县| 旬邑县| 宝应县| 垦利县| 新安县| 原阳县| 金坛市| 舟山市| 本溪市| 嘉荫县| 额尔古纳市| 太白县| 中山市| 尤溪县| 栖霞市| 三原县| 新干县| 武强县| 拉萨市| 牡丹江市| 大化| 上栗县|