问题标签 [probe]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
server - 亚马逊调查 /admin 是否有正当理由
从我的原始服务器日志中,我发现了这些:
ip 都属于亚马逊技术(我没有 /admin 目录)。
我习惯于从俄罗斯和越南等地看到那种随机探测的东西(/wp-admin、/wp-blog/、/dir、...),我一直认为有一些邪恶的动机在它后面。在那儿?亚马逊为什么要这么做?杰夫贝索斯失控了吗?
timeout - Kubernetes livenessProbe shutdown during application startup
I am working with:
kubernetes 1.3.6
.. with this part in the deployment file of my application:
.. so that when I describe the pod I got this
My application often starts in 110-115 seconds, but sometimes it takes more (due to DB delays, external services retry, etc ..).
The problem I see is that when it takes more than 130/140 seconds (initialDelaySeconds + period), kubernetes forces the shutdown and the pod re-start from scratch. When you have a lot of replicas (50-60) it means that the full deployment sometimes takes 10-15 minutes more than the normal one. Obviously a solution is to increase the initialDelaySeconds, but then all the deployments will take a lot more time.
I had a look here and there's nothing that seems to solve this problem: http://kubernetes.io/docs/api-reference/v1/definitions/#_v1_probe
Ideally I would like to have something that works in the opposite way: not an "initialDelaySeconds", but a maximum amount of time to start the pod. If that time passes, kubernetes forces the pod shutdown and tries another time.
usb - qthid 软件 4.1 未检测到 FunCube Dongle Pro
我正在努力尝试将 FCD Pro 与 Linux 一起使用。
安装 2.2 Qthid Funcube Dongle Controller 软件后,我遇到了分段错误问题,程序在几秒钟后自行关闭,但软件检测到设备。
虽然在 4.1 版本中,我看不到该设备(未检测到 FCD),但我确实在我的 USB 树中看到了该设备:总线 002 设备 015:ID 04d8:fb56 Microchip Technology, Inc.
我已将固件更新为版本。18j 使用 Windows SW 和指南建议http://www.funcubedongle.com/MyImages/FCDFirmwareUpdateGuide.pdf
但是使用Linux,我就是不能让它工作。
当然,我在 /etc/udev/rules 中复制了规则,但没有任何改变..
我正在使用 Linux xxxxx 4.4.0-45-generic #66-Ubuntu SMP Wed Oct 19 14:12:37 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux Ubuntu 16.04 LTS
有什么帮助吗?Tks
wifi - 802.11 探测请求的恒定信号强度
在一个小型测试场景中,我正在测量 AP 的信号强度。客户端智能手机是否为探测请求保持恒定的信号强度,或者它们是否有改变信号强度的原因?
在此先感谢 Wolfgang R。
docker - 如何在 Kubernetes 中触发 Liveness Probe 失败
我的服务 deployment.yaml 中有以下活性探针
我想测试探针实际上是否触发了 POD 重新部署,这是使其失败的最简单的方法?可能以编程方式。
更新:
更好地澄清这个问题,我不想更改应用程序中的代码,也不想暂停正在运行的容器。我想知道是否可以使用 kubernetes 或 docker 命令在运行时以某种方式阻止端点/端口。
kubernetes - 为 Kubernetes 探针提供多个健康检查 URL
我正在使用容器探测器来检查在 kubernetes pod 内容器内运行的应用程序的运行状况。现在我的示例 pod 配置看起来像,
就我而言,我需要监视同一个容器的两个端口。80和443。但是我找不到在配置文件中为同一个容器提供两个端口的方法。有没有其他方法可以做到这一点?
nginx - 清漆探针和原木
我有一个 LNMP 堆栈,前面有 Varnish。我有一个带有 Varnish 的探针,它每秒检查一次站点是否正在运行。
它工作得很好,但我不想记录那些探测。
有人知道如何仅禁用该日志吗?
谢谢
request - 智能手机探测
我已经阅读了很多关于通过智能手机完成的 mac 地址随机化和探测的内容(在这里找到了一些很好的信息)。
我想知道的是两件事。
你的手机什么时候探测?具体来说,它会在您连接到网络后停止探测吗?
mac地址什么时候不会随机化?我读过如果您“与网络相关联”,它不是随机的,这到底是什么意思?连接的?得救了吗?
我想跟踪以前连接到网络的 meraki 路由器(使用 CMX)用户的状态数据。
谢谢您的帮助,
macos - 设备多久发送一次 wifi 探测请求?
当设备启用 wifi 时,它会发出一个 wifi 探测请求,其中包含您的信号强度、SSID 和 MAC 地址。我想知道,设备多久发送一次此请求?
听说当一个设备连接到wifi时,每次发出这个请求都会加倍时间。
java-8 - 如何将 PSI-Probe 更改为不使用 1E8 进行内存使用?
PSI-Probe项目为部署在 Tomcat 服务器中的 Java 程序提供统计信息。它的一项服务是内存使用。
我正在使用的 3.0.0.RC1 版本的 PSI-Probe 以一种令人不快的格式显示使用情况,使用“E”符号,例如 7E8 表示 700,000,000。
我已经查看了所有内容,但找不到此配置选项。是否有配置让轴显示“700,000,000”之类的值?
谢谢,
杰罗姆。