similar to: ANNOUNCE: LQL# 0.8.0 and LQL 0.8.0

Displaying 20 results from an estimated 400 matches similar to: "ANNOUNCE: LQL# 0.8.0 and LQL 0.8.0"

2004 Aug 31
0
ANNOUNCE: Linux QoS Library (LQL) 0.5.0
The Linux QoS Library (LQL) provides a GPL licensed, GObject based C API to manipulate the network queueing disciplines, classes and classifiers in the Linux kernel. LQL does not use the TC command as a back-end. Instead, LQL communicates with the Linux kernel via Netlink sockets the same way TC does. 0.5.0 2004-08-30 ----- * Initial public release. * I wanted to get 100% API doc coverage and a
2006 Jan 29
1
Reminder - links
Because these tend to get lost, here are some links that I think everyone should know about: wiki: http://linux-net.osdl.org API: http://www.coverfire.com/lql/ Stef Coene: (Broken? I hope not. This is excellent stuff!) http://www.docum.org/docum.org/ Jason Boxman: http://edseek.com/~jasonb/articles/traffic_shaping/ Dan Singletary:
2007 Apr 26
0
Library TC
Hi all, I try to made a C program (CAC (Call Admission Control) module) and I don''t want to use a exec command with TC in my program when I want to add,modify or delete a QoS rule. I search a TC library and I found two projects : LQL (Linux QoS Library) : http://www.coverfire.com/lql/ (c) LTCM : http://hng.av.it.pt/~ltcmmm/ (c++) Do you known these API or others ? If you know them, can
2005 Apr 21
2
A general view of the TC
Is there any library that i can hook on at runtime in order to create a qdisc dinamically from a program or if i want to do this I have to call the "tc" command? The disadvantage of calling the tc command from a process is that it creates an other process and this slows things up. Marius
2005 Mar 28
2
getting qdisc stats using rtnetlink sockets
hi i wanted to get the qdisc stats without using tc. is this possible by just using rtnetlink sockets directly? if possible could someone point me to an example. thanks. __________________________________ Do you Yahoo!? Yahoo! Small Business - Try our new resources site! http://smallbusiness.yahoo.com/resources/
2005 Mar 29
1
tc + bandwidth measurement
I want to implement a snmp-agent to measure the bandwidth traffic per flow in a linux router. Is there any way to use tc in bash scripts in order to measure the bandwidth? In my first thought, the agent would fire repeatedly tc commands that would return the rate /flow. Is that speculation correct? Do you propose an alternative way to measure the bandwith through an agent. I found somewhere
2005 Feb 02
4
Issue with using using tc api
Hi , I''m trying to call the tc_qdisc_modify function of tc in iproute2/tc. I could compile it with my stub program and got the executable. However, when i try to create an htb qdisc i get the following error : Unknown qdisc "htb", hence option "default" is unparsable However, if i use the tc tool, it works fine.. When I tried to understand the problem, it appeared to
2004 Oct 12
12
Qdisc statistics project
As a necessety for my job is to real-time monitor the bytes, packets, packet dropped etc of all the qdiscs working inside the kernel i''ve tried varius methods: 1. Parse tc -s command output and update a round robin database and use rrdtool to graphically display tc statistics. [varius perl scripts exist for the above job] 2. Unsuccesfully tried QoS SNMP extensions, in order to use a
2005 Jan 19
4
Writing rules direct to Kernel
Hi, I''m interested to write rules direct in Kernel space memory and not to execute the tc command. Have anyone done this before ? Any ideas ? Sources ? Thank you, Liviu -- This message was scanned for spam and viruses by BitDefender. For more information please visit http://linux.bitdefender.com/ _______________________________________________ LARTC mailing list /
2004 Sep 30
7
tc monitoring
I have managed to dynamically parse the output of commands: tc qdisc ls dev eth0 and tc -s class show dev eth0 Save statistics in an rrd database and display it via a php script. see http://143.233.4.215/graph.php and dload scripts from http://143.233.4.210/qos/ My next step in developing this monitoring software is to somehow manage to create a tree out of tc and then use it to greatly
2006 May 01
1
retrieving informations from Psched for Qos
Hi I''m working actually on a project about Qos configuration on a linux computer. I need to access (read/write) at the informations generated by the "tc" command. I think that these informations are in the /proc/net/psched file, but I only got 4 hexadecimal number in it.. Can anyone help me? David
2005 Jun 29
6
statistics + c code
Good morning :) I want to use some c code to read statistics as well as the configured settings ... .. Just give me some links for starting reading :) Have a nice day ____________________________________________________ Yahoo! Sports Rekindle the Rivalries. Sign up for Fantasy Football http://football.fantasysports.yahoo.com
2005 Jan 05
4
TC GUI or graphs?
Hello everybody, I am new to the lartc mailing list. I have been using "tc" for some time now. To be precise, tc & HTB to shape traffic. I did a lot of search on Google for 2 things: - A GUI to create configure new qdiscs & classes for HTB - A utility that will graph the data sent through all configured classes or qdiscs. I could not find anything. Could someone tell me if a
2005 Jan 05
2
Suggestion - table of QoS mechanisms
Hi, A thought for the list. As I mentioned in another posting, there are a lot of QoS mechanisms out there. Linux supports some, but not all. Some patchsets add others, but don''t work for all kernels. There are also userland implementations, usually sitting in software routers, but there are other packages. Would it be helpful if I worked on a table of what''s out there for
2005 Aug 02
2
internet traffic from tbf
Hi have set the following tbf tc qdisc add dev eth0 root tbf rate 0.5mbit \ burst 5kb latency 70ms peakrate 1mbit \ minburst 1540 I want to add a filter so the ip traffic pass from it.. plz help me __________________________________ Yahoo! Mail Stay connected, organized, and protected. Take the tour: http://tour.mail.yahoo.com/mailtour.html
2013 Aug 08
14
[LLVMdev] [global-isel] Proposal for a global instruction selector
I am hoping that this proposal will generate a lot of feedback, and there are many different topics to discuss. When replying to this email, please change the subject header to something more specific, but keep the [global-isel] tag. Thanks, /jakob Proposal for a Global Instruction Selector It is becoming evident that we need a replacement for the SelectionDAG-based instruction selector. This
2015 Mar 06
0
[ANNOUNCE] xf86-input-libinput 0.8.0
xf86-input-libinput 0.8.0 is now available. Note that this version requires libinput 0.11 or later. An off-by-one error that caused the driver to crash (especially with -fstack-protector-strong) has been fixed. The excessive scroll speed on touchpads has been fixed too. A new config option/property to change the click method was added. Boyan Ding (1): Initialize variable 'path' to
2007 Feb 18
3
[0.8.0-RC1] problem with drbspec
I''m getting the following error with version 0.8.0 (I updated the gem and the rails plugin, and re-ran generate/rspec): c:\wd\clarks>drbspec spec/models/user_spec.rb c:/ruby/bin/drbspec:16:in `load'': no such file to load -- drbspec (LoadError) from c:/ruby/bin/drbspec:16 the same command works fine under 0.7.5.1. Windows XP, rails 1.2.2 and rubygems 0.9.1 -- View
2008 Sep 08
0
Swfdec 0.8.0 is out
Hello, Here is a new major release for Swfdec. Swfdec is the Free Flash player used by GNOME. This release supersedes the 0.6.8 release as the current supported stable release, please upgrade as soon as possible. swfdec-0.8.0 ("Slide") http://swfdec.freedesktop.org/download/swfdec/0.8/swfdec-0.8.0.tar.gz MD5: ce3002fc5d8ace9ce34ce960c0cc3c06 swfdec-mozilla-0.8.0 ("Best Friends
2010 Jul 02
1
CELT 0.8.0 is out
Hi everyone, Just wanted to let you know that 0.8.0 is out. You can get it from the usual place and here's the small notes that go with it: "CELT 0.8.0 brings quality improvements for high bit-rates and for transients in general. It also adds the possibility of changing the frame size dynamically, which requires a minor change in the API. At last, the new PLC algorithm from 0.7.1 is