µTorrent Server 3.0 alpha build 27079 (for Linux) - x86 (Page 3) / Announcements (Linux) / µTorrent Community Forums
 

#51 2010-09-18 03:52:50

DreadWingKnight
I never claimed to be nice.

Re: µTorrent Server 3.0 alpha build 27079 (for Linux) - x86

Known issue.


FAQ and Search - Use them.
If guides ask for info, provide it before I have to ask for it.

Offline

#52 2010-09-19 13:58:23

t3ngus
Member

Re: µTorrent Server 3.0 alpha build 27079 (for Linux) - x86

@mcdonald
Thanks for the quick reply.
I would be looking fwd for that build.
I have also used qbittorrent (and measured the memory) and I thought it was too much. The shared I understand can be a lot, but the registered, to reach 300MB I personally think its too much. smile
For utserver process I see 173MB shared, 2K resident. smile

Since the new version (I updated I think Sat morning,) I see too much cpu usage. Now with 3 torrents idle, uses 94% of a core. I have forced my cpu's to low freq otherwise they work at full frequency. But I bet there will be a fix soon wink

Cheers.

PS. I have ran few straces and lsof's to see why spins the cpu constantly, please let me know if would need any of these logs.

Last edited by t3ngus (2010-09-19 14:01:08)

Offline

#53 2010-09-19 21:26:40

genothomas
Member

Re: µTorrent Server 3.0 alpha build 27079 (for Linux) - x86

thanks a lot 4 dis... smile

Offline

#54 2010-09-20 01:01:33

eshwar
Member

Re: µTorrent Server 3.0 alpha build 27079 (for Linux) - x86

thanks for this amazing client so far!!

question: like the windows client where the throttling can be selectively applied to UTP and protocol overhead, can the same options be changed for the server? because i'd like to throttle the normal traffic but not the utp traffic.

thanks!

Offline

#55 2010-09-20 02:11:45

nutxase
Member

Re: µTorrent Server 3.0 alpha build 27079 (for Linux) - x86

small bug i found is that if you set a password for the webgui it doesnt accept it wen u login?

anyone else?

Offline

#56 2010-09-20 02:44:12

RussianNeuroMancer
Member

Re: µTorrent Server 3.0 alpha build 27079 (for Linux) - x86

Firon wrote:

Probably under General. I'll make a sticky later and collect the packages people make. Eventually we'll probably make our own .deb, maybe rpm.

Then what about repository for provide updates using own Linux package managers? It's really will be nice smile

Offline

#57 2010-09-20 03:32:02

eshwar
Member

Re: µTorrent Server 3.0 alpha build 27079 (for Linux) - x86

eshwar wrote:

thanks for this amazing client so far!!

question: like the windows client where the throttling can be selectively applied to UTP and protocol overhead, can the same options be changed for the server? because i'd like to throttle the normal traffic but not the utp traffic.

thanks!

found answer to this. in the advanced section.just check bt.ratelimit_tcp_only

Offline

#58 2010-09-21 00:44:18

t3ngus
Member

Re: µTorrent Server 3.0 alpha build 27079 (for Linux) - x86

I have some 'figures' comparing utserver and rtorrent mem and cpu consumption.
Please notice the excessive CPU usage from utserver, and the exponatial difference in mem usage (Resident).
After 2-3 days of running utserver, I realised that I would prefer higher memory usage, than such a cpu cruncher... sad

USER       PID  %CPU   %MEM    VSZ     RSS    TTY      STAT START   TIME     COMMAND
t3ngu      14546 99.7       0.0         177316  2020   pts/3    Sl+    Sep18    3661:38 ./utserver
t3ngu      16217  0.3        0.7         162632  28976 pts/8    S+     Sep20    4:49       rtorrent

Notice please on strace log below, it takes almost a second for futex_wait_private, while  in few seconds of tracing, there are so many get time, and get date calls...


