积分充值
 首页
前端开发
AngularDartElectronFlutterHTML/CSSJavaScriptReactSvelteTypeScriptVue.js构建工具
后端开发
.NetC#C++C语言DenoffmpegGoIdrisJavaJuliaKotlinLeanMakefilenimNode.jsPascalPHPPythonRISC-VRubyRustSwiftUML其它语言区块链开发测试微服务敏捷开发架构设计汇编语言
数据库
Apache DorisApache HBaseCassandraClickHouseFirebirdGreenplumMongoDBMySQLPieCloudDBPostgreSQLRedisSQLSQLiteTiDBVitess数据库中间件数据库工具数据库设计
系统运维
AndroidDevOpshttpdJenkinsLinuxPrometheusTraefikZabbix存储网络与安全
云计算&大数据
Apache APISIXApache FlinkApache KarafApache KyuubiApache OzonedaprDockerHadoopHarborIstioKubernetesOpenShiftPandasrancherRocketMQServerlessService MeshVirtualBoxVMWare云原生CNCF机器学习边缘计算
综合其他
BlenderGIMPKiCadKritaWeblate产品与服务人工智能亿图数据可视化版本控制笔试面试
文库资料
前端
AngularAnt DesignBabelBootstrapChart.jsCSS3EchartsElectronHighchartsHTML/CSSHTML5JavaScriptJerryScriptJestReactSassTypeScriptVue前端工具小程序
后端
.NETApacheC/C++C#CMakeCrystalDartDenoDjangoDubboErlangFastifyFlaskGinGoGoFrameGuzzleIrisJavaJuliaLispLLVMLuaMatplotlibMicronautnimNode.jsPerlPHPPythonQtRPCRubyRustR语言ScalaShellVlangwasmYewZephirZig算法
移动端
AndroidAPP工具FlutterFramework7HarmonyHippyIoniciOSkotlinNativeObject-CPWAReactSwiftuni-appWeex
数据库
ApacheArangoDBCassandraClickHouseCouchDBCrateDBDB2DocumentDBDorisDragonflyDBEdgeDBetcdFirebirdGaussDBGraphGreenPlumHStreamDBHugeGraphimmudbIndexedDBInfluxDBIoTDBKey-ValueKitDBLevelDBM3DBMatrixOneMilvusMongoDBMySQLNavicatNebulaNewSQLNoSQLOceanBaseOpenTSDBOracleOrientDBPostgreSQLPrestoDBQuestDBRedisRocksDBSequoiaDBServerSkytableSQLSQLiteTiDBTiKVTimescaleDBYugabyteDB关系型数据库数据库数据库ORM数据库中间件数据库工具时序数据库
云计算&大数据
ActiveMQAerakiAgentAlluxioAntreaApacheApache APISIXAPISIXBFEBitBookKeeperChaosChoerodonCiliumCloudStackConsulDaprDataEaseDC/OSDockerDrillDruidElasticJobElasticSearchEnvoyErdaFlinkFluentGrafanaHadoopHarborHelmHudiInLongKafkaKnativeKongKubeCubeKubeEdgeKubeflowKubeOperatorKubernetesKubeSphereKubeVelaKumaKylinLibcloudLinkerdLonghornMeiliSearchMeshNacosNATSOKDOpenOpenEBSOpenKruiseOpenPitrixOpenSearchOpenStackOpenTracingOzonePaddlePaddlePolicyPulsarPyTorchRainbondRancherRediSearchScikit-learnServerlessShardingSphereShenYuSparkStormSupersetXuperChainZadig云原生CNCF人工智能区块链数据挖掘机器学习深度学习算法工程边缘计算
UI&美工&设计
BlenderKritaSketchUI设计
网络&系统&运维
AnsibleApacheAWKCeleryCephCI/CDCurveDevOpsGoCDHAProxyIstioJenkinsJumpServerLinuxMacNginxOpenRestyPrometheusServertraefikTrafficUnixWindowsZabbixZipkin安全防护系统内核网络运维监控
综合其它
文章资讯
 上传文档  发布文章  登录账户
IT文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部后端开发(48)Python(30)云计算&大数据(30)Conda(15)VirtualBox(11)数据库(10)C++(10)TiDB(10)Service Mesh(10)系统运维(8)

语言

全部英语(67)中文(简体)(25)中文(繁体)(5)zh(1)

格式

全部PDF文档 PDF(93)DOC文档 DOC(5)
 
