码迷,mamicode.com
首页 >  
搜索关键字:metrics    ( 545个结果
Prometheus Node_exporter 之 Basic CPU / Mem / Disk Gauge
1. CPU Busy :收集所有 cpu 内核 busy 状态占比 type: SinglestatUnit: perent(0-100)(所有 cpu使用情况 - 5分钟内 cpu 空闲的平均值) / 所有 cpu使用情况metrics: (((count(count(node_cpu_seco ...
分类:其他好文   时间:2019-03-05 21:19:56    阅读次数:365
Prometheus Node_exporter metrics 之 Basic CPU / Mem / Disk Info
Basic CPU / Mem / Disk Info 1. CPU Cores 物理 CPU 的核数 cat /proc/cpuinfo| grep "cpu cores"| uniq type:SinglestatUnit: shortmetrics: count(count(node_cpu_ ...
分类:其他好文   时间:2019-03-05 21:12:59    阅读次数:450
Prometheus Node_exporter 之 Basic Net / Disk Info
1. Network Traffic Basic 每个接口的基本网络信息 type: GraphUnit: bytesrecv {{device}} 各个网络接口的下载量recv lo: 本地环回接口recv eth0: 以太网接口recv docker0: docker0 网络接口metrics: ...
分类:Web程序   时间:2019-03-05 21:12:03    阅读次数:217
Appscanner实验还原code3
# Author: Baozi #-*- codeing:utf-8 -*- import _pickle as pickle from sklearn import ensemble import random from sklearn.metrics import accuracy_score,... ...
分类:移动开发   时间:2019-03-04 11:25:54    阅读次数:158
阿里巴巴的26款超神Java开源项目,有时间阅读一下各个文档,增添一下知识广度
1.分布式应用服务开发的一站式解决方案 Spring Cloud Alibaba Spring Cloud Alibaba 致力于提供分布式应用服务开发的一站式解决方案。此项目包含开发分布式应用服务的必需组件,方便开发者通过 Spring Cloud 编程模型轻松使用这些组件来开发分布式应用服务。 ...
分类:编程语言   时间:2019-03-01 13:01:37    阅读次数:189
机器学习-神经网络算法应用(二)
1. 简单非线性关系数据集测试(XOR): X: Y 0 0 0 0 1 1 1 0 1 1 1 0 # -*- coding:utf-8 -*- from NeuralNetwork import NeuralNetwork import numpy as np nn = NeuralNetwor ...
分类:编程语言   时间:2019-02-26 22:24:49    阅读次数:206
JMeter - 实时结果 - InfluxDB和Grafana - 第2部分 - 添加自定义字段
我已经使用InfluxDB + Grafana来获取我的JMeter测试的实时结果。您可以在此处找到有关基本设置的更多详细信息。在本文中,让我们看看我们如何在InfluxDB测量中添加一些自定义字段,以便在将来可能需要更快的搜索。 问题陈述: 在我的组织中,我们有一组负载生成器用于性能测试。我们使用 ...
分类:数据库   时间:2019-02-15 01:21:48    阅读次数:786
[HTML5] Track First Contentful Paint with PerformanceObserver and Google Analytics
"If you can't measure it, you can't improve it." The first step when doing performance work is to measure meaningful metrics to establish a baseline f ...
分类:Web程序   时间:2019-02-12 09:11:35    阅读次数:159
kubernetes-dashboard安装yaml
# Copyright 2017 The Kubernetes Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in com... ...
分类:Web程序   时间:2019-01-28 14:02:52    阅读次数:564
scikit-learn画ROC图
1.使用sklearn库和matplotlib.pyplot库 2.准备绘图函数的传入参数1.预测的概率值数组2.预测的labels值数组 3.调用sklearn.metrics.roc_curve(); 4.例子 5.效果: ...
分类:其他好文   时间:2019-01-23 14:00:10    阅读次数:371
545条   上一页 1 ... 21 22 23 24 25 ... 55 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!