strace:
    0.000000 [        f76f6425] restart_syscall(<... resuming interrupted call ...>) = 0 <0.623719>

    0.641303 [        f76f6425] futex(0xf43206ac, FUTEX_WAKE_PRIVATE, 1) = 0 <0.000027>
     0.000263 [        f76f6425] futex(0x80f0008, FUTEX_WAIT_PRIVATE, 2, NULL) = -1 EAGAIN (Resource temporarily unavailable) <0.000029>
     0.000284 [        f76f6425] futex(0x80f0008, FUTEX_WAKE_PRIVATE, 1) = 0 <0.000020>
     0.000105 [        f76f6425] stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2917, ...}) = 0 <0.000023>
     0.000189 [        f76f6425] stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2917, ...}) = 0 <0.000018>
     0.000114 [        f7684e16] clock_gettime(CLOCK_MONOTONIC, {97632, 600539704}) = 0 <0.000017>
     0.000101 [        f76f6425] gettimeofday({1284933925, 828857}, NULL) = 0 <0.000018>
     0.000087 [        f76f6425] clock_gettime(CLOCK_REALTIME, {1284933925, 828945359}) = 0 <0.000018>
     0.000092 [        f76f6425] futex(0xf43206c8, FUTEX_WAIT_PRIVATE, 192101, {59, 999911641}) = 0 <0.998708>
     0.999125 [        f76f6425] futex(0xf43206ac, FUTEX_WAKE_PRIVATE, 1) = 0 <0.000044>
     0.000277 [        f76f6425] futex(0x80f0008, FUTEX_WAIT_PRIVATE, 2, NULL) = -1 EAGAIN (Resource temporarily unavailable) <0.000020>
     0.000127 [        f76f6425] futex(0x80f0008, FUTEX_WAIT_PRIVATE, 2, NULL) = -1 EAGAIN (Resource temporarily unavailable) <0.000019>
     0.000097 [        f76f6425] futex(0x80f0008, FUTEX_WAIT_PRIVATE, 2, NULL) = -1 EAGAIN (Resource temporarily unavailable) <0.000018>
     0.000092 [        f76f6425] futex(0x80f0008, FUTEX_WAIT_PRIVATE, 2, NULL) = -1 EAGAIN (Resource temporarily unavailable) <0.000018>
     0.000090 [        f76f6425] futex(0x80f0008, FUTEX_WAIT_PRIVATE, 2, NULL) = -1 EAGAIN (Resource temporarily unavailable) <0.000018>
     0.000090 [        f76f6425] futex(0x80f0008, FUTEX_WAKE_PRIVATE, 1) = 0 <0.000018>
     0.000100 [        f76f6425] stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2917, ...}) = 0 <0.000036>
     0.000159 [        f76f6425] stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2917, ...}) = 0 <0.000021>
     0.000123 [        f7684e16] clock_gettime(CLOCK_MONOTONIC, {97633, 601100131}) = 0 <0.000018>
     0.000097 [        f76f6425] gettimeofday({1284933926, 829414}, NULL) = 0 <0.000018>
     0.000099 [        f76f6425] clock_gettime(CLOCK_REALTIME, {1284933926, 829519271}) = 0 <0.000019>
     0.000098 [        f76f6425] futex(0xf43206c8, FUTEX_WAIT_PRIVATE, 192103, {59, 999894729}) = 0 <0.998127>
     0.998388 [        f76f6425] futex(0xf43206ac, FUTEX_WAKE_PRIVATE, 1) = 0 <0.000033>

Offline

#59 2010-09-21 05:32:31

adrianoftyriel
Member

Re: µTorrent Server 3.0 alpha build 27079 (for Linux) - x86

I love that there is finally development of a linux version of utorrent. The utserver is almost exactly what I'm after. Unfortunately, until there is an RSS downloader implemented, I'm stuck using Torrentflux-B4RT, but I will stay tuned for updates!

Offline

#60 2010-09-21 08:25:12

pabouk
Member

Re: µTorrent Server 3.0 alpha build 27079 (for Linux) - x86

Great! Thank you very much for Linux version!

Please will you provide builds for ARM CPUs (mainly for NAS servers like QNAP)? I think there is a lot of users (including me) running embedded systems with Linux on ARM architecture which will be eager to run uTorrent there.

Offline

#61 2010-09-21 08:40:47

DreadWingKnight
I never claimed to be nice.

Re: µTorrent Server 3.0 alpha build 27079 (for Linux) - x86

pabo, already discussed, generic arm builds aren't possible because there isn't a generic arm platform.


FAQ and Search - Use them.
If guides ask for info, provide it before I have to ask for it.

Offline

#62 2010-09-21 08:45:02

mcdonald
Moderator

Re: µTorrent Server 3.0 alpha build 27079 (for Linux) - x86

pabouk wrote:

Please will you provide builds for ARM CPUs (mainly for NAS servers like QNAP)? I think there is a lot of users (including me) running embedded systems with Linux on ARM architecture which will be eager to run uTorrent there.

See http://forum.utorrent.com/viewtopic.php?id=83630

Offline

#63 2010-09-21 19:15:45

juan_valdez
Member

Re: µTorrent Server 3.0 alpha build 27079 (for Linux) - x86

Firon wrote:
kozy wrote:

Thank you very much for this daemon !
Any thread for enthusiasts troubleshooting ?

I just added two new forums, one for general discussion and another for troubleshooting.
http://forum.utorrent.com/viewforum.php?id=40 - General
http://forum.utorrent.com/viewforum.php?id=38 - Troubleshooting

I know I'm late to the ball game, been far away.

But just wish to sincerely thank the uTorrent team for this linux version.

Offline

#64 2010-09-25 17:46:26

spatialerror
Member

Re: µTorrent Server 3.0 alpha build 27079 (for Linux) - x86

Please offer a static linked binary too or repackage so it includes dynamic and static linked versions

Offline

#65 2010-09-26 23:16:55

xuploaderz
Member

