Displaying 13 results from an estimated 13 matches for "bandwidh".
Did you mean:
bandwidth
2004 Nov 16
1
Dynamic traffic shaping or ATM like classes
Is it possible to dynamically do bandwidh reservation?
That is, I want to limit the traffic to 50% for upload
and download, but if there aren''t onbound traffic, who
is doing a download will get 100% of bandwidh and if
there aren''t inbound traffic, who is doing a upload
will get 100%, but if there are both inbound and
out...
2001 Oct 08
4
rate limit HTTP
I cant figure out this traffic control malarky! how can i put a simple
bandwidh limitation on traffic to or from a given port?
2001 Dec 09
1
sfq as solution to "Small ISP problems" and "How could I do this?"
...realtime always.
I don''t think you want this to always be high prio - that includes scp.
> 2: HTTP to be fast, always.
Clearly can''t be done if you have more http requests than your
bandwidth can handle.
> 3-> ftp, direct-connect, kazaa and others to be throttled to X bandwidh per
> IP.. (or not disturb http and ssh and use real fair quing.. )
I think what you really want is to prevent large flows from unfairly
impacting small ones, and that''s what sfq does. Try it and see
whether you get the behavior you want.
================
> Subject: [LARTC] How...
2008 Nov 13
6
[PATCH 0/8] I/O bandwidth controller and BIO tracking
Hi everyone,
This is a new release of dm-ioband and bio-cgroup. With this release,
the overhead of bio-cgroup is significantly reduced and the accuracy
of block I/O tracking is much improved. These patches are for
2.6.28-rc2-mm1.
Enjoy it!
dm-ioband
=========
Dm-ioband is an I/O bandwidth controller implemented as a
device-mapper driver, which gives specified bandwidth to each job
running on
2008 Nov 13
6
[PATCH 0/8] I/O bandwidth controller and BIO tracking
Hi everyone,
This is a new release of dm-ioband and bio-cgroup. With this release,
the overhead of bio-cgroup is significantly reduced and the accuracy
of block I/O tracking is much improved. These patches are for
2.6.28-rc2-mm1.
Enjoy it!
dm-ioband
=========
Dm-ioband is an I/O bandwidth controller implemented as a
device-mapper driver, which gives specified bandwidth to each job
running on
2008 Nov 13
6
[PATCH 0/8] I/O bandwidth controller and BIO tracking
Hi everyone,
This is a new release of dm-ioband and bio-cgroup. With this release,
the overhead of bio-cgroup is significantly reduced and the accuracy
of block I/O tracking is much improved. These patches are for
2.6.28-rc2-mm1.
Enjoy it!
dm-ioband
=========
Dm-ioband is an I/O bandwidth controller implemented as a
device-mapper driver, which gives specified bandwidth to each job
running on
2004 Apr 03
7
Few question on HTB
Dear All,
Sorry to trouble again..... After go through www.lartc.org I have implemented the HTB instead of CBQ
for the same scenario.
Now following files are under /etc/sysconfig/htb directory.
eth0 DEFAULT=30 R2Q=10
eth0-2.root RATE=256kbps BURST=25k
eth0-2:10.comp1 RATE=120kbps BURST=12k PRIO=0 LEAF=sfq RULE=192.168.200.0/24
eth0-2:20.comp2
2015 Dec 04
0
[PATCH 1/6] x86: Add VMWare Host Communication Macros
...Hartman <gregkh at linuxfoundation.org>
---
v2:
* Keeping only the minimal common platform defines
* added vmware_platform() check function
v3:
* Added new field to handle different hypervisor magic values
v4:
* Make it so that "cmd" is always the first parameter for both
High-Bandwidh and non-High-Bandwidth version of the macro
* Addressed comments from H. Peter Anvin on the assembly code
---
arch/x86/include/asm/vmware.h | 126 ++++++++++++++++++++++++++++++++++++++++++
1 file changed, 126 insertions(+)
create mode 100644 arch/x86/include/asm/vmware.h
diff --git a/arch/x86/i...
2015 Dec 04
0
[PATCH 1/6] x86: Add VMWare Host Communication Macros
...Hartman <gregkh at linuxfoundation.org>
---
v2:
* Keeping only the minimal common platform defines
* added vmware_platform() check function
v3:
* Added new field to handle different hypervisor magic values
v4:
* Make it so that "cmd" is always the first parameter for both
High-Bandwidh and non-High-Bandwidth version of the macro
* Addressed comments from H. Peter Anvin on the assembly code
---
arch/x86/include/asm/vmware.h | 126 ++++++++++++++++++++++++++++++++++++++++++
1 file changed, 126 insertions(+)
create mode 100644 arch/x86/include/asm/vmware.h
diff --git a/arch/x86/i...
2016 Jan 19
0
[PATCH 1/6] x86: Add VMWare Host Communication Macros
...Hartman <gregkh at linuxfoundation.org>
---
v2:
* Keeping only the minimal common platform defines
* added vmware_platform() check function
v3:
* Added new field to handle different hypervisor magic values
v4:
* Make it so that "cmd" is always the first parameter for both
High-Bandwidh and non-High-Bandwidth version of the macro
* Addressed comments from H. Peter Anvin on the assembly code
v5:
* Separate SI/DI as independent input/output arguments, given
the latest update to vmw_balloon.c
---
arch/x86/include/asm/vmware.h | 138 ++++++++++++++++++++++++++++++++++++++++++
1 fi...
2016 Jan 19
0
[PATCH 1/6] x86: Add VMWare Host Communication Macros
...Hartman <gregkh at linuxfoundation.org>
---
v2:
* Keeping only the minimal common platform defines
* added vmware_platform() check function
v3:
* Added new field to handle different hypervisor magic values
v4:
* Make it so that "cmd" is always the first parameter for both
High-Bandwidh and non-High-Bandwidth version of the macro
* Addressed comments from H. Peter Anvin on the assembly code
v5:
* Separate SI/DI as independent input/output arguments, given
the latest update to vmw_balloon.c
---
arch/x86/include/asm/vmware.h | 138 ++++++++++++++++++++++++++++++++++++++++++
1 fi...
2007 Mar 28
4
modprobe ifb
I''m trying to set up a traffic control on ingress attaching a egress qdisc to
the ifb device. The idea is to use a RED algorithm instead of policing
the incoming traffic. After trying with tc-red and not obtaining the
expected results, I decided to try with something easier, and use htb
as bottleneck:
ifconfig ifb0 up
tc qdisc del dev $dev ingress
tc qdisc del dev ifb0 root
tc qdisc add
2005 Dec 27
9
2.6.14 - HTB/SFQ QoS broken?
Hello,
First of all, I already contacted Martin Devera, the developer of HTB, and
he told me to search for help on this mailinglist, thus I am describing
my problems here now...
I am kind of seriously annoyed by QoS as I have been trying for over 3 years
to get it working properly - first I did not understand how it works, then
it seemed not to work, then it was working perfectly for half a