
runtime at CAM
Jul 24, 2001, 10:44 AM
Post #2 of 2
(463 views)
Permalink
|
ipchains provides ip accounting information in /proc. iptables doesn't, AFAIK. Because of this, I personally used "libiptc", part of iptables, for my ip accounting project. It enables your program to retreive all the information an "iptables -L -n -v -x" returns. -- Tommy Lacroix ( runtime [at] cam ) On Tue, 24 Jul 2001, Matthew Schumacher wrote: > Hello All, > > I have a quick question about realtime stats. I am in the middle of a > firewall project that uses a LCD display with LCDproc. If possible I > would like to display firewall stats on the LCD display. I have already > looked into the LCDproc interface and feel confident that I can write > the client to pass the information to the display, however I don't > really know where to get the information. Is there a convenient place > where I can fetch the current packets dropped, or current packets > allowed? What about total incoming/outgoing bandwidth in packets or > bits per second. > > Thanks for any help you can send on this.... > > schu >
|