Re: µTorrent Server 3.0 alpha build 27079 (for Linux) - x86

Hi.. thank you for this great daemon smile. I have some question, when i run utserver on my vps, it's take a much a cpu resource. anyone got same condition with me?

  PID USER      PR  NI  VIRT  RES  SHR S %CPU %MEM    TIME+  COMMAND
21985 fals      15   0  301m 167m 1384 S 100.9 21.3  39:41.72 utserver

Offline

#66 2010-09-28 08:06:08

mcdonald
Moderator

Re: µTorrent Server 3.0 alpha build 27079 (for Linux) - x86

xuploaderz wrote:

Hi.. thank you for this great daemon smile. I have some question, when i run utserver on my vps, it's take a much a cpu resource. anyone got same condition with me?

  PID USER      PR  NI  VIRT  RES  SHR S %CPU %MEM    TIME+  COMMAND
21985 fals      15   0  301m 167m 1384 S 100.9 21.3  39:41.72 utserver

Are you running on a 64-bit LInux?  That could be a problem.  What is a "vps"?

Offline

#67 2010-09-28 08:14:51

moogly
Member

Re: µTorrent Server 3.0 alpha build 27079 (for Linux) - x86

Offline

#68 2010-09-29 05:29:02

19pavlucho84
Member

Re: µTorrent Server 3.0 alpha build 27079 (for Linux) - x86

Уррррааааа!!!!!!!!!!!!!!!!

Offline

#69 2010-09-30 03:09:37

M32o
Member

Re: µTorrent Server 3.0 alpha build 27079 (for Linux) - x86

t3ngus, xuploaderz....I have the same problem.

I am running 32 bit Arch Linux.

and CPU load is almost 100% .... any sugestions?

Offline

#70 2010-09-30 21:25:36

xuploaderz
Member

Re: µTorrent Server 3.0 alpha build 27079 (for Linux) - x86

mcdonald wrote:
xuploaderz wrote:

Hi.. thank you for this great daemon smile. I have some question, when i run utserver on my vps, it's take a much a cpu resource. anyone got same condition with me?

  PID USER      PR  NI  VIRT  RES  SHR S %CPU %MEM    TIME+  COMMAND
21985 fals      15   0  301m 167m 1384 S 100.9 21.3  39:41.72 utserver

Are you running on a 64-bit LInux?  That could be a problem.  What is a "vps"?

Hi, I'm running Ubuntu 32-bit

Offline

#71 2010-10-01 00:08:27

SnotMonster
Member

Re: µTorrent Server 3.0 alpha build 27079 (for Linux) - x86

Hello - I'm a long time mac client user and "forum lurker"

Just wanted to give the feedback that I've been running this linux implementation since it was released on my Debian based NAS. It's working very, very well for me - fast, rock solid, low resource usage (essential on my NAS)... For an 'alpha' release, very impressive and I look forward to seeing it develop

Many thanks to the dev's for providing this

Offline

#72 2010-10-01 00:12:57

SnotMonster
Member

Re: µTorrent Server 3.0 alpha build 27079 (for Linux) - x86

adrianoftyriel wrote:

I love that there is finally development of a linux version of utorrent. The utserver is almost exactly what I'm after. Unfortunately, until there is an RSS downloader implemented, I'm stuck using Torrentflux-B4RT, but I will stay tuned for updates!

You can configure Automatic to work with uTorrent - a pretty good interim option.

Offline

#73 2010-10-02 02:02:53

yorulez
Member

Re: µTorrent Server 3.0 alpha build 27079 (for Linux) - x86

Thank you so much!! We are waiting for a stable version! And the opportunity to select a folder to download. Even the GUI is not so much needed)))

Огромное вам спасибо!!!! Ждем стабильную версию!!! И возможность выбора папки куда качать. Даже ГУЙ(:)) не так сильно нужен)))

Offline

#74 2010-10-02 05:04:19

danii
Member

Re: µTorrent Server 3.0 alpha build 27079 (for Linux) - x86

adrianoftyriel wrote:

I love that there is finally development of a linux version of utorrent. The utserver is almost exactly what I'm after. Unfortunately, until there is an RSS downloader implemented, I'm stuck using Torrentflux-B4RT, but I will stay tuned for updates!

the RSS downloader is already implemented, but it is only accessible through the Web API
http://forum.utorrent.com/viewtopic.php?id=85202
I have already set up my feeds in utserver. It takes some time to figure out the syntax but once you configure a feed and a filter it turns out to be really simple

Offline

#75 2010-10-02 13:24:27

yorulez
Member

Re: µTorrent Server 3.0 alpha build 27079 (for Linux) - x86

Still a problem when a lot of torrent files, it still does not display, processor and lots of eats

Еще проблема, когда в торренте много файлов, он все не отображает, и проц много кушает

Offline

Board footer

Powered by FluxBB

©2013 BitTorrent, Inc. µTorrent is a trademark of BitTorrent, Inc.