Displaying 20 results from an estimated 6000 matches similar to: "Samba performance"
2010 May 05
3
Memory issue
Reading a flat text file 138 Mbyte large into R with a combination of
scan (to get the header) and read.table. After conversion of text time
stamps to POSIXct and conversion of integer codes to factors I convert
everything into one data frame and release the old structures containing
the data by using rm().
Strangely, the rm() does not appear to reduce the used memory. I checked
using
2009 Jan 24
3
zfs read performance degrades over a short time
I appear to be seeing the performance of a local ZFS file system degrading over a short period of time.
My system configuration:
32 bit Athlon 1800+ CPU
1 Gbyte of RAM
Solaris 10 U6
SunOS filer 5.10 Generic_137138-09 i86pc i386 i86pc
2x250 GByte Western Digital WD2500JB IDE hard drives
1 zfs pool (striped with the two drives, 449 GBytes total)
1 hard drive has
2015 Feb 08
1
Re: getting guestfs_rsync_out to work
Richard-
>>> Per this page
>>>
>>> https://rwmj.wordpress.com/2013/04/22/using-rsync-with-libguestfs/
>>>
>>> We are trying to get the libguestfs API guestfs_rsync_out to work. Weve tried combinations similar to:
>>>
>>> guestfs_rsync_out(g, /HostShared, rsync://root@10.0.1.90:2999/backup/ -av, -1)
>>>
>>>
2015 Feb 09
2
Re: getting guestfs_rsync_out to work
Richard-
> On Sun, Feb 08, 2015 at 12:11:37PM -0600, Jeff Brower wrote:
>> With continuous loop testing, what we found is that we have to shut
>> down and re-launch the image handle to see changes on the Win7 live
>> guest. Unfortunately image re-launch takes time, 3-5 sec (the image
>> size is 50 GByte). I'm assuming this is because libguestfs makes an
>>
2012 Jan 03
7
Low performance
Hi!
I do a rsync between 2 machines. The throughput is only 2 MByte/Sec.
Each machine is a Supermicro server with
2 x 8 Core Opteron 6128
64 GByte of ECC RAM
1 LSI MegaRAID SAS 9280-24i4e
24 x 2TByte SATA Disks as a RAID6
2 Intel Corporation 82599EB 10-Gigabit SFI/SFP+ Network-cards
Both run Ubuntu 11.04 64Bit.
Both use rsync version 3.0.7 protocol version 30
There are no
2011 Jul 10
2
bond0 performance issues in 5.6
Hi all,
I've got two gigabit ethernet interfaces bonded in CentOS 5.6. I've
set "miimode=1000" and I've tried "mode=" 0, 4 and 6. I've not been able
to get better than 112MB/sec, which is the same as the non-bonded
interfaces.
My config files are:
===
cat /etc/sysconfig/network-scripts/ifcfg-{eth1,eth2,bond0}
# SN1
HWADDR=00:30:48:fd:26:71
2011 Nov 30
11
Resize command syntax wrong?
Currently the resize command is under filesystem, and takes a path to the mounted filesystem. This seems wrong to me. Shouldn''t it be under device, and take a path to a device to resize? Otherwise, how can a resize operation when you have multiple devices make any sense?
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to
2011 Jan 11
1
Bonding performance question
I have a Dell server with four bonded, gigabit interfaces. Bonding mode is
802.3ad, xmit_hash_policy=layer3+4. When testing this setup with iperf,
I never get more than a total of about 3Gbps throughput. Is there anything
to tweak to get better throughput? Or am I running into other limits (e.g.
was reading about tcp retransmit limits for mode 0).
The iperf test was run with iperf -s on the
2014 Sep 06
2
Decent Performance
Hi all,
I am trying to get some decent speed out of a vanilla Debian (Proxmox) box and
am running out of ideas. Basically I can exchange data at 110MB/sec (raw, nfs,
ftp) but not with Samba shares.
I tried almost every samba tuning tip I could find to no avail. The only
optimisation left to smb.conf at the moment is debug level = 0. As one can see
the robocopy throughput is merely half of what
2017 May 20
1
test fails when requesting LC_CTYPE
>>>>> Kasper Daniel Hansen <kasperdanielhansen at gmail.com>
>>>>> on Fri, 19 May 2017 20:09:24 -0400 writes:
> I rebuilt R with
> export LC_CTYPE=en_US.UTF-8
> and the test still fail. Surprisingly, when I run R from the bin directory
> and execute the test code, it runs without error:
>> oloc <-
2017 May 19
2
test fails when requesting LC_CTYPE
On RedHat Enterprise Linux 6, the test below fails (this is using the stock
GCC 4.4.7) from R-devel r72707. LC_CTYPE is unset when I run it, but
LANG=en_US.UTF-8
It also failed "yesterday" where as far as I recall the test code looked a
bit different.
Best,
Kasper
> ## Results differed by platform, but some gave incorrect results on
string 10.
>
>
> ## str() on large
2015 Feb 07
4
getting guestfs_rsync_out to work
All-
Per this page
https://rwmj.wordpress.com/2013/04/22/using-rsync-with-libguestfs/
We are trying to get the libguestfs API guestfs_rsync_out to work. Weve tried combinations similar to:
guestfs_rsync_out(g, /HostShared, rsync://root@10.0.1.90:2999/backup/ -av, -1)
surrounding it with APIs as in the recipe examples, for example replacing libguestfs_cat(), with no luck. In the
2006 Dec 23
3
How to start installing a Quad-Devel-Station?
Hello Xen-Users,
I am running a Debian GNU/Linux Devel-Station (P2/366 MHz, 512MByte)
and use currently chroots which give some problems from time to time.
I have following configuration:
----8<------------------------------------------------------------------
/dev/sda1 / 7700 GByte # Master System
/dev/sda2 swap 256 MByte # Master System
/dev/sda3 /var 512 MByte # Master System
2010 Feb 08
17
ZFS ZIL + L2ARC SSD Setup
I have some questions about the choice of SSDs to use for ZIL and L2ARC.
I''m trying to build an OpenSolaris iSCSI SAN out of a whitebox system,
which is intended to be used as a backup SAN during storage migration,
so it''s built on a tight budget.
The system currently has 4GB RAM, 3GHz Core2-Quad and 8x 500GB WD REII
SATA HDDs attached to an Areca 8port ARC-1220 controller
2008 Apr 17
3
Samba 3: bad read performance
??Hi all!
We use Samba 3 server for some video stuff (editing, rendering, and so
on) -- that's why performance is critical. We've tried a lot smb.conf
options, but Samba can't satisfy our requirements.
Our server configuration is as following:
* Hard drive: RAID5 (8 x Seagate 7200.10), 3ware 9550SX-8LP controller
* NICs (trunked): 2 x Broadcom NetXtreme BCM5704
* Processor: Opteron
2011 Jul 30
7
NexentaCore 3.1 - ZFS V. 28
apt-get update
apt-clone upgrade
Any first impressions?
--
Eugen* Leitl <a href="http://leitl.org">leitl</a> http://leitl.org
______________________________________________________________
ICBM: 48.07100, 11.36820 http://www.ativel.com http://postbiota.org
8B29F6BE: 099D 78BA 2FD3 B014 B08A 7779 75B0 2443 8B29 F6BE
2009 Mar 13
2
Help setting up multipathing on CentOS 4.7 to an Equallogic iSCSI target
I'm trying to test out an Equallogic PS5500 with a server running CentOS 4.7
I can create a volume and mount it fine using the standard
iscsi-initiator-utils tools.
The Equallogic box has 3 Gigabit interfaces and I would like to try to
set up things so I can read/write from/to the volume using multiple NICs
on the server i.e. get 200+ Mbyte/s access to the volume - I've had some
2011 Jan 22
5
Let's talk about compression rates
http://pastebin.com/raw.php?i=MwDnhknf
$ ls -Sl
total 461252
-rw-rw-r--. 1 g g 111709730 Jan 22 11:06 linux-2.6.37.zip
-rw-rw-r--. 1 g g 93174605 Jan 22 11:03 linux-2.6.37.tar.gz
-rw-rw-r--. 1 g g 73552510 Jan 22 11:10 linux-2.6.37.tar.bz2
-rw-rw-r--. 1 g g 66333786 Jan 22 11:16 linux-2.6.37.7z
-rw-rw-r--. 1 g g 64035788 Jan 22 11:16 linux-2.6.37.tar.7z
-rw-rw-r--. 1 g g 63480808 Jan 22
2005 May 23
1
Best configure options for Data Mining
Dears,
I am selecting configure-options for Data Mining applications with R,
notes that guide a user from SVN repository to system compilation on
GNU/Linux system ("gcc" as compiler).
Status:
* My system specs:
- processor Intel 2.8Ghz HT
- kernel Linux 2.6.10-5-686-smp
- ram 1500 Mbyte
* Dataset to use:
- ~900 Mbyte of text file
* R from svn repository (daily updated)
*
2001 Sep 20
1
OT: Ogg Vorbis and Bitrate
>>>> I've heard lots of discussion about it,
>>>> but what I was taught in school was kilo
>>>> was greek for 1000. In most usages "kilo XXX"
>>>> means "1000 of XXX".
This is correct, but...
>>>> In electronics terms
>>>> I understand we use it collectively wrong
>>>> from a linguistic