search for: 3kb

Displaying 20 results from an estimated 31 matches for "3kb".

Did you mean: 3b
2006 Jun 28
3
Simple Rule to Cap P2P Uploads
...with 64k upload (which translates to about 5/6KB uploads). The machine running the P2P applications keeps filling up the 64K so my browsing from other machines in the network ends up being very slow. Since there are several P2P applications, I wanted to set the entire upload cap to something like 3KB/s so it doesn''t disrupt browsing. However, I would also like to ssh and scp from this machine without having an upload cap. The machine has a single interface to the network: eth0. I tried the following tc lines but it appears to affect both the P2P traffic and my ssh traffic, resulting...
2007 Nov 26
2
AW: Controlling the vorbis encoder precisely
...y because there's always some preceding silent and additional delays before hearing the sound are not acceptable. -> 3. Seperate streams mean additional overhead because every sound gets its own header pages. I'm going to use 40.000 sounds (a word dictionary) in one file so about 40.000*3KB=120MB would be wasted for redundant data. But what happens if I chain seperate streams of the same format but skipping their headers (except the first one)?. If this approach would do it why there's no vorbis function to reset the whole encoding process like having a new stream? Robin
2004 May 13
3
EXT3 performance on Large (multi-TeraByte) RAID
...xperienced a significant degradation in ext3 performance when using it on a Multi-TeraByte RAID? As part of an experimental setup, I hooked up three 300GB drives and made an EXT3 RAID5 out of them, using the entire space one each drive, and started throwing a large number of files in the size-range 3KB to 50 KB. Then, I deleted the raid, and created a new one, but this time, I used only 3 Gigs from each drive (a very small RAID compared to the earlier one). After repeating the same test, a huge improvement in performance was see - hence, the question : does ext3 performance degrade significantly...
2011 Nov 09
2
[LLVMdev] .debug_info section size in arm executable
Dear all I'd wonder why executable's debug information size is bigger than gcc dwarf debug info. When I compiled ARM hello world code with -g option, the arm based assembly and executable files are bigger than gcc results significiantly.(apx. 3x) (source file size was only 3KB) I think that both clang and gcc use same dwarf format ver2 for debugging. But I don't know why the clang executable file size is bigger than gcc executable. Could anyone explain about that?
2006 Jan 26
0
lightweight effects with prototype
i came across this today and thought some people might find it useful. Its a 3Kb somewhat replacement for effects.js it looks like. If all you need is basic effects, at 3KB you cant beat this little JS helper. http://moofx.mad4milk.net/ Enjoy adam
2004 Jul 15
0
rsyncing very large files - extremely slow at end
...la.samba.org/show_bug.cgi?id=1529 But even so transfer is extremely slow towards the end. It will sync approximately (or exactly, not sure) as much data as is contain in the local file (i.e, 80 GB in this case) at normal multi-MB-per-second speeds. And then the speed suddently goes down to perhaps 3kb/sec. I tried increasing the block size to 25k and instead of 3kb it's now 100 kb/sec or so, but still extremely slow. I googled and found some posts indicating there are problems with extremely large block sizes, so I haven't tried going way above that - plus I am unsure of whether it affe...
2008 May 31
1
rsync for incremental
Hi all, I am able to copy the dir from one drive to another drive on local machine using windowsXP. Is there any command by which I can get only the updation of file ie only the incremental?. Suppose I have a text file say ss.txt of 3KB in size and I have taken the backup of this file. Now I am making the changes in to this file(ss.txt) by adding 1KB of data. Now I want this 1KB data (in to a new file) when I take the incremental. If you please provide me the command for that by using rsync? This time when I use following comma...
2012 Jan 11
1
How many "rollback" TXGs in a ring for 4k drives?
...nderstanding: "Labels, including Uberblock rings, are fixed 256KB in size each, of which 128KB is the UB ring. Normally there is 1KB of data in one UB, which gives 128 TXGs to rollback to. When ashift=12 is used for 4k-sector disks, each UB is allocated a 4KB block, of which 3KB is padding. And now we only have 32 TXGs of rollback." Is this understanding correct? That''s something I did not think of previously, indeed... Thanks, //Jim http://groups.google.com/a/zfsonlinux.org/group/zfs-devel/browse_thread/thread/182c92911950ccd6/aa2ad1fdaf7d7a07?pli=1 On...
2002 Dec 31
3
[tcng] More complex example?
...class class but my attempt (below) produces a "inferno.tc:8: qdisc "tbf" has no classes near "prio"" when run through tcc. dev eth1 { egress { tbf (rate 128kbps, burst 64kb, limit 64kb, mtu 1510B) { prio (bands 2) { $ssh_fast = SLB(cir 32kbps, cbs 3kB); class if ((tcp_sport == 22 || tcp_dport == 22) && SLB_ok($ssh_fast)); class if 1; } } } } Are there any examples of tcng scripts that do something slightly more complex than those in the tcng tarball? don _______________________________________________...
2020 May 28
1
Performance Degradation when copying >1500 files to mac
Hello all, I'm running into a significant performance issue where copying a couple thousand <3kb files from my stretch SMB server to a mac client. Dragging + dropping the files from the gui results in a long period of time in which the client is "preparing to copy" and then actually transferring, during this time transfer starts around 300MB/s, then after around 5-10 seconds drops to...
2002 Jul 15
4
Network access speed.
...y settings from some ms documents, as well as a few samba specific tweaks. However, I'd be interested if anyone has any advice, links, ng postings, etc that may help me. I am willing to try both samba conf and windows changes to fix these, because I cannot bear to take 30 seconds per save on a 3kb page. I have my computer name in the /etc/hosts file(and I am confident that my name is being resolved), and I have the computers doing domain authentication on a Win2k mixed mode pdc. Thank you all, Dan VandeMore
2008 Jun 10
3
ZFS space map causing slow performance
...ge servers using Solaris with ZFS. Two of them have recently developed performance issues where the majority of time in an spa_sync() will be spent in the space_map_*() functions. During this time, "zpool iostat" will show 0 writes to disk, while it does hundreds or thousands of small (~3KB) reads each second, presumably reading space map data from disk to find places to put the new blocks. The result is that it can take several minutes for an spa_sync() to complete, even if I''m only writing a single 128KB block. Using DTrace, I can see that space_map_alloc() frequently ret...
2008 Jun 02
2
unison for windows
Hi All, I am posting this querry second time. What i need is-- {Is there any command by which I can get only the updation of file ie only the incremental?. Suppose I have a text file say ss.txt of 3KB in size and I have taken the backup of this file. Now I am making the changes in to this file(ss.txt) by adding 1KB of data. Now I want this 1KB data (in to a new file) when I take the incremental. If you please provide me the command for that by using rsync? } Somebody gave me his precious advi...
2005 Apr 08
1
HTB + speed a bit lower than what shaped to
...-j MARK --set-mark 12 iptables -t mangle -A POSTROUTING -d 192.168.2.1/32 -p tcp --sport 22 -j MARK --set-mark 30 This all goes into the right classes, but when i do a download from the mailserver, im suppose to get 4Kb, and it starts at 5Kb , which is burst, and then move down towards 4kb then 3kb and stays around there, but never goes to 4 on the dot. Is this normal or should it be perfectly 4Kb/s ? Am i doing something wrong? Thanks Jandre -- Regards Jandre "Some people are alive only because it is illegal to kill them." __________________________________________...
2006 Sep 26
8
Matching Malloc and Free
I would like to profile heap usage on a per thread basis in a large application process. To do this I am tracking calls to malloc and free with the attached script. Everything seems to look OK with some simple test programmes, however, when I track the live system, the results suggest that one thread has grown by approximately 1Gb and I would be surprised if this was true because I ran pmap -x on
2005 Jul 10
7
QOS HELP PLEASE
ive got problems with my network (120 people) ive got big pings (300ms)m whereas there are normally about 19ms. i do not know if my qos is proper (fast i mean). www.tdi.pozman.pl/fir2 - my qos www.tdi.pozman.pl/rules - my firewall can sb tell me if do it ok ? -- *Dariusz ''tdi'' Dwornikowski | Gentoo | admin at pozman.pl |
2011 Nov 09
0
[LLVMdev] .debug_info section size in arm executable
...l > > I'd wonder why executable's debug information size is bigger than gcc dwarf debug info. > > When I compiled ARM hello world code with -g option, the arm based assembly and executable files are bigger than gcc results significiantly.(apx. 3x) > (source file size was only 3KB) > > I think that both clang and gcc use same dwarf format ver2 for debugging. But I don't know why the clang executable file size is bigger than gcc executable. > > Could anyone explain about that? For one example, for enums clang will emit the names for all of the enum cases. GC...
2003 Sep 16
1
calculation of the p value in ks.test()
Hi, I'm working with the ks.test() function and I have also implemented the test using Conover as the reference. My D value matches that produced by R. However to calculate the p value I am using the code described in Numerical Recipes in C++ (2nd Ed.) pg 631. The p value produced by the NRC code is generally larger than that produced by R by a factor of 10. Currently I am not in a position
2006 Nov 15
1
How to process files on the server side after a sync?
Hello, I have a low speed (1-3Kb/s) openvpn connection between a server and a client, and I sync files once every hour from the client to the server with rsync contacting the daemon directly through the vpn tunnel. When the files has come in to the server it would like the server to do some processing, and there is where I get...
2007 Nov 21
0
Problem with ingress policing on bridged device
...ach time I run the command: filter parent ffff: protocol ip pref 10 u32 filter parent ffff: protocol ip pref 10 u32 fh 800: ht divisor 1 filter parent ffff: protocol ip pref 10 u32 fh 800::800 order 2048 key ht 800 bkt 0 flowid ffff: match 00060000/00ff0000 at 8 police 0xf rate 1000Kbit burst 3Kb mtu 2Kb action drop ref -561105860 bind 4 ... ref -952640528 bind 4 ... ref -540461920 bind 4 Any help would be appreciated. -- Steve