资源指标:metrucs-server 自定义指标:prometheus, k8s-prometheus-adapter(转换prometheus数据的格式) 新一代架构: 核心指标流水线:由kubelet、metrics-server以及由API server提供的api组成;CPU累积使用率、内... ...
分类:
其他好文 时间:
2019-01-01 17:26:46
阅读次数:
207
Given a string S and a string T, find the minimum window in S which will contain all the characters in T in complexity O(n). Example: Input: S = "ADOB ...
HeapSter InfluxDB(持久存储) Grafana 展示InfluxDB的数据(类似kibana) #安装InfluxDB #github https://github.com/kubernetes-retired/heapster #下载文件 wget https://raw.gith... ...
分类:
其他好文 时间:
2019-01-01 11:06:46
阅读次数:
262
Codeforces 712B Memory and Trident ...
分类:
其他好文 时间:
2018-12-30 22:18:35
阅读次数:
196
一、效果显示 二、制作过程 首先,我们创建一个动态面板,新增2个面板,分别为“default:默认显示灰色边框”,“onclick:点击后显示的蓝色框”。 Default面板: onclick面板: onclick面板,可以看到是由2个元素组成,蓝色的边框和一个白色的色块,白色色块的作用是用于点击后 ...
分类:
其他好文 时间:
2018-12-27 20:56:05
阅读次数:
167
【转】模块(configparser+shutil+logging) 一、configparser模块 1、模块介绍 configparser用于处理特定格式的文件,其本质上是利用open来操作文件。 *注:(这里解释一下特定格式的文件) a、有section和option的格式,且section表 ...
分类:
其他好文 时间:
2018-12-27 15:31:22
阅读次数:
138
Write a function to delete a node (except the tail) in a singly linked list, given only access to that node. Given linked list -- head = [4,5,1,9], wh ...
分类:
其他好文 时间:
2018-12-27 15:15:45
阅读次数:
113
Roman numerals are represented by seven different symbols: I, V, X, L, C, D and M. For example, two is written as II in Roman numeral, just two one's ...
分类:
其他好文 时间:
2018-12-27 13:24:40
阅读次数:
159
有时候由于长时间米有登录linux系统,等需要用的时候突然忘记root密码,怎么办?下面简单介绍解决方法。 redhat 和 centos 6.5 可以,7.0以上未测 在系统重启后,不停地按”e”键,如图: 在系统重启后,不停地按”e”键,如图: 选择第二个,也就是“kernel”开头的项(上下键 ...
分类:
系统相关 时间:
2018-12-25 11:27:38
阅读次数:
244