Questions tagged [probe]

110 questions
0
votes
1 answer

constant signal strength of a 802.11 probe request

In a small test scenario I'm measuring the signal strength at the AP. Do the client smartphones keep a constant signal strength for probe requests or are there reasons they are varying it? thanks in advance Wolfgang R.
Wolfgang R.
  • 333
  • 1
  • 2
  • 10
0
votes
2 answers

Kubernetes livenessProbe shutdown during application startup

I am working with: kubernetes 1.3.6 .. with this part in the deployment file of my application: livenessProbe: httpGet: path: /liveness port: 8082 initialDelaySeconds: 120 .. so that when I describe the pod I got…
Michele Orsi
  • 754
  • 4
  • 17
0
votes
0 answers

Unity Object Pooling of gameObjects that have light maps and light probes baked

Basically I m trying to develop an infinite running game for android and everything was working fine before I introduced light probes in my project. My idea is that I have 10 Tunnel-Shaped Sci-Fi Environment pieces with light maps baked for them and…
Aditya
  • 1
  • 3
0
votes
1 answer

tivoli Omnibus probe rules program generate multiple events

I am writing probe rules to generate events in Omnibus ObjectServer. As I did all the works and set the parameters (such as @Summary, @Identifier, @Agent, ....) and then sent out the event record with genevent(DefaultOS,@Node,$myNode,@NodeAlias,…
user2517294
  • 11
  • 1
  • 1
  • 3
0
votes
2 answers

How to activate sh DTrace Provider?

I've found out about patches (and updates) for an x86 sh binary in 2007 to support sh DTrace provider. However I can't find any probes on OS X. I'm checking by: $ sudo dtrace -l | grep command-entry See: /bin/sh DTrace Provider at Oracle site (same…
kenorb
  • 155,785
  • 88
  • 678
  • 743
0
votes
3 answers

linux usb driver: probing already plugged devices

I am writing an Usb driver and I have an issue. When I insmod the driver with the device already plugged in before hand, the probe function is not called. It is only called after I disconnect the device and plug it again. I want to make it so that…
jacob
  • 1
  • 1
  • 1
0
votes
1 answer

In 802.11, is it possible to send authentication request packets from a device to the access point without sending probe requests?

I am trying to send authentication requests from several spoofed mac addresses to the AP. When I ran wireshark, I was able to see authentication responses from the AP. But how is this possible as no probe requests packets have been sent from these…
0
votes
1 answer

Probe logs comming into my application log

I am using probe along with tomcat. My application which is deployed in tomcat 7 use log4j for its logging. I pass -Dlog4j.configuration for my application (on start). I am getting logs from probe also in my application log file. Why is it…
learner
  • 1,952
  • 7
  • 33
  • 62
0
votes
1 answer

Programming Dot Probe for Psychopy in Builder

I am new to using PsychoPy and I have programmed a few simple tasks. I am currently really struggling to program a word dot probe. I do not want to use coder, simply because the rest of my research team need to be able to easily edit the program,…
0
votes
1 answer

systemtap probing by line number "analysis failed"

Using systemtap with file name and line number is generating an error, where as using the (mangled) function name is fine. What am I doing wrong here? // fails with // semantic error: no match // Pass 2: analysis failed. [man error::pass2] probe…
Rob Guo
  • 152
  • 1
  • 5
0
votes
1 answer

Getting Gene Name and Symbols for Affy Prob Ids using R program

I am new to this R programming, I am having problems in getting gene name and symbols for the Affy probe ids using R programming language. probe Symbol Name 215535_s_at NA NA 32836_at NA NA 210678_s_at NA NA 32837_at NA NA…
David
  • 99
  • 1
  • 1
  • 9
0
votes
1 answer

Code for Self-Adjusting Linked List

So this is my code for a selfadjusting linked list. its supposed to search for "item" and when it hits "item" it will transfer it to the first on the list. I tested the code and my output clearly shows that it bypasses the boolean statement on line…
CHEWWWWWWWWWW
  • 169
  • 3
  • 20
0
votes
0 answers

How do I get notified that my azure endpoint has been removed from the load-balanced set

I have 3 ubuntu Vm's configured (They are not websites but configured as a cloud service) with http endpoints in a load-balanced set. This is working really well with the probe configured to check every 15 secs on port 80. When the url does not…
gbradley
  • 21
  • 5
0
votes
2 answers

Use single psi(tomcat) probe to monitor multiple instances across different tomcat instances

I have multiple applications running on different ports (tomcat instances) All have the same CATALINA_HOME Currently I have to deploy and install psi probe in all the instances and separately monitor each port in different window. How can I monitor…
Sangeet Menon
  • 9,555
  • 8
  • 40
  • 58
0
votes
1 answer

Is it possible to monitor 2 tomcat servers using psi-probe?

Is it possible to monitor more than one tomcat server using psi-probe? If not, is there any other open source tool for doing so? We deployed our web application in 6 different tomcat severs. We are using a VIP as load balancer. Basically I want to…
John Solomon
  • 119
  • 1
  • 3
  • 17