search for: 123k

Displaying 15 results from an estimated 15 matches for "123k".

Did you mean: 123
2017 Nov 29
0
ls performance on directories with small number of items
...directory entry. That's a lot of tiny network round trips with fops that don't even fill a standard frame thus each frame has a high percentage of overhead for tcp. Add to that the replica check to ensure you're not getting stale data and you have another round trip for each file. Your 123k directory entries require several frames of getdirent and over 492k frames for the individual fstat calls. That's roughly 16us per frame. Can you eliminate the fstat calls? If you only get the directory listing that should be significantly better. To prove this, do "echo *". You will...
2017 Nov 27
4
ls performance on directories with small number of items
Hi, I have a situation where an apache web server is trying to locate the IndexDocument for a directory on a gluster volume. This URL is being hit roughly 20 times per second. There is only 1 file in this directory. However, the parent directory does have a large number of items (+123,000 files and dirs) and we are performing operations to move these files into 2 levels of
2018 Jan 20
2
PDFs getting mangled
..., and I don't know whether it's from truncating on the send or receive of the filter. Can you give me any advice? 1) $ jot 200000 1 > numbers.txt $ du -a . | grep numbers 1260 ./numbers-sent.txt 1248 ./numbers-received.txt 2) root at imap:~# ll test-* 125 -rw------- 1 root wheel 123K Jan 20 09:35 test-afterbogo.msg 149 -rw------- 1 root wheel 136K Jan 20 09:35 test-beforebogo.msg root at imap:~# tail -20 test-beforebogo.msg IAowMDAwMTAxMTUzIDAwMDAwIG4gCjAwMDAxMDEyMDYgMDAwMDAgbiAKMDAwMDEwMTIzMiAwMDAw MCBuIAowMDAwMTAxMjc0IDAwMDAwIG4gCjAwMDAxMDEyOTMgMDAwMDAgbiAKdHJhaWxlcgo8PC...
2018 Jan 21
2
PDFs getting mangled
...t; Can you give me any advice? >> >> 1) >> $ jot 200000 1 > numbers.txt >> $ du -a . | grep numbers >> 1260??? ./numbers-sent.txt >> 1248??? ./numbers-received.txt >> >> 2) >> root at imap:~# ll test-* >> 125 -rw-------? 1 root? wheel?? 123K Jan 20 09:35 test-afterbogo.msg >> 149 -rw-------? 1 root? wheel?? 136K Jan 20 09:35 test-beforebogo.msg > > The more I look into it, the more it looks to me like pigeonhole is > somehow losing the last 4-6K of messages over 100K. > > When my filter script is: > cat /dev/std...
2010 Jan 22
0
Removing large holey file does not free space 6792701 (still)
...c Solaris filer01a:/$ zpool create zpool01 raidz2 c4t0d0 c4t1d0 c4t2d0 c4t4d0 c4t5d0 c4t6d0 filer01a:/$ zpool create zpool01 raidz2 c4t0d0 c4t1d0 c4t2d0 c4t4d0 c4t5d0 c4t6d0 filer01a:/$ zfs list zpool01 NAME USED AVAIL REFER MOUNTPOINT zpool01 123K 5.33T 42.0K /zpool01 filer01a:/$ df -h /zpool01 Filesystem Size Used Avail Use% Mounted on zpool01 5.4T 42K 5.4T 1% /zpool01 filer01a:/$ mkfile 1024G /zpool01/largefile ^C...
2018 Jan 20
0
PDFs getting mangled
...on the send or receive of the filter. > > Can you give me any advice? > > 1) > $ jot 200000 1 > numbers.txt > $ du -a . | grep numbers > 1260 ./numbers-sent.txt > 1248 ./numbers-received.txt > > 2) > root at imap:~# ll test-* > 125 -rw------- 1 root wheel 123K Jan 20 09:35 test-afterbogo.msg > 149 -rw------- 1 root wheel 136K Jan 20 09:35 test-beforebogo.msg The more I look into it, the more it looks to me like pigeonhole is somehow losing the last 4-6K of messages over 100K. When my filter script is: cat /dev/stdin | tee /tmp/input | bogofilt...
2018 Jan 22
0
PDFs getting mangled
...gt; >>> 1) >>> $ jot 200000 1 > numbers.txt >>> $ du -a . | grep numbers >>> 1260??? ./numbers-sent.txt >>> 1248??? ./numbers-received.txt >>> >>> 2) >>> root at imap:~# ll test-* >>> 125 -rw-------? 1 root? wheel?? 123K Jan 20 09:35 test-afterbogo.msg >>> 149 -rw-------? 1 root? wheel?? 136K Jan 20 09:35 test-beforebogo.msg >> The more I look into it, the more it looks to me like pigeonhole is >> somehow losing the last 4-6K of messages over 100K. >> >> When my filter script is: &g...
2008 Jul 24
2
You didn't give me some packages, so now I'm giving you some! R, TexLive, LyX, Gnumeric, etc.
...2-4Cento..> 22-Jul-2008 08:01 11.0M emacs-nox-22.2-4Cent..> 22-Jul-2008 08:00 1.7M evince-2.20.1-1Cento..> 22-Jul-2008 07:59 1.2M evince-debuginfo-2.2..> 22-Jul-2008 08:03 1.1M gnome-doc-utils-0.12..> 22-Jul-2008 08:09 275k gnome-doc-utils-styl..> 22-Jul-2008 08:09 123k gnome-icon-theme-2.1..> 22-Jul-2008 08:09 3.4M gnumeric-1.8.2-2Cent..> 22-Jul-2008 08:03 11.7M gnumeric-debuginfo-1..> 22-Jul-2008 08:02 5.9M gnumeric-devel-1.8.2..> 22-Jul-2008 08:05 102k goffice-0.6.2-1Cento..> 22-Jul-2008 08:03 1.4M goffice-debuginfo-0...> 22-Jul...
2004 Dec 27
2
htb and iptables marked packets question
...hain INPUT (policy ACCEPT 115K packets, 63M bytes) pkts bytes target prot opt in out source destination Chain FORWARD (policy ACCEPT 68617 packets, 42M bytes) pkts bytes target prot opt in out source destination Chain OUTPUT (policy ACCEPT 123K packets, 63M bytes) pkts bytes target prot opt in out source destination Chain POSTROUTING (policy ACCEPT 191K packets, 105M bytes) pkts bytes target prot opt in out source destination 1827 1990K MARK all -- * eth1 0.0.0....
2018 Jan 19
3
PDFs getting mangled
Since upgrading to 2.3.0 / 0.5.0.1, incoming PDFs are getting mangled. It seems to be happening when I use vnd.dovecot.filter. When I comment out the block, things come through fine. My filter block looks like this: require "vnd.dovecot.filter"; filter "bogofilter_filter"; if header :contains "X-Bogosity" [ "Spam,
2003 Jan 12
10
Shorewall on a file/webserver/router Help
Hi, I have a install of shorewall I have 2 interfaces(I think) ppp0[connection device] and eth0 [LAN device], I want to allow all traffic from the the internet in or aleast port 80 and CVS and webmin and mail and everything normal to the main machine with shorewall on it. I changed to policy file but it just gave me errors as to double interfaces. I also what still to alow connection sharing
2016 Mar 08
7
Strange behaviour of iptables in centos 7
Hi strange behaviour of iptables on a centos 7.0 machine: The following rule is in the iptables of said machine: [root at myserver ~]# iptables -L -v -n --line-numbers |grep 175\. 9 9 456 DROP all -- * * 175.44.0.0/16 0.0.0.0/0 [root at myserver ~]# The corresponding enty in /etc/sysconfig/iptables looks like: [root at myserver ~]# grep 175 /etc/sysconfig/iptables
2005 May 19
1
Gnumeric
Hi, I am trying to install Gnumeric in CentOS 4 and I can't. It complains about quite a few dependencies failing. It suggested installing some postgresql librairies, openldap librairies... I did that, now I still get: dependencies failed: libmdb/libmdbsq/libsqlite/libxbase/libtds. Is there a yum repository that has them or a yum repository for gnumeric? I have tried Dag, he does not, he
2006 Mar 21
1
weird bugs with mmap-ing via NFS
[Moved from -current to -stable] ???????? 21 ???????? 2006 16:23, Matthew Dillon ?? ????????: > ? ? You might be doing just writes to the mmap()'d memory, but the system > ? ? doesn't know that. Actually, it does. The program tells it, that I don't care to read, what's currently there, by specifying the PROT_READ flag only. > ? ? The moment you touch any mmap()'d
2005 Jan 09
19
Shorewall and CUPS printing interference
I''m having a problem with the Shorewall firewall and CUPS printing interfering with each other. My Linux firewall machine is acting as both a CUPS server and client for all of my tests. Shorewall 2.0.13 CUPS 1.1.22-2 Linux kernel 2.6.9 CUPS was working fine to print to my Epson C84 (network connected via a Netgear PS101 print server using lpd://PS101.IP.address/raw ) until I