本次搜索耗时 0.713 秒,为您找到相关结果约 98 个.
  • 全部
  • 后端开发
  • Python
  • 云计算&大数据
  • Conda
  • VirtualBox
  • 数据库
  • C++
  • TiDB
  • Service Mesh
  • 系统运维
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • zh
  • 全部
  • PDF文档 PDF
  • DOC文档 DOC
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 36-云原生监控体系建设-秦晓辉

    左侧这个配置大家在网上比较容易搜到,通过kubernetes_sd_configs做服务发现,查找所有node,通过 Kubernetes apiserver 的 proxy 接口,抓取各个node(即kubelet)的 /metrics/cadvisor 接口的 prometheus 协议的数据 • 这个抓取器只需要部署一个实例,调用 apiserver 的接口即可,维护较为简单,采集频率可以调的稍大,比 如30s或60s • apiserver,如果是几千个node的大集群,对 apiserver 可能会有较大压力 Kubernetes Node - 容器负载监控 抓取方案 { 抓取方案二 } • 直接调用 kubelet 的接口 /metrics/cadvisor ,不走 apiserver 这个 proxy,避免对 apiserver 的请求压力 • 采用 Daemonset 的方式部署 • 但是,缺少了对 __meta_kubernetes_node_label_( m]) Kubernetes Node - Kubelet监控 • Kubelet 在 /metrics/cadvisor 暴露的是 cAdvisor 的监控数据(prometheus协 议),在 /stats/summary 暴露的是容 器的概要监控数据(普通json协议), 在 /metrics 暴露的是自身的监控数据 (prometheus协议) • Kubelet 的核心职责就是管理本机的
    0 码力 | 32 页 | 3.27 MB | 6 月前
    3
  • pdf文档 MITRE Defense Agile Acquisition Guide - Mar 2014

    ...................................................................................... 41 12 Metrics ................................................................................................ manager and/or systems engineer) who coordinates and integrates programmatics (e.g., schedules, metrics) and deliverables (e.g., code)?  Is there a clear owner of the program (or broader enterprise) review/approve?  Does the government have access or insight into the development environment (code, metrics)?  At the end of a sprint, does the team reflect on what worked and how to improve in future
    0 码力 | 74 页 | 3.57 MB | 5 月前
    3
  • pdf文档 TiDB v8.3 Documentation

    · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 1037 8.6.8 Monitoring metrics and charts · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 1040 8.6.9 Tool · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 1156 9.2.2 Use the metrics interface· · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 1158 10 · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 1162 9.3.3 View component metrics· · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 1163 9.4 Upgrade
    0 码力 | 6606 页 | 109.48 MB | 10 月前
    3
  • pdf文档 TiDB v8.2 Documentation

    · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 1032 8.6.8 Monitoring metrics and charts · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 1035 8.6.9 Tool · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 1151 9.2.2 Use the metrics interface· · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 1153 10 · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 1157 9.3.3 View component metrics· · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 1158 9.4 Upgrade
    0 码力 | 6549 页 | 108.77 MB | 10 月前
    3
  • pdf文档 TiDB v8.1 Documentation

    · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 1029 8.6.8 Monitoring metrics and charts · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 1032 8.6.9 Tool · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 1148 9.2.2 Use the metrics interface· · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 1150 10 · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 1154 9.3.3 View component metrics· · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 1155 9.4 Upgrade
    0 码力 | 6479 页 | 108.61 MB | 10 月前
    3
  • pdf文档 TiDB v8.4 Documentation

    · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 1118 8.6.8 Monitoring metrics and charts · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 1121 8.6.9 Tool · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 1242 9.2.2 Use the metrics interface· · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 1244 9 · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 1248 9.3.3 View component metrics· · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 1249 9.4 Upgrade
    0 码力 | 6705 页 | 110.86 MB | 10 月前
    3
  • pdf文档 TiDB v8.5 Documentation

    · · · · · · · · · 988 7.4.1 TiCDC Monitoring Metrics Summary· · · · · · · · · · · · · · · · · · · · · · · · · · · · · 988 7.4.2 TiCDC Monitoring Metrics Details · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 1417 8.6.8 Monitoring metrics and charts · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 1420 8.6.9 Tool · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 1541 9.2.2 Use the metrics interface· · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 1543 9
    0 码力 | 6730 页 | 111.36 MB | 10 月前
    3
  • pdf文档 Oracle VM VirtualBox 4.1.40 Programming Guide and Reference

    and stores performance metrics data. Performance metrics are associated with objects of interfaces like IHost and IMachine. Each object has a distinct set of performance metrics. The set can be obtained shuts down. It is not possible to set up metrics for machines that are powered off. One needs to start VM first, then set up metric collection parameters. Metrics are organized hierarchically, with each samples can be set. Only base metrics can be enabled and disabled. All sub-metrics are collected when their base metric is collected. Collected values for any set of sub-metrics can be queried with queryMetricsData()
    0 码力 | 306 页 | 1.92 MB | 6 月前
    3
  • pdf文档 Oracle VM VirtualBox 4.2.32 User Manual

    VBoxManage debugvm . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 145 8.33 VBoxManage metrics . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 146 8.34 VBoxManage hostonlyif command: VBoxManage modifyvm "VM name" --pagefusion on You can observe Page Fusion operation using some metrics. RAM/VMM/Shared shows the total amount of fused pages, whereas the per-VM metric Guest/RAM/Usage/Shared of fused memory for a given VM. Please refer to chapter 8.33, VBoxManage metrics, page 146 for information on how to query metrics. 78 5 Virtual storage As the virtual machine will most probably expect
    0 码力 | 348 页 | 5.93 MB | 6 月前
    3
  • pdf文档 Oracle VM VirtualBox 4.2.32 Programming Guide and Reference

    and stores performance metrics data. Performance metrics are associated with objects of interfaces like IHost and IMachine. Each object has a distinct set of performance metrics. The set can be obtained is not possible to set up metrics for machines that are powered off. One needs to start VM first, then set up metric collection parameters. 228 5 Classes (interfaces) Metrics are organized hierarchically samples can be set. Only base metrics can be enabled and disabled. All sub-metrics are collected when their base metric is collected. Collected values for any set of sub-metrics can be queried with queryMetricsData()
    0 码力 | 339 页 | 2.07 MB | 6 月前
    3
共 98 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 10
前往
页
相关搜索词
36原生监控体系建设秦晓辉MITREDefenseAgileAcquisitionGuideMar2014TiDBv8DocumentationOracleVMVirtualBox4.140ProgrammingandReference4.232UserManual
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