p=="NFS" && state=="ESTABLISHED"
how would those be implemented in practice? is it sufficient to add a couple of DTrace builtins, and if yes which are those?
p=="NFS" && state=="ESTABLISHED"
how would those be implemented in practice? is it sufficient to add a couple of DTrace builtins, and if yes which are those?
Here, Qid is the id given for a particular queue being tracked.
The probe will separately keep state for each element being queued/dequeued (the probe with a given Qid will fire for every queue/dequeue event)
future: also across activities spanning multiple machines
there is previous work done in this space (i.e. Dapper). The notion of spans with respect to the lifetime of particular RPCs and their hierarchical arrangement is worth generalising.
This should all be discussed in a separate section
all
It is unclear what probe names we should support for combinator (i.e. higher-level) wait probes. The example here assumes we could expose names such as
todo(lc525)
: figure out how to deal with asynchronyThis is very much an incomplete draft at the moment. Comments on the structure are welcome, but ideas or noticing potential risks/pitfalls are even better.
Please register with hypothes.is to comment on this document. A private group exists for editorial work.