Players are currently re-buffering. Time to check the stats.


Code:
--------------------
    tc@piCoreServer:~$ netstat -tn 2> /dev/null | grep CLOSE_WAIT | wc -l
  110
--------------------


bpa wrote: 
> To see if there is some odd network activity at the same time as the
> playback issues, you could have a shell script to output TCP Abort
> counters and see if they jump.  If they don't then you can probably
> rules out network issues.The only value that is increasing is that of the 
> TCPAbortOnClose
counter, but only by one or two hands full per track, not nearly as
often as the playback stops.


Code:
--------------------
    tc@piCoreServer:~$ head -n2 /proc/net/netstat | cut -d' ' -f 51-55
  TCPAbortOnData TCPAbortOnClose TCPAbortOnMemory TCPAbortOnTimeout 
TCPAbortOnLinger
  189 3642 30 503 0
--------------------


bpa wrote: 
> I have checked up on CLOSE_WAIT and I undserstood it the wrong way
> around. Here is an interesting description and possibly points to a LMS
> port closing handling issue.That is more like what I found. If the local 
> application had released
the connection, there would be no reason for the O/S to hold it until
the application is closed.

bpa wrote: 
> Does pcp have a lsof commandIt does, but the output doesn't look interesting 
> to me.


Code:
--------------------
    876     /bin/busybox    /dev/tty1
  876     /bin/busybox    /dev/tty1
  876     /bin/busybox    /dev/tty1
  876     /bin/busybox    /dev/tty
  22532   /bin/busybox    /dev/pts/0
  22532   /bin/busybox    /dev/pts/0
  22532   /bin/busybox    /dev/pts/0
  22532   /bin/busybox    /dev/tty
--------------------


mrw wrote: 
> I notice that these are https connections. Is it too fanciful to think
> that a 'Reliable plugin for resilient HTTP connections' might help ?Probably 
> not, since it is the LMS which fails to close the connection
and not the remote server prematurely closing it. But who knows ...



scaleo home server 2105 & picoreplayer 6.1.0 | logitech media server
8.0.1 | server power control 20120716.103808 |
transporter & duet & touch & boom & radio | rotel rc-995 & rmb-100 |
nubert nuvero 140
------------------------------------------------------------------------
mvordeme's Profile: http://forums.slimdevices.com/member.php?userid=22892
View this thread: http://forums.slimdevices.com/showthread.php?t=113321

_______________________________________________
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to