开始以为只要安装 prometheus-operator 就行了。安装后发现只有一个 prometheus-operator pod 。这时才发现真正要安装的是 kube-prometheus 。kube-prometheus 中包含了 prometheus 监控所用到的所有组件,当然也包含 pr... ...
分类:
其他好文 时间:
2020-01-03 22:46:25
阅读次数:
168
转自 deep into IOVA https://software.intel.com/en-us/articles/memory-in-dpdk-part-2-deep-dive-into-iova 中文版 https://www.sdnlab.com/23551.html ...
分类:
其他好文 时间:
2020-01-03 19:22:21
阅读次数:
86
dpdk内存篇1-基本 https://www.sdnlab.com/23475.html https://software.intel.com/en-us/articles/memory-in-dpdk-part-1-general-concepts dpdk内存篇2-深入IOVA https:/ ...
分类:
其他好文 时间:
2020-01-03 19:20:06
阅读次数:
79
行编辑器 Time Limit: 1000 MS Memory Limit: 32768 K Total Submit: 513(211 users) Total Accepted: 297(201 users) Rating: Special Judge: No Description 这次我们要 ...
分类:
编程语言 时间:
2020-01-03 12:43:02
阅读次数:
78
来源:http://codeforces.com/problemset/problem/1265/B B. Beautiful Numbers time limit per test 1 second memory limit per test 256 megabytes input standar ...
分类:
其他好文 时间:
2020-01-02 22:33:54
阅读次数:
59
1. 2. 3. 4. 5. 6. `reboot` ...
分类:
系统相关 时间:
2020-01-01 20:55:13
阅读次数:
141
每次出现这个报错都会导致tomcat应用服务器停机 报错信息: 加了下面的java代码后就再也没有停过了。 ...
分类:
其他好文 时间:
2019-12-31 21:28:55
阅读次数:
2467
模拟CRC达到反调试的目的 该技术原理很简单,就开启一个线程,不断读取内存代码断中的字节,然后进行校对,当发现校对不一致时,直接退出,达到反调试的目的。 #include<stdio.h> #include<iostream> #include<Windows.h> #include<stdlib. ...
分类:
其他好文 时间:
2019-12-31 20:06:16
阅读次数:
99
安装libjpeg: sudo apt-get install libjpeg-dev demo #include <iostream> #include <jpeglib.h> #include <memory.h> #include <stdio.h> #include <stdlib.h> i ...
分类:
其他好文 时间:
2019-12-31 14:46:43
阅读次数:
107
5. 日志文件保存目录 ll /var/log/ 两个重要的系统日志文件 messages 记录系统或服务程序运行的状态信息 和 错误信息 secure(安全) 用户登录信息 作用:可以进行监控文件的信息,检查是否有过多失败记录 [root@oldboyedu ~] cat /var/log/sec ...
分类:
系统相关 时间:
2019-12-31 14:35:26
阅读次数:
109