summaryrefslogtreecommitdiff
path: root/2005/flow-accounting-ols2005/OLS2005/zaitcev/zaitcev-abstract.tex
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2015-10-25 21:00:20 +0100
committerHarald Welte <laforge@gnumonks.org>2015-10-25 21:00:20 +0100
commitfca59bea770346cf1c1f9b0e00cb48a61b44a8f3 (patch)
treea2011270df48d3501892ac1a56015c8be57e8a7d /2005/flow-accounting-ols2005/OLS2005/zaitcev/zaitcev-abstract.tex
import of old now defunct presentation slides svn repo
Diffstat (limited to '2005/flow-accounting-ols2005/OLS2005/zaitcev/zaitcev-abstract.tex')
-rw-r--r--2005/flow-accounting-ols2005/OLS2005/zaitcev/zaitcev-abstract.tex21
1 files changed, 21 insertions, 0 deletions
diff --git a/2005/flow-accounting-ols2005/OLS2005/zaitcev/zaitcev-abstract.tex b/2005/flow-accounting-ols2005/OLS2005/zaitcev/zaitcev-abstract.tex
new file mode 100644
index 0000000..21b91bf
--- /dev/null
+++ b/2005/flow-accounting-ols2005/OLS2005/zaitcev/zaitcev-abstract.tex
@@ -0,0 +1,21 @@
+
+% Registration The usbmon: USB monitoring framework
+% [2]Register/Submit Proposal Pete Zaitcev (zaitcev@redhat.com)
+
+For years, Linux developers used \ident{printk()} to
+debug the USB stack, but this approach has
+serious limitations. In this paper we discuss
+``usbmon,'' a recently developed facility to
+snoop USB traffic in a more efficient way than
+can be done with \ident{printk()}.
+
+From far away, usbmon is a very
+straightforward piece of code. It consists of
+circular buffers which are filled with records
+by hooks into the USB stack, and a thin glue
+to the user code which fetches these records.
+The devil, however, is in details. Also the
+user mode tools play a role.
+
+
+
personal git repositories of Harald Welte. Your mileage may vary