码迷,mamicode.com
首页 >  
搜索关键字:metrics    ( 545个结果
chartmuseum官网README
API Helm Chart Repository retrieved when you run retrieved when you run retrieved when you run with the flag Chart Manipulation upload a new chart ver ...
分类:其他好文   时间:2020-01-08 21:24:25    阅读次数:314
kubectl top 插件的安装
1.下载yaml文件wgethttp://pencil-file.oss-cn-hangzhou.aliyuncs.com/blog/auth-delegator.yamlwgethttp://pencil-file.oss-cn-hangzhou.aliyuncs.com/blog/metrics-server-service.yamlwgethttp://pencil-file.oss-cn-
分类:其他好文   时间:2020-01-08 00:21:08    阅读次数:880
15-场景中用到的资源监视器(perfmon metrics collector)
JMeter 无法提取除 Tomcat 之外的其他服务器的指标,因此PerfMon Metrics Collector可用来获取性能数据。 PerfMon Metrics Collector使用的是SIGAR开源库,它是由一个 Java 通用部分和一个每个 OS 的本地库组合而成。 搭建: 1、下载 ...
分类:其他好文   时间:2019-12-29 16:53:05    阅读次数:52
k8s实践17:监控利器prometheus helm方式部署配置测试
监控利器prometheushelm方式部署配置测试1.部署helm部署helm参考方法后面使用helm部署grafana和prometheus,因此首先需要部署helm,保证helm能正常使用.部署helm客户端过程见下:[root@k8s-node1helm]#curlhttps://raw.githubusercontent.com/helm/helm/master/scripts/get-
分类:其他好文   时间:2019-12-25 22:18:39    阅读次数:237
Prometheus+Grafana监控系统搭建
一、prometheus简介Prometheus是一套开源的系统监控报警框架。它以给定的时间间隔从已配置的目标收集指标,评估规则表达式,显示结果,并在发现某些情况为真时触发警报。作为新一代的监控框架,Prometheus具有以下特点:强大的多维度数据模型:(1)时间序列数据通过metric名和键值对来区分;(2)所有的metrics都可以设置任意的多维标签;(3)数据模型更随意,,不需要刻意设置为
分类:其他好文   时间:2019-12-24 19:02:07    阅读次数:138
15、cifar10
1 import tensorflow as tf 2 from tensorflow.keras import datasets, layers, optimizers, Sequential, metrics 3 from tensorflow import keras 4 import os ...
分类:其他好文   时间:2019-12-23 22:22:08    阅读次数:106
sklearn.metrics中的评估方法介绍(accuracy_score, recall_score, roc_curve, roc_auc_score, confusion_matrix,classification_report)
accuracy_score分类准确率分数是指所有分类正确的百分比。分类准确率这一衡量分类器的标准比较容易理解,但是它不能告诉你响应值的潜在分布,并且它也不能告诉你分类器犯错的类型。 形式:sklearn.metrics.accuracy_score(y_true, y_pred, normaliz ...
分类:其他好文   时间:2019-12-22 13:03:01    阅读次数:123
Spring Boot 默认的指标数据从哪来的?
了解有关 Spring Boot 默认指标及其来源的更多信息。 您是否注意到 Spring Boot 和 Micrometer 为您的应用生成的所有默认指标?如果没有 - 您可以将 actuator 依赖项添加到项目中,然后点击 / actuator / metrics 端点,在那里您将找到有关 J ...
分类:编程语言   时间:2019-12-22 00:24:02    阅读次数:140
Error from server (NotFound): the server could not find the requested resource (get services http:heapster:)
git clone https://github.com/kodekloudhub/kubernetes-metrics-server.git kubectl create -f kubernetes-metrics-server/ 这样,所有服务和组件均已正确安装,您可以运行: kubectl t ...
分类:Web程序   时间:2019-12-18 12:44:27    阅读次数:449
Error from server (ServiceUnavailable): the server is currently unable to handle the request
grep image /root/kubernetes-metrics-server/kubernetes-metrics-server/metrics-server-deployment.yaml # mount in tmp so we can safely use from-scratch i ...
分类:其他好文   时间:2019-12-18 12:37:42    阅读次数:487
545条   上一页 1 ... 10 11 12 13 14 ... 55 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!