Displaying 10 results from an estimated 10 matches for "prokon".
Did you mean:
prokop
2003 Dec 10
15
Graphing tc output
Hi,
My HTB shaping is working perfectly, and i have setup a bridge and hosts
behind the bridge are now getting only the bandwidth they are supposed
to get. Thanks to every one here for helping me out :)
Now I am thinking of making a graph of traffic going through various
classes. Is their any thing readily available for it, or is parsing the
output if tc and passing it to rrdtool the
2006 May 08
2
have any one tried Snmp extension to Net-SNMP daemon
Dear all,
I am looking for a way for creating a gui for managing qos in linux ,
i came across snmp extension to net snmp at
http://x-ray.prokon.cz/data/snmp/
and i found qosd-0.0.1-13122003.tgz ,
in which there is a client server program using soap which was realy intresting but when i tried to compile it ended up with many errors ,,
does and one have tried it , or have any documentation about using these thing.
i s...
2004 May 24
5
monitoring classes
Greetings all,
I''ve been searching high and low for any inkling of how people are
monitoring classes for long term usage data. I''m thinking something along
a script to collect the data for mrtg or perhaps even an snmp module that
would present them as interfaces to be polled....has anyone done any work
in this area?
John Dunning
Assistant Director Net & Tech Svcs
Wayne
2003 Jul 08
1
rtnetlink documentation
...mething more than kernel documentation and manual pages
(man rtnetlink and man netlink).
I want create traffic classes, filters and so on (only cbq classes and
some filters based on fwmark), like tc utility from
Alexey does, but can''t find any relevant docs on net.
--
Michal Charvat
Prokon R.B.S. Louny v.o.s.
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2004 Jun 18
6
priorities + htb
Hi!
How does prioritization work when you''ve got a tree structure, e.g.
|
+-- class_a rate 64kbit prio 1
| |
| +-- class_a1 rate 32kbit prio 1
| |
| `-- class_a2 rate 32kbit prio 2
|
`-- class_b rate 64kbit prio 2
Above could either be interpreted as
(a) a, a1 have prio 1
b, a2 have prio 2
(iow, no distinction is being made between the inner/nested
2006 Apr 06
2
SNMP EXTENSION
Hi ALL,
I am trying to use the SNMP extension of michel http://x-ray.prokon.cz/data/snmp/
i pached the snmpd damon as mentioned in the README
but when i run "snmpwalk -c community target enterprises.18756"
i get this error "snmpwalk: No securityName specified (Sub-id not found: (top) -> enterprises)"
any idea ?
Thanks ,
venkat
---...
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
2004 Jun 19
7
QoS net-snmp ?
Hi
I''ve patched net-mrtg http://www.net-snmp.org/
with http://x-ray.prokon.cz/data/snmp/
sucefully
Also I''ve copied QOS.TXT to /usr/local/share/snmp/mibs
when I make a normal use of snmp, with mrtg in order
to monitor all traffic on eth0 and eth1, it works
OK.
But, how must I do in order to get monitor for a
specific class ?
If I make a snmpwalk (like README...
2006 May 16
0
rtbl_talk() call failed
Hi ,
I compiled the
qosd-0.0.1-13122003.tgz code found in
http://x-ray.prokon.cz/data/snmp/ , but i have a problem when i run it ,
i get an error
rtnetlink call failed, reason: 2 , no such file or directory
i found this line in the file delete_object_util.c
rtnl_talk(&rth, &req.n, 0, 0, NULL,NULL,NULL);
result=errno;
if(result!=0)
sys...
2004 Oct 01
0
unsubscribe
...39;t
>>suited for this kind of application. I really wish there was a library
>>with a decent API that lets you access this data directly. Parsing tc
>>output is just a bad hack. ;)
>>
>>
>
>There''s also SNMP extensions for QoS.
>
>http://x-ray.prokon.cz/data/snmp/downloads/
>
>
>