一、Linux-agent端的操作: vim /etc/hostname HOSTNAME=agent.zabbix.com hoastname agent.zabbix.com bash cat /etc/hosts127.0.0.1 localhost localhost.localdomain ...
分类:
其他好文 时间:
2019-11-04 15:18:05
阅读次数:
116
一、解决的问题 这篇文章研究了如何平衡探索(exploration)和利用(exploitation)使得多智能体能够在有限次重复尝试中尽快找到收益最大化的joint action,即解决了多智能体系统中的探索-利用困境。 学习环境:Multi-Agent Multi-Armed Bandits,多 ...
分类:
其他好文 时间:
2019-11-03 20:35:52
阅读次数:
100
[TOC] 准备工作 Visual Studio 从2015 版本起携带了诊断工具,可以很方便地进行实时的内存与 CPU 分析,将大家从内存 dump 和 windbg 中解放出来。本文使用大量接口进行注入与实例化测试以观察内存占用,除 Visual Studio 外还需要以下准备工作。 大量接口与 ...
分类:
其他好文 时间:
2019-11-02 13:29:52
阅读次数:
95
一、实验环境准备 Centos:192.168.200.111 server.zabbix.com Centos:192.168.200.112 agent.zabbix.com Windows10:192.168.200.110 windows10 111: hostname server.zab ...
分类:
其他好文 时间:
2019-11-02 10:11:11
阅读次数:
87
在agent上添加 UserParameter=auth.check,/etc/zabbix/auth_monitor/auth_check.py auth.check就是之后添加的自定义的item值。脚本返回0/1,做trigger报警用 trigger 创建新的报警触发器 create trig ...
分类:
其他好文 时间:
2019-11-01 12:59:14
阅读次数:
552
下载地址:https://www.rsyslog.com/windows-agent/windows-agent-download/ 安装过程: 1、双击rsyslogwa安装包,开始进行安装 2、一路Next安装即可。PS:在这里可能需要等几分钟。 操作使用: ...
一、协程介绍 协程:是单线程下的并发,又称微线程,纤程。英文名Coroutine。一句话说明什么是线程:协程是一种用户态的轻量级线程,即协程是由用户程序自己控制调度的。 协程相比于线程,最大的区别在于,协程不需要像线程那样来回的中断切换,也不需要线程的锁机制,因为线程中断或者锁机制都会对性能问题造成 ...
分类:
编程语言 时间:
2019-10-31 23:54:18
阅读次数:
164
Introduction In the reinforcement learning paradigm, an agent receives from its envrionment a scalar reward value called $reinforcement$. This feedbac ...
分类:
其他好文 时间:
2019-10-31 21:25:04
阅读次数:
74
server端页面显示: Received empty response from Zabbix Agent at [192.168.151.212]. Assuming that agent dropped connection because of access permission
agent端taif日志:Message from 192.168.151.220 is missing header. Message ignored.
分类:
其他好文 时间:
2019-10-29 17:08:58
阅读次数:
232