search for: connectandlist

Displaying 1 result from an estimated 1 matches for "connectandlist".

2011 Jun 13
1
Lost performance between Samba 3.0.24 and 3.5.8 with high number of concurrent connections
...y = share guest account = nobody [mdrive] path = /home/HUGU-Profiles/WinXP/enfgen.man browseable = yes public = yes guest ok = yes Trivial, isn't it? The server is a Debian Squeeze with Linux Kernel 2.6.32-5 and Samba 3.5.8. From one client I ran the next script: #!/bin/bash connectAndList () { for i in $( seq 1 1000 ) do fechaInicio=$( date ) salida=$( smbclient //yela/mdrive -U nobody% -c ls 2> /dev/null ) retorno=$? fechaFin=$( date ) if [ ! $retorno -eq 0 ] then...