36-云原生监控体系建设-秦晓辉Pod 和容器,典型的比如创建 Pod、销 毁 Pod,显然我们应该关注这些操作的 成功率和耗时 • Categraf 的仓库中 inputs/kubernetes/kubelet-metrics- dash.json 就是 Kubelet 的大盘文件 • kubelet_running_pods:运行的Pod的数量,gauge类型 • kubelet_running_containers:运行的容器的数量,gauge类型, 修改 iptables 或者 ipvs。所以要重点关 注 sync_proxy_rules 相关的指标 • Categraf 的仓库中 inputs/kubernetes/kube-proxy- dash.json 就是 kube-proxy 的大盘文件 • up 关注 kube-proxy 的存活性,应该和 node 节点的数量相等 • rest_client_request_duration_seconds 也会缓存很多数据到内存里,所以进程占用的 内存,所在机器的内存使用率都应该要关注 • 采集方式可以参考 categraf 仓库的 k8s/deployment.yaml,大盘可以参考 k8s/apiserver- dash.json • apiserver_request_total 请求量的指标,可以统计每秒请求数、成功率 • apiserver_request_duration_seconds 请求延迟统计 •0 码力 | 32 页 | 3.27 MB | 6 月前3
Debian打包教程 version 0.29或 dpkg-buildpackage 安装 (debi) 上传 (dput) Debian 打包教程 9 / 90 范例:重构 dash 1 安装构建 dash 需要的软件包,以及 devscripts sudo apt-get build-dep dash (需要在 /etc/apt/sources.list) 文件里加上 deb-src 的相关地址内容 sudo apt-get install /tmp/debian-tutorial ; cd /tmp/debian-tutorial 3 获取 dash 的源码包 apt-get source dash (需要在 /etc/apt/sources.list 文件里加上 deb-src 的相关地址内容) 4 构建软件包 cd dash-* debuild -us -uc (-us -uc 指不将软件包标记为 GPG) 5 检查命令是否正常运作0 码力 | 90 页 | 663.35 KB | 1 年前3
ffmpeg翻译文档ssegment选项 segment, stream_segment, ssegment例子 smoothstreaming tee tee例子 webm_dash_manifest webm_dash_manifest选项 webm_dash_manifest例子 22 混合器 - 165 - 本文档使用 书栈(BookStack.CN) 构建 webm_chunk webm_chunk选项 global_header 的例子 tee例子 webm_dash_manifest 22 混合器 - 189 - 本文档使用 书栈(BookStack.CN) 构建 WebM DASH 清单混合器. 这个混合器实现了按WebM DASH清单规范生成DASH清单XML文件。它还支持生成DASH直播流 更多参考: WebM DASH Specification: https://sites https://sites.google.com/a/webmproject.org/wiki/adaptive- streaming/webm-dash-specification ISO DASH Specification: http://standards.iso.org/ittf/PubliclyAvailableStandards/c065274_ISO_IE C_23009-1_2014.zip 支持如下选项:0 码力 | 502 页 | 3.06 MB | 1 年前3
Debian 参考手册(版本 2.109)readlink(1)。 shell 内置命令,如“[”或“test”,可能也会用到。 1.2.4 控制新建文件的权限:umask 什么权限将应用到新建文件受 shell 内置命令 umask 的限制。参见 dash(1),bash(1),和内建命令 (7)。 (file permissions) = (requested file permissions) & ~(umask value) Debian 7175 是 Bash: GNU Bourne Again SHell (事实上的标准) bash-completion V:33, I:932 1454 N/A bash shell 编程补全 dash V:886, I:996 191 是 Debian Almquist Shell, 擅长 shell 脚本 zsh V:40, I:73 2462 是 Z shell: 有许多增强的标准 shell d,将会缩窄候选项。使用光标和回车键选择将要使用的命令。 9.1.4 Readline 封装 一些命令,比如 /usr/bin/dash,它缺少命令行历史编辑能力,但在 rlwrap 或它的等价物下运行就能够透明的增 加这样的功能。 $ rlwrap dash -i 这提供一个便利平台来测试 dash 的细微之处,使用类似 bash 的友好环境。 9.1.5 扫描源代码树 在 ripgrep 软件包中的 rg(1)0 码力 | 261 页 | 1.39 MB | 1 年前3
ffmpeg基本杂谈_20171116
始数据转换(⾊彩空间转换)、⾳视频处理(AVFilter)、后期处理 (PostProc)。 DASH Demuxer ISO-23009 XML HLS DASH Demuxer SegmentBase SegmentList SegmentList Template: $Number$ $Time$ $Bandwidth$ DASH Demuxer Timeline MPD-timeShiftBufferDepth0 码力 | 55 页 | 20.91 MB | 1 年前3
Debian 參考手冊(第 2.109 版)readlink(1)。shell 內建指令,如“[”或“test”,可能也會用到。 1.2.4 控制新建檔案的許可權:umask 什麼許可權將應用到新建檔案受 shell 內建指令 umask 的限制。參見 dash(1),bash(1),和內建命令 (7)。 (file permissions) = (requested file permissions) & ~(umask value) Debian Yes Bash: GNU Bourne Again SHell (事實上的標準) bash-completion V:33, I:932 1454 N/A bash shell 程式設計補全 dash V:886, I:996 191 Yes Debian Almquist Shell, 擅長 shell 指令碼 zsh V:40, I:73 2462 Yes Z shell: 有許多增強的標準 d,將會縮窄候選項。使用游標和回車鍵選擇將要使用的命令。 9.1.4 Readline 封裝 一些命令,比如 /usr/bin/dash,它缺少命令列歷史編輯能力,但在 rlwrap 或它的等價物下執行就能夠透明的增 加這樣的功能。 $ rlwrap dash -i 這提供一個便利平臺來測試 dash 的細微之處,使用類似 bash 的友好環境。 9.1.5 掃描原始碼樹 在 ripgrep 軟體包中的 rg(1)0 码力 | 260 页 | 1.41 MB | 1 年前3
Debian 快速參考手冊。 /bin/sh 則就直接符號連結至 /bin/bash 或 /bin/dash 。如果要相容於舊有且 bash 化的 script 的話,用 /bin/bash 會比較好點,但用 /bin/dash 可強迫訓練你與 POSIX 相容。升 級至 2.4 Linux kernel 時傾向於將其設定至 /bin/dash 。 3.5.4 Runlevel 大部分的Debian套件在安裝後是被設定在0 码力 | 29 页 | 862.98 KB | 1 年前3
KiCad 8.0 PCB 编辑器a filled circle with 2mm radius. Several line styles are available: solid, dashed, dotted, dash-dot, and dash-dot-dot. Ctrl Shift L Ctrl Shift A Ctrl Shift C Ctrl Shift P U 53 NOTE You can customize border width control and the line style with the border style control (solid, dashed, dotted, dash-dot, or dash-dot-dot). NOTE You can customize the default style of newly-created text objects in the Text Thickness of the strokes of the shape. Line_Style string One of "Solid", "Dashed", "Dotted", "Dash-Dot", "Dash-Dot-Dot". Shape string One of "Segment", "Rectangle", "Arc", "Circle", "Polygon", or "Bezier"0 码力 | 194 页 | 8.27 MB | 1 年前3
GoMeetingUp-TutorMeet+:用Go打造高品质云课堂Collider struct { *roomTable dash *dashboard } func NewCollider(rs string) *Collider { return &Collider{ roomTable: newRoomTable(time.Second*registerTimeoutSec, rs), dash: newDashboard(), } } // Run0 码力 | 36 页 | 17.12 MB | 1 年前3
自由软件运动Linux 的历史依旧提供了一个 GNOME Classic 桌面入 口,用户可在登录界面进行选择。 Unity 的应用程序停靠栏 Dash 采用了类似 MAC OS X 中 Dock 的设计,并且位于屏幕 左侧(无法改变位置)。此外,它还有类似 Windows7 中进度指示器的功能。 通过 Dash 上的按钮,用户可以打开 Unity 的应用程序启动器 Launcher,它使用了类 似 iOS 中程序列表的设0 码力 | 6 页 | 120.49 KB | 1 年前3
共 110 条
- 1
- 2
- 3
- 4
- 5
- 6
- 11













