书栈网 · BookStack 本次搜索耗时 0.016 秒,为您找到 7570 个相关结果.
  • Instrumentation

    Instrumentation Instrumentation New in version 19.1. Gunicorn provides an optional instrumentation of the arbiter and workers using the statsD protocol over UDP. Thanks to th...
  • 1.16.1 (November 20, 2020)

    1.16.1 (November 20, 2020) Bug Fixes 1.16.1 (November 20, 2020) Bug Fixes Changes expected to improve the state of the world and are unlikely to have negative effects exampl...
  • 1.16.1 (November 20, 2020)

    1.16.1 (November 20, 2020) Bug Fixes 1.16.1 (November 20, 2020) Bug Fixes Changes expected to improve the state of the world and are unlikely to have negative effects exampl...
  • StatsD

    StatsD " level="2">Configuration Parameters " level="2">Configuration Examples StatsD The statsd input plugin allows you to receive metrics via StatsD protocol. Content:...
  • 15. TFTP:简单文件传送协议

    TFTP将使用UDP。 TFTP使用不可靠的UDP,TFTP就必须处理分组丢失和分组重复。分组丢失可通过发送方的超时与重传机制解决。 TFTP协议没有提供安全特性。大多数执行指望TFTP服务器的系统管理员来限制客户的访问,只允许它们访问引导所必须的文件。 TFTP使用停止等待协议,数据发送方在发送下一个数据块之前需要等待接受对已发送数据的确认。
  • Part 10: Logging to a LaaS with Logrus and Docker’s log drivers

    2136 2019-04-30 《Go microservices》
    Go Microservices blog series, part 10 - centralized logging. 02 August 2017 // Erik Lupander Introduction Contents Solution overview Source code 1. Logrus - a logging API for...
  • v1.13.x

    Consul 1.13.0 Release Highlights What’s Changed Upgrading Known Issues Changelogs Consul 1.13.0 Release Highlights Cluster Peering (Beta) : This version adds a new model ...
  • Connect to NX1P

    Connect to NX1P NX1P PLC Point Operation Configure the Neuron node to connect to the NX1P PLC Connect to NX1P This article will use the Omron FINS UDP plugin to connect to the...
  • 10.1. 网关

    10.1. 网关 10.1. 网关 “网关”用于连接多个网络。这个词常常用于表示本地网络通往外部 IP 地址的“出口”。网关充当路由器的身份,在它的多个网络接口间转发 IP 包,从而把它所连接的不同网络联系起来。 基本 IP 封包 今天,大部分的网络使用 IP 通信协议 (Internet Protocol)。这种协议把传输数据切割成小小的封包...
  • 9.6. The inetd 超级服务器

    9.6. The inetd 超级服务器 9.6. The inetd 超级服务器 Inetd(常被称为“网络超级服务”)是一个服务器服务。它按需求运行一些不常用的服务,而且不需要连续运行。 /etc/inetd.conf 文件列出服务器及其通用的端口号。inetd 命令侦测它们;若发现任何端口号已被链接,则运行对应的程序。 DEBIAN 政...