ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: "Nikolay A. Fetisov" <naf@naf.net.ru>
To: ALT Linux Community general discussions <community@lists.altlinux.org>
Subject: Re: [Comm] Скорость передачи файлов по SMB
Date: Fri, 30 Jun 2017 18:28:13 +0300
Message-ID: <1498836493.14766.7.camel@naf.net.ru> (raw)
In-Reply-To: <160c7b1c-51ce-6107-75a2-718ae98d9b26@yandex.ru>

Здравствуйте!

В Пт, 30/06/2017 в 16:14 +0300, Петухов Александр Александрович пишет:
> 
> Есть файлопомойка на доменном win-сервере.
> машина с текущим p8 подключается к этой файлопомойке через smb под
> доменной пользовательской win-учеткой. Работает нормально, кроме
> одного момента: очень медленно передаются файлы в обе стороны. ...

У меня для утилизации 1 Gbit/s понадобилось 

socket options = TCP_NODELAY IPTOS_LOWDELAY SO_KEEPALIVE
SO_RCVBUF=32768 SO_SNDBUF=32768

Правда, ситуация обратная - файл-сервер Samba, клиент - Windows.

> Соседняя машина с Centos на борту выдаёт 10 Mb/s,

Проверить передачу данных с машины на машину?

Что-то типа 
$ nc -l 12345 | pv > /dev/zero
на CentOS, и
$ dd if=/dev/zero bs=1M | pv | netcat <CentOS IP> 12345
на p8. И затем зеркально наоборот.

Если скорость нормальная - смотреть на Samba'у, если нет - на сеть.
На подключение, на сетевую карту, на потери пакетов и т.п.


-- 
С уважением,
Николай Фетисов


       reply	other threads:[~2017-06-30 15:28 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-30 15:28 ` Nikolay A. Fetisov [this message]
2017-06-30 15:34   ` Петухов Александр Александрович
2017-06-30 15:39 ` Evgeny Sinelnikov
2017-06-30 15:47   ` Петухов Александр Александрович

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1498836493.14766.7.camel@naf.net.ru \
    --to=naf@naf.net.ru \
    --cc=community@lists.altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git