search for: 27mb

Displaying 20 results from an estimated 30 matches for "27mb".

Did you mean: 20mb
2008 Nov 18
3
OpenSSH performance with VIA padlock
...nd a minute considering these facts and maybe there is something to improve: 1) VIA Eden based board can write AES256 encrypted information on HDD at > 60MB/s 2) iperf shows NIC speed 69MB/s 3) openssl tests have even better results 4) openssh can transfer AES256 encrypted information at < 27MB/s (and worse with HDD encryption) It is better with openssh 5.x, than 4.6, but still I see no reason why results are so bad... Please, could someone explain? I don't believe, padlock is used properly... Jan
2019 Jun 05
2
Logging file size and name
...it will be moved to [error|access|playlist].log.old. Default is non-archive mode (i.e. overwrite) --> <logarchive>1</logarchive> </logging> What I am getting from this are file default file names: access.log-20190428 as well as large file sizes, up to 27MB Any ideas? Patricia Moynihan Director of Digital pmoynihan at fsu.edu<mailto:pmoynihan at fsu.edu> 850-645-6067 850-645-7200 WFSU Public Media 1600 Red Barber Plaza Tallahassee, FL 32310 wfsu.org<http://wfsu.org> [WFSU Public Media] -------------- next part -------------- An HTML...
2016 Jul 21
5
aio settings for samba 4.3
...point for comparison > > I installed the stock samba 4.2 rpm on a centos 7 machine and ran > the same diskspd tests against a share configured with: > vfs objects = aio_pthread > aio read size = 1024 > aio read size = 1024 > > smb2 leases = yes > > I get 27MB/s with 4k blocks and 145MB/s with 64k blocks. Disabling > cacheing by passing the -h switch to diskspd lowered these to 72MB/s > and 11MB/s. Which I view as 'close enough' to wire speed. Thus it > seems that the dismal performance I see is associated with the > FreeBSD implement...
2016 Jul 21
2
aio settings for samba 4.3
...m on a centos 7 machine and ran >>> the same diskspd tests against a share configured with: >>> vfs objects = aio_pthread >>> aio read size = 1024 >>> aio read size = 1024 >>> >>> smb2 leases = yes >>> >>> I get 27MB/s with 4k blocks and 145MB/s with 64k blocks. Disabling >>> cacheing by passing the -h switch to diskspd lowered these to 72MB/s >>> and 11MB/s. Which I view as 'close enough' to wire speed. Thus it >>> seems that the dismal performance I see is associated with th...
2016 Jul 20
4
aio settings for samba 4.3
On Tue, Jul 19, 2016 at 12:42:53PM -0700, Jeremy Allison wrote: > On Tue, Jul 19, 2016 at 12:49:09PM -0500, Russell R Poyner wrote: > > I'm tuning a samba 4.3 install on freebsd and I'm confused about aio > > settings. > > > > I've loaded the freebsd aio kernel module and tried various values > > or aio read size and aio write size, but it seems to
2006 Sep 23
0
Performance on a home fileserver
...tire documents directory, comprising over 200GB. Disk activity lights indicate that disk activity on the server is *very* light -- disk lights up for well under 50% of the time. The sending side shows constant disk activity (some visible blinking, little dark time). zpool iostat shows a peak of 27MB written per 5 seconds, and many times much less than that; but the disk IO lights suggest that disk bandwidth isn't the limit (so does donig local disk operations, and doing a "scrub" where ZFS reads every used block in the pool and verifies the checksum). But I see 1 or more 5-secon...
2006 Jan 03
2
Reducing Memory Footprint (fcgi)
...nce than memory (correct me if I am mistaken, but all the stats I see are for response time). My app seems rather responsive anyway (both as a qualitative observation from just using it, as well as browing through the logs). Running script/console (in development mode) the process loads up around 27mb. The live server runs in production mode, but loads up to almost 50mb. But I have no clue as to go about tracking down the memory hog of my app. The memory usage increase quite rapidly when I start "creating" new content, but even aside from that it eventually grows over 50mb. Any sug...
2007 Oct 18
1
Vista performance (uggh)
...8713.77 12.77 43656 64 hdg 212.97 8657.88 19.16 43376 96 hdi 195.61 8629.14 23.95 43232 120 hdk 197.01 8688.22 22.36 43528 112 Using dd to firewire drive - Reads at 27MB/s avg-cpu: %user %nice %system %iowait %steal %idle 6.40 0.00 59.40 34.20 0.00 0.00 Device: tps Blk_read/s Blk_wrtn/s Blk_read Blk_wrtn hda 310.80 12844.80 17.60 64224 88 hde 317.80 12820.80...
2003 Aug 25
16
R tools for large files
I'm wondering if anyone has written some functions or code for handling very large files in R. I am working with a data file that is 41 variables times who knows how many observations making up 27MB altogether. The sort of thing that I am thinking of having R do is - count the number of lines in a file - form a data frame by selecting all cases whose line numbers are in a supplied vector (which could be used to extract random subfiles of particular sizes) Does anyone know of a package th...
2006 Mar 31
2
Small local dir refuses to sync, others AOK.
.../CA/eTrustDirectory/dxserver/ldif /local/CA/archive' pauses at: make_file(4,ldif/MELLDRBIB11-ldsau004wm1/ldbau004v1_20060330.0204.raw) make_file(4,ldif/MELLDRBIB11-ldsau004wm1/ldbau004v1_20060331.0204.raw) 782 files to consider For at least 50 minutes (I cancel it at this point - it's only 27MB of files). Running an 'strace -f' gives [pid 17960] lstat64("ldif/MELLDRBIB11-ldsau004wm1/ldbau004v1_20060331.0204.raw", {st_mode=S_IFREG|0640, st_size=0, ...}) = 0 [pid 17960] write(1, "make_file(4,ldif/MELLDRBIB11-lds"..., 71make_file(4,ldif/MELLDRBIB11-ldsau004wm1/ld...
2016 Jul 21
0
aio settings for samba 4.3
One more data point for comparison I installed the stock samba 4.2 rpm on a centos 7 machine and ran the same diskspd tests against a share configured with: vfs objects = aio_pthread aio read size = 1024 aio read size = 1024 smb2 leases = yes I get 27MB/s with 4k blocks and 145MB/s with 64k blocks. Disabling cacheing by passing the -h switch to diskspd lowered these to 72MB/s and 11MB/s. Which I view as 'close enough' to wire speed. Thus it seems that the dismal performance I see is associated with the FreeBSD implementation somehow....
2016 Jul 21
0
aio settings for samba 4.3
...installed the stock samba 4.2 rpm on a centos 7 machine and ran >> the same diskspd tests against a share configured with: >> vfs objects = aio_pthread >> aio read size = 1024 >> aio read size = 1024 >> >> smb2 leases = yes >> >> I get 27MB/s with 4k blocks and 145MB/s with 64k blocks. Disabling >> cacheing by passing the -h switch to diskspd lowered these to 72MB/s >> and 11MB/s. Which I view as 'close enough' to wire speed. Thus it >> seems that the dismal performance I see is associated with the >> F...
2016 Jul 21
0
aio settings for samba 4.3
...t; >>>the same diskspd tests against a share configured with: > >>> vfs objects = aio_pthread > >>> aio read size = 1024 > >>> aio read size = 1024 > >>> > >>> smb2 leases = yes > >>> > >>>I get 27MB/s with 4k blocks and 145MB/s with 64k blocks. Disabling > >>>cacheing by passing the -h switch to diskspd lowered these to 72MB/s > >>>and 11MB/s. Which I view as 'close enough' to wire speed. Thus it > >>>seems that the dismal performance I see is associ...
2019 Jun 06
0
Logging file size and name
...st on > an old Windows machine but now I?m having issues getting the logs to > change file size and name. I am trying to get my file size to be 2 MB <snip /> > What I am getting from this are file default file names:? > > access.log-20190428 as well as large file sizes, up to 27MB Yes, it looks like CentOS is using "logrotate" - a standard tool for managing log file size and history. This is competing with the internal mechanism of Icecast that you enabled. My general recommendation is to use the system tooling and - if necessary - configure it to your needs. In...
2005 May 17
1
OT: Multi-Format Sound Conversion Utility (and NOT sox, etc)
Hello everyone, In working with Asterisk on FPU starved hardware like the Soekris Net4801, it has become clear that it would be very nice to have the standard Allison sounds that are distributed with Asterisk in multiple formats. With AstLinux taking 27mb, that leaves a lot of space on a 256mb CF card for sound files! However, the last thing that I want to do is convert from one lossy compression format (gsm) to another (g729, for instance). GSM sounds muddy enough to some people without me messing with it... Thankfully, one of my associates...
2005 Aug 02
0
AstLinux 0.2.8 released
...c. It even includes a nifty Windows autorun feature, all in about 45 mb (small enough for business card CD's)! - The Windows install package has now been updated to use the same menu as the CD. Also, the AstLinux disk images are now stored compressed, so the installer will only use about 27mb of your disk space in Windows! - AstLinux has seen dozens of changes and feature improvements. Far too many to list here, but for the full changelog please visit: http://www.krisk.org/files/astlinux-i586/etc/astup.note Existing AstLinux users can simply type "astup" to be upgraded to...
1998 Jun 22
0
(Fwd) samba lenta
...lease send copy to my e-mail address: bernardo@unesco.org.br With samba working in a FreeBSD 2.2.6 box, I made some tests, comparing Samba's performance to Netware and ftp ,and did not like the results, looks like I'm doing something wrong: 1. Netware 4.1 Server, Pentium 133 32M IDE, 27Mb ZIP file, to Win95 workstation, Pentium 133, using 2 explorer windows (drag & drop). Time: ~30 seg. 2. Same Novell Server, to Samba Server 486 50Mhz 64M IDE, using the same Win95 workstation, again using the 2 explorer windows (drag & drop -> from Novell Server to Samba Server) T...
2014 Feb 21
12
[LLVMdev] asan coverage
> > > > We may need some additional info. What kind of additional info? > I haven't put a ton of thought into > this, but I'm hoping we can either (a) use debug info as is or add some > extra (valid) debug info to support this, or (b) add an extra > debug-info-like section to instrumented binaries with the information we > need. > I'd try this data
2004 Jul 02
0
1.0-test24 and some mbox benchmarking
...04 MB original mbox : 1420611590 B = 2774632 blocks = 1354 MB rewritten mbox: 1444411190 B = 2821115 blocks = 1377 MB - 93416 VSZ, 91120 RSS - 2295.81s user - 23.99s system - 96% cpu - 39:57.90 total Notes ----- Not counting Dovecot's indexes UW-IMAP wrote 21MB less. But Dovecot wrote 27MB more padding, so just by shrinking it Dovecot would have written 6MB less data. Also because Dovecot writes the file backwards, it needs to do some extra jumping around and overlapping writes, but I guess OS nicely merged them. I'm not exactly sure why UW-IMAP uses so much CPU for rewriting, b...
2006 Jun 29
5
Memory usage issues
Hello all, I''m new to Mongrel and am very impressed with what I see so far. This thing beats FastCGI hands down, and is even simpler to use than SCGI. Great job Zed! Thanks for all the hard work. I am a bit surprised at the memory usage patterns though. I''m not sure if I''m doing something wrong (most likely I am), or if this is a problem with the app I''m