Hello, I''ve tried searching for this but I don''t seem to be able to find a way to search past archives in this list. Is there a way to get a per-process qos functionality in linux? At this very moment, I''m using with success a kind of ''workaround'' in my server, which involves creating multiple virtual ethernet interfaces with different IPs and binding servers/daemons to different IPs. Now, I''d like to use qos on my desktop as well, so I''d like to give a low traffic priority to one software, and an higher one to another... is there any way to get that accomplished? -- Alan Franzoni <alan.franzoni.xyz@gmail.com> - Togli .xyz dalla mia email per contattarmi. Remove .xyz from my address in order to contact me. - GPG Key Fingerprint (Key ID = FE068F3E): 5C77 9DC3 BD5B 3A28 E7BC 921A 0255 42AA FE06 8F3E _______________________________________________ LARTC mailing list LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
i use a mixture of multiple IP addrs and IPTOS (see http://arctic.org/~dean/mod_iptos/ for an apache 1.3.x module to set IPTOS on a per response basis). but for uid specifically you can also use "iptables blahblah -m owner --uid-owner $uid -j MARK --set-mark N" and then match the mark with tc. tc filter add dev $foo protocol ip parent 1: prio X handle N fw flowid A:B -dean On Sat, 16 Dec 2006, Alan Franzoni wrote:> Hello, > I''ve tried searching for this but I don''t seem to be able to find a way to > search past archives in this list. > > Is there a way to get a per-process qos functionality in linux? At this very > moment, I''m using with success a kind of ''workaround'' in my server, which > involves creating multiple virtual ethernet interfaces with different IPs > and binding servers/daemons to different IPs. > > Now, I''d like to use qos on my desktop as well, so I''d like to give a low > traffic priority to one software, and an higher one to another... is there > any way to get that accomplished? > > -- > Alan Franzoni <alan.franzoni.xyz@gmail.com> > - > Togli .xyz dalla mia email per contattarmi. > Remove .xyz from my address in order to contact me. > - > GPG Key Fingerprint (Key ID = FE068F3E): > 5C77 9DC3 BD5B 3A28 E7BC 921A 0255 42AA FE06 8F3E >
Both your suggestions were good, and I''m now experimenting. Thank you! -- Alan Franzoni <alan.franzoni.xyz@gmail.com> - Togli .xyz dalla mia email per contattarmi. Remove .xyz from my address in order to contact me. - GPG Key Fingerprint (Key ID = FE068F3E): 5C77 9DC3 BD5B 3A28 E7BC 921A 0255 42AA FE06 8F3E _______________________________________________ LARTC mailing list LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc