linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* IRQ debugging with ath9k
@ 2010-04-17  2:34 Luis R. Rodriguez
  0 siblings, 0 replies; only message in thread
From: Luis R. Rodriguez @ 2010-04-17  2:34 UTC (permalink / raw)
  To: Felix Fietkau, Vasanth Thiagarajan; +Cc: linux-wireless

Often, the number of IRQs is not really something that will give you
good visibility to what's going on in the hardware. I typically want
to number of IRQs since my last monitor, the average and rate of
change. This is a pain in the ass to write in the driver so its better
to just suck out what you need from debugfs and then parse it at your
liking. I've written a perl script to do just this for IRQs for ath9k,
I figured I'll start stashing these things into a git repo for others
who might make some use of of this. Here it is:

git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/ath-utils.git

If you have something similar to parse debugfs send it my way, I can
stash it there. Similar scripts for parsing xmit stuff might come in
handy as well.

  Luis

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-04-17  2:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-04-17  2:34 IRQ debugging with ath9k Luis R. Rodriguez

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).