[gst-devel] udpsrc,multiudpsink and fd not closed

Mailing List SVR lists at svrinformatica.it
Tue Sep 22 19:12:49 CEST 2009


Hi all,

I wrote a very simple gstreamer app: 
- I receive rtp/rtsp stream using udpsrc and rtspsrc and forward them with multiudpsink, 

all works quite well but the number od open files increase over the time and seems no one release (attached is lsof output). What is the right way to release fd and not increase them over the time? I read about closefd property but I not set it and the default is true, any hints?

thanks
Nicola

-------------- next part --------------
lsof | grep python 
python    25080       root  cwd       DIR        8,4     4096    1472819 /usr/local/server
python    25080       root  rtd       DIR        8,4     4096          2 /                
python    25080       root  txt       REG        8,4  2268568    1399705 /usr/bin/python2.6
python    25080       root  mem       REG        8,4   184236    1455459 /usr/lib/gstreamer-0.10/libgstcoreelements.so                                                                                                                
python    25080       root  mem       REG        8,4   192480    1457106 /usr/lib/gstreamer-0.10/libgstrtpmanager.so                                                                                                                  
python    25080       root  mem       REG        8,4     9544    1399389 /usr/lib/libgstnetbuffer-0.10.so.0.18.0   
python    25080       root  mem       REG        8,4    55404    1457304 /usr/lib/gstreamer-0.10/libgstudp.so      
python    25080       root  mem       REG        8,4   141276    1399381 /usr/lib/libgstaudio-0.10.so.0.18.0       
python    25080       root  mem       REG        8,4    63480    1399384 /usr/lib/libgsttag-0.10.so.0.18.0         
python    25080       root  mem       REG        8,4    50548    1399392 /usr/lib/libgstriff-0.10.so.0.18.0        
python    25080       root  mem       REG        8,4   117252    1457278 /usr/lib/gstreamer-0.10/libgstasf.so      
python    25080       root  mem       REG        8,4   130144    1457272 /usr/lib/gstreamer-0.10/libgstrmdemux.so  
python    25080       root  mem       REG        8,4    25892    1399390 /usr/lib/libgstsdp-0.10.so.0.18.0         
python    25080       root  mem       REG        8,4    83724    1399386 /usr/lib/libgstrtsp-0.10.so.0.18.0        
python    25080       root  mem       REG        8,4    75564    1399383 /usr/lib/libgstrtp-0.10.so.0.18.0         
python    25080       root  mem       REG        8,4   113604    1457306 /usr/lib/gstreamer-0.10/libgstrtsp.so     
python    25080       root  mem       REG        8,4    58968    1399391 /usr/lib/libgstinterfaces-0.10.so.0.18.0  
python    25080       root  mem       REG        8,4    62436    1455544 /usr/lib/python2.6/dist-packages/gst-0.10/gst/interfaces.so                                                                                                  
python    25080       root  mem       REG        8,4    42504    1340894 /lib/tls/i686/cmov/libnss_files-2.9.so    
python    25080       root  mem       REG        8,4    38444    1340896 /lib/tls/i686/cmov/libnss_nis-2.9.so      
python    25080       root  mem       REG        8,4    87804    1340891 /lib/tls/i686/cmov/libnsl-2.9.so          
python    25080       root  mem       REG        8,4    30436    1340892 /lib/tls/i686/cmov/libnss_compat-2.9.so   
python    25080       root  mem       REG        8,4    23232    1407857 /usr/lib/python2.6/lib-dynload/_multiprocessing.so                                                                                                           
python    25080       root  mem       REG        8,4   962094    1424231 /usr/lib/locale/en_US.utf8/LC_COLLATE     
python    25080       root  mem       REG        8,4   122172    1431918 /usr/lib/python-support/python-gobject/python2.6/gtk-2.0/gobject/_gobject.so                                                                                 
python    25080       root  mem       REG        8,4    26024    1401834 /usr/lib/libffi.so.5.0.8                  
python    25080       root  mem       REG        8,4    13700    1400711 /usr/lib/libpyglib-2.0-python2.6.so.0.0.0 
python    25080       root  mem       REG        8,4    55260    1431919 /usr/lib/python-support/python-gobject/python2.6/gtk-2.0/glib/_glib.so                                                                                       
python    25080       root  mem       REG        8,4   197892    1340936 /lib/libpcre.so.3.12.1                    
python    25080       root  mem       REG        8,4   747948    1401837 /usr/lib/libglib-2.0.so.0.2000.1          
python    25080       root  mem       REG        8,4    30624    1340901 /lib/tls/i686/cmov/librt-2.9.so           
python    25080       root  mem       REG        8,4    17880    1401840 /usr/lib/libgthread-2.0.so.0.2000.1       
python    25080       root  mem       REG        8,4    13644    1401838 /usr/lib/libgmodule-2.0.so.0.2000.1       
python    25080       root  mem       REG        8,4   247728    1401839 /usr/lib/libgobject-2.0.so.0.2000.1       
python    25080       root  mem       REG        8,4   778864    1399323 /usr/lib/libgstreamer-0.10.so.0.22.0      
python    25080       root  mem       REG        8,4   243996    1399325 /usr/lib/libgstbase-0.10.so.0.22.0        
python    25080       root  mem       REG        8,4    17764    1399326 /usr/lib/libgstdataprotocol-0.10.so.0.22.0
python    25080       root  mem       REG        8,4    26128    1399327 /usr/lib/libgstnet-0.10.so.0.22.0         
python    25080       root  mem       REG        8,4   154036    1399324 /usr/lib/libgstcontroller-0.10.so.0.22.0  
python    25080       root  mem       REG        8,4   477468    1455548 /usr/lib/python2.6/dist-packages/gst-0.10/gst/_gst.so                                                                                                        
python    25080       root  mem       REG        8,4  1286600    1399222 /usr/lib/libxml2.so.2.6.32                
python    25080       root  mem       REG        8,4       54    1424229 /usr/lib/locale/en_US.utf8/LC_NUMERIC     
python    25080       root  mem       REG        8,4     2454    1424230 /usr/lib/locale/en_US.utf8/LC_TIME        
python    25080       root  mem       REG        8,4      286    1424232 /usr/lib/locale/en_US.utf8/LC_MONETARY    
python    25080       root  mem       REG        8,4       52    1424234 /usr/lib/locale/en_US.utf8/LC_MESSAGES/SYS_LC_MESSAGES                                                                                                       
python    25080       root  mem       REG        8,4       34    1424235 /usr/lib/locale/en_US.utf8/LC_PAPER       
python    25080       root  mem       REG        8,4       77    1424236 /usr/lib/locale/en_US.utf8/LC_NAME        
python    25080       root  mem       REG        8,4   285976    1457165 /usr/lib/python-support/python-libxml2/python2.6/libxml2mod.so                                                                                               
python    25080       root  mem       REG        8,4   201576    1407847 /usr/lib/python2.6/lib-dynload/pyexpat.so 
python    25080       root  mem       REG        8,4     5444    1430866 /usr/lib/python2.6/dist-packages/twisted/protocols/_c_urlarg.so                                                                                              
python    25080       root  mem       REG        8,4    17796    1407840 /usr/lib/python2.6/lib-dynload/termios.so 
python    25080       root  mem       REG        8,4    11108    1407836 /usr/lib/python2.6/lib-dynload/_hashlib.so
python    25080       root  mem       REG        8,4    16692    1407821 /usr/lib/python2.6/lib-dynload/_heapq.so  
python    25080       root  mem       REG        8,4    71928    1407819 /usr/lib/python2.6/lib-dynload/datetime.so
python    25080       root  mem       REG        8,4    45088    1440239 /usr/lib/python-support/python-openssl/python2.6/OpenSSL/SSL.so                                                                                              
python    25080       root  mem       REG        8,4    61620    1440241 /usr/lib/python-support/python-openssl/python2.6/OpenSSL/crypto.so                                                                                           
python    25080       root  mem       REG        8,4    11728    1440240 /usr/lib/python-support/python-openssl/python2.6/OpenSSL/rand.so                                                                                             
python    25080       root  mem       REG        8,4      155    1424237 /usr/lib/locale/en_US.utf8/LC_ADDRESS     
python    25080       root  mem       REG        8,4  1340132    1341042 /lib/i686/cmov/libcrypto.so.0.9.8         
python    25080       root  mem       REG        8,4   286148    1341044 /lib/i686/cmov/libssl.so.0.9.8            
python    25080       root  mem       REG        8,4       59    1424238 /usr/lib/locale/en_US.utf8/LC_TELEPHONE   
python    25080       root  mem       REG        8,4       23    1424239 /usr/lib/locale/en_US.utf8/LC_MEASUREMENT 
python    25080       root  mem       REG        8,4    20044    1430879 /usr/lib/python2.6/dist-packages/zope/interface/_zope_interface_coptimizations.so                                                                            
python    25080       root  mem       REG        8,4      373    1424240 /usr/lib/locale/en_US.utf8/LC_IDENTIFICATION                                                                                                                 
python    25080       root  mem       REG        8,4    26048    1399035 /usr/lib/gconv/gconv-modules.cache        
python    25080       root  mem       REG        8,4   256316    1424228 /usr/lib/locale/en_US.utf8/LC_CTYPE       
python    25080       root  mem       REG        8,4  1442180    1340885 /lib/tls/i686/cmov/libc-2.9.so            
python    25080       root  mem       REG        8,4   149328    1340889 /lib/tls/i686/cmov/libm-2.9.so            
python    25080       root  mem       REG        8,4    83552    1341003 /lib/libz.so.1.2.3.3                      
python    25080       root  mem       REG        8,4     9684    1340922 /lib/tls/i686/cmov/libutil-2.9.so         
python    25080       root  mem       REG        8,4     9676    1340888 /lib/tls/i686/cmov/libdl-2.9.so           
python    25080       root  mem       REG        8,4   116405    1340899 /lib/tls/i686/cmov/libpthread-2.9.so      
python    25080       root  mem       REG        8,4    32624    1407835 /usr/lib/python2.6/lib-dynload/_ssl.so    
python    25080       root  mem       REG        8,4   117348    1340927 /lib/ld-2.9.so                            
python    25080       root    0u      CHR        4,1                 633 /dev/tty1                                 
python    25080       root    1u      CHR        4,1                 633 /dev/tty1                                 
python    25080       root    2u      CHR        4,1                 633 /dev/tty1                                 
python    25080       root    3u     IPv4    1395989                 TCP *:7080 (LISTEN)                           
python    25080       root    4r     FIFO        0,6             1395983 pipe                                      
python    25080       root    5w     FIFO        0,6             1395983 pipe                                      
python    25080       root    6u     unix 0xf59aa000             1400778 socket                                    
python    25080       root    7w      REG        8,4 10166958    1947301 /var/log/vims-streamingserver.log         
python    25080       root    8r     FIFO        0,6             1400775 pipe                                      
python    25080       root    9w     FIFO        0,6             1400775 pipe                                      
python    25080       root   10u     IPv6    1400777                 UDP *:36924                                   
python    25080       root   11u     unix 0xf59ab180             1400779 socket                                    
python    25080       root   12u     IPv4    1400782                 TCP 192.168.2.220:46663->192.168.2.17:rtsp (ESTABLISHED)                                                                                                         
python    25080       root   13u     FIFO        0,6             1752802 pipe                                      
python    25080       root   14u     IPv4    1400785                 UDP *:52298                                   
python    25080       root   15u     unix 0xf58ab340             1400786 socket                                    
python    25080       root   16u     unix 0xf58aa700             1400787 socket                                    
python    25080       root   17u     IPv4    1400789                 UDP *:52299                                   
python    25080       root   18u     unix 0xf58aa8c0             1400790 socket                                    
python    25080       root   19u     unix 0xf58abc00             1400791 socket                                    
python    25080       root   20u     unix 0xf58abdc0             1400792 socket                                    
python    25080       root   21u     unix 0xf58aa540             1400793 socket                                    
python    25080       root   22u     IPv4    1400809                 UDP *:48220                                   
python    25080       root   23u     unix 0xf58ab500             1400810 socket                                    
python    25080       root   24u     unix 0xf58aba40             1400811 socket                                    
python    25080       root   25u     IPv4    1400813                 UDP *:48221                                   
python    25080       root   26u     unix 0xf58ab180             1400814 socket                                    
python    25080       root   27u     unix 0xf58aafc0             1400815 socket                                    
python    25080       root   28r     FIFO        0,6             1400824 pipe                                      
python    25080       root   29w     FIFO        0,6             1400824 pipe                                      
python    25080       root   30r     FIFO        0,6             1401876 pipe                                      
python    25080       root   31w     FIFO        0,6             1401876 pipe                                      
python    25080       root   32r     FIFO        0,6             1401903 pipe                                      
python    25080       root   33w     FIFO        0,6             1401903 pipe                                      
python    25080       root   34u     FIFO        0,6             1752802 pipe                                      
python    25080       root   35u     FIFO        0,6             1761153 pipe                                      
python    25080       root   36u     IPv6    1761148                 UDP *:57407                                   
python    25080       root   37u     IPv6    1403970                 UDP *:35350                                   
python    25080       root   38r     FIFO        0,6             1401915 pipe                                      
python    25080       root   39w     FIFO        0,6             1401915 pipe                                      
python    25080       root   40r     FIFO        0,6             1403968 pipe                                      
python    25080       root   41w     FIFO        0,6             1403968 pipe                                      
python    25080       root   42u     unix 0xf59ab340             1403971 socket                                    
python    25080       root   43u     unix 0xf59aba40             1403972 socket                                    
python    25080       root   44u     IPv4    1403976                 TCP 192.168.2.220:46679->192.168.2.17:rtsp (ESTABLISHED)                                                                                                         
python    25080       root   45r     FIFO        0,6             1404041 pipe                                      
python    25080       root   46u     IPv4    1403983                 UDP *:49872                                   
python    25080       root   47u     unix 0xf5986e00             1403984 socket                                    
python    25080       root   48u     unix 0xf59868c0             1403985 socket                                    
python    25080       root   49u     IPv4    1403987                 UDP *:49873                                   
python    25080       root   50u     unix 0xf5986a80             1403988 socket                                    
python    25080       root   51u     unix 0xf5987340             1403989 socket                                    
python    25080       root   52u     IPv4    1404003                 UDP *:40604                                   
python    25080       root   53u     unix 0xf5987dc0             1404004 socket                                    
python    25080       root   54u     unix 0xf5986fc0             1404005 socket                                    
python    25080       root   55u     IPv4    1404007                 UDP *:40605                                   
python    25080       root   56u     unix 0xf59876c0             1404008 socket                                    
python    25080       root   57u     unix 0xf5987880             1404009 socket                                    
python    25080       root   58w     FIFO        0,6             1404041 pipe                                      
python    25080       root   59r     FIFO        0,6             1415438 pipe                                      
python    25080       root   60r     FIFO        0,6             1411323 pipe                                      
python    25080       root   61w     FIFO        0,6             1411323 pipe                                      
python    25080       root   62r     FIFO        0,6             1411329 pipe                                      
python    25080       root   63r     FIFO        0,6             1404061 pipe                                      
python    25080       root   64w     FIFO        0,6             1404061 pipe                                      
python    25080       root   65r     FIFO        0,6             1404129 pipe                                      
python    25080       root   66w     FIFO        0,6             1411329 pipe                                      
python    25080       root   67r     FIFO        0,6             1412353 pipe                                      
python    25080       root   68w     FIFO        0,6             1412353 pipe                                      
python    25080       root   69r     FIFO        0,6             1415415 pipe                                      
python    25080       root   70w     FIFO        0,6             1415415 pipe                                      
python    25080       root   71w     FIFO        0,6             1415438 pipe                                      
python    25080       root   72r     FIFO        0,6             1415453 pipe                                      
python    25080       root   73w     FIFO        0,6             1415453 pipe                                      
python    25080       root   74r     FIFO        0,6             1415466 pipe                                      
python    25080       root   75w     FIFO        0,6             1415466 pipe                                      
python    25080       root   76r     FIFO        0,6             1418606 pipe                                      
python    25080       root   77r     FIFO        0,6             1417540 pipe                                      
python    25080       root   78w     FIFO        0,6             1404129 pipe                                      
python    25080       root   79r     FIFO        0,6             1404135 pipe                                      
python    25080       root   80w     FIFO        0,6             1404135 pipe                                      
python    25080       root   81r     FIFO        0,6             1404141 pipe                                      
python    25080       root   82w     FIFO        0,6             1404141 pipe                                      
python    25080       root   83w     FIFO        0,6             1417540 pipe                                      
python    25080       root   84r     FIFO        0,6             1409242 pipe                                      
python    25080       root   85w     FIFO        0,6             1409242 pipe                                      
python    25080       root   86w     FIFO        0,6             1418606 pipe                                      
python    25080       root   87r     FIFO        0,6             1419629 pipe                                      
python    25080       root   88w     FIFO        0,6             1419629 pipe                                      
python    25080       root   89r     FIFO        0,6             1428099 pipe                                      
python    25080       root   90r     FIFO        0,6             1428118 pipe                                      
python    25080       root   91w     FIFO        0,6             1428118 pipe                                      
python    25080       root   92r     FIFO        0,6             1428123 pipe                                      
python    25080       root   93w     FIFO        0,6             1428123 pipe                                      
python    25080       root   94r     FIFO        0,6             1420663 pipe                                      
python    25080       root   95w     FIFO        0,6             1420663 pipe                                      
python    25080       root   96w     FIFO        0,6             1428099 pipe                                      
python    25080       root   97r     FIFO        0,6             1428128 pipe                                      
python    25080       root   98w     FIFO        0,6             1428128 pipe                                      
python    25080       root   99r     FIFO        0,6             1433361 pipe                                      
python    25080       root  100r     FIFO        0,6             1438698 pipe                                      
python    25080       root  101r     FIFO        0,6             1438742 pipe                                      
python    25080       root  102r     FIFO        0,6             1438716 pipe                                      
python    25080       root  103w     FIFO        0,6             1438716 pipe                                      
python    25080       root  104w     FIFO        0,6             1433361 pipe                                      
python    25080       root  105r     FIFO        0,6             1438721 pipe                                      
python    25080       root  106w     FIFO        0,6             1438698 pipe                                      
python    25080       root  107w     FIFO        0,6             1438721 pipe                                      
python    25080       root  108r     FIFO        0,6             1438726 pipe                                      
python    25080       root  109w     FIFO        0,6             1438726 pipe                                      
python    25080       root  110r     FIFO        0,6             1438731 pipe                                      
python    25080       root  111w     FIFO        0,6             1438731 pipe                                      
python    25080       root  112w     FIFO        0,6             1438742 pipe                                      
python    25080       root  113r     FIFO        0,6             1439782 pipe                                      
python    25080       root  114r     FIFO        0,6             1439770 pipe                                      
python    25080       root  115w     FIFO        0,6             1439770 pipe                                      
python    25080       root  116r     FIFO        0,6             1443874 pipe                                      
python    25080       root  117r     FIFO        0,6             1439790 pipe                                      
python    25080       root  118w     FIFO        0,6             1439790 pipe                                      
python    25080       root  119r     FIFO        0,6             1450126 pipe                                      
python    25080       root  120w     FIFO        0,6             1439782 pipe                                      
python    25080       root  121r     FIFO        0,6             1450140 pipe                                      
python    25080       root  122w     FIFO        0,6             1450140 pipe                                      
python    25080       root  123r     FIFO        0,6             1450145 pipe                                      
python    25080       root  124w     FIFO        0,6             1443874 pipe                                      
python    25080       root  125w     FIFO        0,6             1450145 pipe                                      
python    25080       root  126w     FIFO        0,6             1450126 pipe                                      
python    25080       root  127r     FIFO        0,6             1450150 pipe                                      
python    25080       root  128w     FIFO        0,6             1450150 pipe                                      
python    25080       root  129r     FIFO        0,6             1455250 pipe                                      
python    25080       root  130r     FIFO        0,6             1468132 pipe                                      
python    25080       root  131r     FIFO        0,6             1468146 pipe                                      
python    25080       root  132w     FIFO        0,6             1468146 pipe                                      
python    25080       root  133r     FIFO        0,6             1468151 pipe                                      
python    25080       root  134w     FIFO        0,6             1455250 pipe                                      
python    25080       root  135w     FIFO        0,6             1468151 pipe                                      
python    25080       root  136w     FIFO        0,6             1468132 pipe                                      
python    25080       root  137r     FIFO        0,6             1468156 pipe                                      
python    25080       root  138w     FIFO        0,6             1468156 pipe                                      
python    25080       root  139r     FIFO        0,6             1473274 pipe                                      
python    25080       root  140r     FIFO        0,6             1479572 pipe                                      
python    25080       root  141r     FIFO        0,6             1479490 pipe                                      
python    25080       root  142w     FIFO        0,6             1479490 pipe                                      
python    25080       root  143r     FIFO        0,6             1514284 pipe                                      
python    25080       root  144w     FIFO        0,6             1473274 pipe                                      
python    25080       root  145r     FIFO        0,6             1514265 pipe                                      
python    25080       root  146r     FIFO        0,6             1477378 pipe                                      
python    25080       root  147w     FIFO        0,6             1477378 pipe                                      
python    25080       root  148w     FIFO        0,6             1514265 pipe                                      
python    25080       root  149w     FIFO        0,6             1514284 pipe                                      
python    25080       root  150r     FIFO        0,6             1514289 pipe                                      
python    25080       root  151w     FIFO        0,6             1514289 pipe                                      
python    25080       root  152r     FIFO        0,6             1514294 pipe                                      
python    25080       root  153w     FIFO        0,6             1514294 pipe                                      
python    25080       root  154r     FIFO        0,6             1517354 pipe                                      
python    25080       root  155w     FIFO        0,6             1517354 pipe                                      
python    25080       root  156r     FIFO        0,6             1519400 pipe                                      
python    25080       root  157r     FIFO        0,6             1524745 pipe                                      
python    25080       root  158r     FIFO        0,6             1524715 pipe                                      
python    25080       root  159w     FIFO        0,6             1524715 pipe                                      
python    25080       root  160r     FIFO        0,6             1524734 pipe                                      
python    25080       root  161w     FIFO        0,6             1519400 pipe                                      
python    25080       root  162w     FIFO        0,6             1479572 pipe                                      
python    25080       root  163r     FIFO        0,6             1479577 pipe                                      
python    25080       root  164w     FIFO        0,6             1479577 pipe                                      
python    25080       root  165r     FIFO        0,6             1479558 pipe                                      
python    25080       root  166w     FIFO        0,6             1479558 pipe                                      
python    25080       root  167r     FIFO        0,6             1479582 pipe                                      
python    25080       root  168w     FIFO        0,6             1479582 pipe                                      
python    25080       root  169r     FIFO        0,6             1484686 pipe                                      
python    25080       root  170r     FIFO        0,6             1490836 pipe                                      
python    25080       root  171r     FIFO        0,6             1490811 pipe                                      
python    25080       root  172w     FIFO        0,6             1490811 pipe                                      
python    25080       root  173r     FIFO        0,6             1490830 pipe                                      
python    25080       root  174w     FIFO        0,6             1484686 pipe                                      
python    25080       root  175w     FIFO        0,6             1490830 pipe                                      
python    25080       root  176w     FIFO        0,6             1490836 pipe                                      
python    25080       root  177r     FIFO        0,6             1490841 pipe                                      
python    25080       root  178w     FIFO        0,6             1490841 pipe                                      
python    25080       root  179r     FIFO        0,6             1495941 pipe                                      
python    25080       root  180r     FIFO        0,6             1503010 pipe                                      
python    25080       root  181r     FIFO        0,6             1502990 pipe                                      
python    25080       root  182w     FIFO        0,6             1502990 pipe                                      
python    25080       root  183w     FIFO        0,6             1503010 pipe                                      
python    25080       root  184w     FIFO        0,6             1495941 pipe                                      
python    25080       root  185r     FIFO        0,6             1503015 pipe                                      
python    25080       root  186w     FIFO        0,6             1503015 pipe                                      
python    25080       root  187r     FIFO        0,6             1503020 pipe                                      
python    25080       root  188w     FIFO        0,6             1503020 pipe                                      
python    25080       root  189w     FIFO        0,6             1524734 pipe                                      
python    25080       root  190r     FIFO        0,6             1508125 pipe                                      
python    25080       root  191w     FIFO        0,6             1508125 pipe                                      
python    25080       root  192r     FIFO        0,6             1524739 pipe                                      
python    25080       root  193w     FIFO        0,6             1524739 pipe                                      
python    25080       root  194w     FIFO        0,6             1524745 pipe                                      
python    25080       root  195r     FIFO        0,6             1525773 pipe                                      
python    25080       root  196r     FIFO        0,6             1525872 pipe                                      
python    25080       root  197u     FIFO        0,6             1537150 pipe                                      
python    25080       root  198r     FIFO        0,6             1525787 pipe                                      
python    25080       root  199w     FIFO        0,6             1525787 pipe                                      
python    25080       root  200w     FIFO        0,6             1525773 pipe                                      
python    25080       root  201u     FIFO        0,6             1537150 pipe                                      
python    25080       root  202u     FIFO        0,6             1537157 pipe                                      
python    25080       root  203u     FIFO        0,6             1537157 pipe                                      
python    25080       root  204r     FIFO        0,6             1525807 pipe                                      
python    25080       root  205w     FIFO        0,6             1525807 pipe                                      
python    25080       root  206u     FIFO        0,6             1537167 pipe                                      
python    25080       root  207u     FIFO        0,6             1537167 pipe                                      
python    25080       root  208u     FIFO        0,6             1554634 pipe                                      
python    25080       root  209u     FIFO        0,6             1549511 pipe                                      
python    25080       root  210u     FIFO        0,6             1549489 pipe                                      
python    25080       root  211u     FIFO        0,6             1549489 pipe                                      
python    25080       root  212u     FIFO        0,6             1549511 pipe                                      
python    25080       root  213u     FIFO        0,6             1543051 pipe                                      
python    25080       root  214u     FIFO        0,6             1543051 pipe                                      
python    25080       root  215u     FIFO        0,6             1549516 pipe                                      
python    25080       root  216u     FIFO        0,6             1549516 pipe                                      
python    25080       root  217u     FIFO        0,6             1549521 pipe                                      
python    25080       root  218w     FIFO        0,6             1525872 pipe                                      
python    25080       root  219r     FIFO        0,6             1530456 pipe                                      
python    25080       root  220r     FIFO        0,6             1537120 pipe                                      
python    25080       root  221w     FIFO        0,6             1549521 pipe                                      
python    25080       root  222r     FIFO        0,6             1557774 pipe                                      
python    25080       root  223u     FIFO        0,6             1683740 pipe                                      
python    25080       root  224w     FIFO        0,6             1530456 pipe                                      
python    25080       root  225u     FIFO        0,6             1683740 pipe                                      
python    25080       root  226w     FIFO        0,6             1537120 pipe                                      
python    25080       root  227u     FIFO        0,6             1683745 pipe                                      
python    25080       root  228w     FIFO        0,6             1554634 pipe                                      
python    25080       root  229u     FIFO        0,6             1683745 pipe                                      
python    25080       root  230r     FIFO        0,6             1556689 pipe                                      
python    25080       root  231w     FIFO        0,6             1556689 pipe                                      
python    25080       root  232u     FIFO        0,6             1683722 pipe                                      
python    25080       root  233u     FIFO        0,6             1683722 pipe                                      
python    25080       root  234u     FIFO        0,6             1683750 pipe                                      
python    25080       root  235u     FIFO        0,6             1683750 pipe                                      
python    25080       root  236u     FIFO        0,6             1685963 pipe                                      
python    25080       root  237u     FIFO        0,6             1685963 pipe                                      
python    25080       root  238u     FIFO        0,6             1689255 pipe                                      
python    25080       root  239u     FIFO        0,6             1689255 pipe                                      
python    25080       root  240u     FIFO        0,6             1689265 pipe                                      
python    25080       root  241u     FIFO        0,6             1689283 pipe                                      
python    25080       root  242u     FIFO        0,6             1689283 pipe                                      
python    25080       root  243u     FIFO        0,6             1692354 pipe                                      
python    25080       root  244r     FIFO        0,6             1557810 pipe                                      
python    25080       root  245w     FIFO        0,6             1557810 pipe                                      
python    25080       root  246r     FIFO        0,6             1557791 pipe                                      
python    25080       root  247w     FIFO        0,6             1557791 pipe                                      
python    25080       root  248w     FIFO        0,6             1557774 pipe                                      
python    25080       root  249u     FIFO        0,6             1692354 pipe                                      
python    25080       root  250u     FIFO        0,6             1689265 pipe                                      
python    25080       root  251u     FIFO        0,6             1695495 pipe                                      
python    25080       root  252u     FIFO        0,6             1699706 pipe                                      
python    25080       root  253r     FIFO        0,6             1557821 pipe                                      
python    25080       root  254w     FIFO        0,6             1557821 pipe                                      
python    25080       root  255r     FIFO        0,6             1558904 pipe                                      
python    25080       root  256u     FIFO        0,6             1695512 pipe                                      
python    25080       root  257u     FIFO        0,6             1695512 pipe                                      
python    25080       root  258u     FIFO        0,6             1695517 pipe                                      
python    25080       root  259u     FIFO        0,6             1695495 pipe                                      
python    25080       root  260u     FIFO        0,6             1695517 pipe                                      
python    25080       root  261u     FIFO        0,6             1695522 pipe                                      
python    25080       root  262u     FIFO        0,6             1695522 pipe                                      
python    25080       root  263u     FIFO        0,6             1699706 pipe                                      
python    25080       root  264u     FIFO        0,6             1700747 pipe                                      
python    25080       root  265u     FIFO        0,6             1702203 pipe                                      
python    25080       root  266u     FIFO        0,6             1702203 pipe                                      
python    25080       root  267u     FIFO        0,6             1708327 pipe                                      
python    25080       root  268w     FIFO        0,6             1558904 pipe                                      
python    25080       root  269r     FIFO        0,6             1560162 pipe                                      
python    25080       root  270r     FIFO        0,6             1560180 pipe                                      
python    25080       root  271r     FIFO        0,6             1560174 pipe                                      
python    25080       root  272w     FIFO        0,6             1560174 pipe                                      
python    25080       root  273w     FIFO        0,6             1560180 pipe                                      
python    25080       root  274w     FIFO        0,6             1560162 pipe                                      
python    25080       root  275r     FIFO        0,6             1560185 pipe                                      
python    25080       root  276w     FIFO        0,6             1560185 pipe                                      
python    25080       root  277r     FIFO        0,6             1565285 pipe                                      
python    25080       root  278r     FIFO        0,6             1572323 pipe                                      
python    25080       root  279r     FIFO        0,6             1572341 pipe                                      
python    25080       root  280r     FIFO        0,6             1572335 pipe                                      
python    25080       root  281w     FIFO        0,6             1572335 pipe                                      
python    25080       root  282w     FIFO        0,6             1565285 pipe                                      
python    25080       root  283w     FIFO        0,6             1572341 pipe                                      
python    25080       root  284w     FIFO        0,6             1572323 pipe                                      
python    25080       root  285r     FIFO        0,6             1572346 pipe                                      
python    25080       root  286w     FIFO        0,6             1572346 pipe                                      
python    25080       root  287r     FIFO        0,6             1583586 pipe                                      
python    25080       root  288r     FIFO        0,6             1583604 pipe                                      
python    25080       root  289r     FIFO        0,6             1577446 pipe                                      
python    25080       root  290w     FIFO        0,6             1577446 pipe                                      
python    25080       root  291r     FIFO        0,6             1583598 pipe                                      
python    25080       root  292w     FIFO        0,6             1583598 pipe                                      
python    25080       root  293w     FIFO        0,6             1583604 pipe                                      
python    25080       root  294w     FIFO        0,6             1583586 pipe                                      
python    25080       root  295r     FIFO        0,6             1583609 pipe                                      
python    25080       root  296w     FIFO        0,6             1583609 pipe                                      
python    25080       root  297r     FIFO        0,6             1588709 pipe                                      
python    25080       root  298r     FIFO        0,6             1594029 pipe                                      
python    25080       root  299r     FIFO        0,6             1594042 pipe                                      
python    25080       root  300w     FIFO        0,6             1594042 pipe                                      
python    25080       root  301r     FIFO        0,6             1594047 pipe                                      
python    25080       root  302w     FIFO        0,6             1588709 pipe                                      
python    25080       root  303w     FIFO        0,6             1594047 pipe                                      
python    25080       root  304w     FIFO        0,6             1594029 pipe                                      
python    25080       root  305r     FIFO        0,6             1594052 pipe                                      
python    25080       root  306w     FIFO        0,6             1594052 pipe                                      
python    25080       root  307r     FIFO        0,6             1596094 pipe                                      
python    25080       root  308w     FIFO        0,6             1596094 pipe                                      
python    25080       root  309r     FIFO        0,6             1596104 pipe                                      
python    25080       root  310r     FIFO        0,6             1605320 pipe                                      
python    25080       root  311r     FIFO        0,6             1596121 pipe                                      
python    25080       root  312w     FIFO        0,6             1596121 pipe                                      
python    25080       root  313r     FIFO        0,6             1599187 pipe                                      
python    25080       root  314w     FIFO        0,6             1596104 pipe                                      
python    25080       root  315w     FIFO        0,6             1599187 pipe                                      
python    25080       root  316r     FIFO        0,6             1605338 pipe                                      
python    25080       root  317w     FIFO        0,6             1605338 pipe                                      
python    25080       root  318r     FIFO        0,6             1605343 pipe                                      
python    25080       root  319w     FIFO        0,6             1605343 pipe                                      
python    25080       root  320w     FIFO        0,6             1605320 pipe                                      
python    25080       root  321r     FIFO        0,6             1605348 pipe                                      
python    25080       root  322w     FIFO        0,6             1605348 pipe                                      
python    25080       root  323r     FIFO        0,6             1616575 pipe                                      
python    25080       root  324r     FIFO        0,6             1616598 pipe                                      
python    25080       root  325r     FIFO        0,6             1616592 pipe                                      
python    25080       root  326w     FIFO        0,6             1616592 pipe                                      
python    25080       root  327w     FIFO        0,6             1616598 pipe                                      
python    25080       root  328r     FIFO        0,6             1610448 pipe                                      
python    25080       root  329w     FIFO        0,6             1610448 pipe                                      
python    25080       root  330w     FIFO        0,6             1616575 pipe                                      
python    25080       root  331r     FIFO        0,6             1616603 pipe                                      
python    25080       root  332w     FIFO        0,6             1616603 pipe                                      
python    25080       root  333r     FIFO        0,6             1621703 pipe                                      
python    25080       root  334r     FIFO        0,6             1627042 pipe                                      
python    25080       root  335r     FIFO        0,6             1627082 pipe                                      
python    25080       root  336r     FIFO        0,6             1627073 pipe                                      
python    25080       root  337w     FIFO        0,6             1627073 pipe                                      
python    25080       root  338w     FIFO        0,6             1621703 pipe                                      
python    25080       root  339w     FIFO        0,6             1627082 pipe                                      
python    25080       root  340w     FIFO        0,6             1627042 pipe                                      
python    25080       root  341r     FIFO        0,6             1627090 pipe                                      
python    25080       root  342w     FIFO        0,6             1627090 pipe                                      
python    25080       root  343r     FIFO        0,6             1636845 pipe                                      
python    25080       root  344w     FIFO        0,6             1636845 pipe                                      
python    25080       root  345r     FIFO        0,6             1638097 pipe                                      
python    25080       root  346r     FIFO        0,6             1638116 pipe                                      
python    25080       root  347r     FIFO        0,6             1632760 pipe                                      
python    25080       root  348w     FIFO        0,6             1632760 pipe                                      
python    25080       root  349w     FIFO        0,6             1638116 pipe                                      
python    25080       root  350r     FIFO        0,6             1638121 pipe                                      
python    25080       root  351w     FIFO        0,6             1638121 pipe                                      
python    25080       root  352w     FIFO        0,6             1638097 pipe                                      
python    25080       root  353r     FIFO        0,6             1638126 pipe                                      
python    25080       root  354w     FIFO        0,6             1638126 pipe                                      
python    25080       root  355r     FIFO        0,6             1639150 pipe                                      
python    25080       root  356w     FIFO        0,6             1639150 pipe                                      
python    25080       root  357r     FIFO        0,6             1639156 pipe                                      
python    25080       root  358w     FIFO        0,6             1639156 pipe                                      
python    25080       root  359r     FIFO        0,6             1643247 pipe                                      
python    25080       root  360r     FIFO        0,6             1639160 pipe                                      
python    25080       root  361w     FIFO        0,6             1639160 pipe                                      
python    25080       root  362r     FIFO        0,6             1644293 pipe                                      
python    25080       root  363r     FIFO        0,6             1644281 pipe                                      
python    25080       root  364w     FIFO        0,6             1644281 pipe                                      
python    25080       root  365r     FIFO        0,6             1644287 pipe                                      
python    25080       root  366w     FIFO        0,6             1643247 pipe                                      
python    25080       root  367w     FIFO        0,6             1644287 pipe                                      
python    25080       root  368w     FIFO        0,6             1644293 pipe                                      
python    25080       root  369r     FIFO        0,6             1644302 pipe                                      
python    25080       root  370w     FIFO        0,6             1644302 pipe                                      
python    25080       root  371r     FIFO        0,6             1649401 pipe                                      
python    25080       root  372r     FIFO        0,6             1649425 pipe                                      
python    25080       root  373r     FIFO        0,6             1649419 pipe                                      
python    25080       root  374w     FIFO        0,6             1649419 pipe                                      
python    25080       root  375w     FIFO        0,6             1649425 pipe                                      
python    25080       root  376w     FIFO        0,6             1649401 pipe                                      
python    25080       root  377r     FIFO        0,6             1649430 pipe                                      
python    25080       root  378w     FIFO        0,6             1649430 pipe                                      
python    25080       root  379r     FIFO        0,6             1655573 pipe                                      
python    25080       root  380w     FIFO        0,6             1655573 pipe                                      
python    25080       root  381r     FIFO        0,6             1659874 pipe                                      
python    25080       root  382r     FIFO        0,6             1659892 pipe                                      
python    25080       root  383r     FIFO        0,6             1654540 pipe                                      
python    25080       root  384w     FIFO        0,6             1654540 pipe                                      
python    25080       root  385w     FIFO        0,6             1659892 pipe                                      
python    25080       root  386r     FIFO        0,6             1659897 pipe                                      
python    25080       root  387w     FIFO        0,6             1659897 pipe                                      
python    25080       root  388w     FIFO        0,6             1659874 pipe                                      
python    25080       root  389r     FIFO        0,6             1659902 pipe                                      
python    25080       root  390w     FIFO        0,6             1659902 pipe                                      
python    25080       root  391r     FIFO        0,6             1665240 pipe                                      
python    25080       root  392r     FIFO        0,6             1669337 pipe                                      
python    25080       root  393w     FIFO        0,6             1669337 pipe                                      
python    25080       root  394r     FIFO        0,6             1669454 pipe                                      
python    25080       root  395w     FIFO        0,6             1669454 pipe                                      
python    25080       root  396w     FIFO        0,6             1665240 pipe                                      
python    25080       root  397r     FIFO        0,6             1671711 pipe                                      
python    25080       root  398w     FIFO        0,6             1671711 pipe                                      
python    25080       root  399r     FIFO        0,6             1671897 pipe                                      
python    25080       root  400w     FIFO        0,6             1671897 pipe                                      
python    25080       root  401u     FIFO        0,6             1708355 pipe                                      
python    25080       root  402r     FIFO        0,6             1671686 pipe                                      
python    25080       root  403w     FIFO        0,6             1671686 pipe                                      
python    25080       root  404r     FIFO        0,6             1677418 pipe                                      
python    25080       root  405w     FIFO        0,6             1677418 pipe                                      
python    25080       root  406w     FIFO        0,6             1700747 pipe                                      
python    25080       root  407u     FIFO        0,6             1708355 pipe                                      
python    25080       root  408u     FIFO        0,6             1708360 pipe                                      
python    25080       root  409u     FIFO        0,6             1708360 pipe                                      
python    25080       root  410w     FIFO        0,6             1708327 pipe                                      
python    25080       root  411u     FIFO        0,6             1708366 pipe                                      
python    25080       root  412u     FIFO        0,6             1708366 pipe                                      
python    25080       root  413r     FIFO        0,6             1710416 pipe                                      
python    25080       root  414w     FIFO        0,6             1710416 pipe                                      
python    25080       root  415r     FIFO        0,6             1717886 pipe                                      
python    25080       root  416w     FIFO        0,6             1717886 pipe                                      
python    25080       root  417r     FIFO        0,6             1713782 pipe                                      
python    25080       root  418w     FIFO        0,6             1713782 pipe                                      
python    25080       root  419r     FIFO        0,6             1717896 pipe                                      
python    25080       root  420r     FIFO        0,6             1710437 pipe                                      
python    25080       root  421w     FIFO        0,6             1710437 pipe                                      
python    25080       root  422r     FIFO        0,6             1720262 pipe                                      
python    25080       root  423w     FIFO        0,6             1720262 pipe                                      
python    25080       root  424r     FIFO        0,6             1720267 pipe                                      
python    25080       root  425w     FIFO        0,6             1720267 pipe                                      
python    25080       root  426w     FIFO        0,6             1717896 pipe                                      
python    25080       root  427r     FIFO        0,6             1717975 pipe                                      
python    25080       root  428w     FIFO        0,6             1717975 pipe                                      
python    25080       root  429r     FIFO        0,6             1720248 pipe                                      
python    25080       root  430w     FIFO        0,6             1720248 pipe                                      
python    25080       root  431r     FIFO        0,6             1720279 pipe                                      
python    25080       root  432w     FIFO        0,6             1720279 pipe                                      
python    25080       root  433r     FIFO        0,6             1722779 pipe                                      
python    25080       root  434w     FIFO        0,6             1722779 pipe                                      
python    25080       root  435r     FIFO        0,6             1722797 pipe                                      
python    25080       root  436w     FIFO        0,6             1722797 pipe                                      
python    25080       root  437r     FIFO        0,6             1724010 pipe                                      
python    25080       root  438w     FIFO        0,6             1724010 pipe                                      
python    25080       root  439r     FIFO        0,6             1724015 pipe                                      
python    25080       root  440w     FIFO        0,6             1724015 pipe                                      
python    25080       root  441r     FIFO        0,6             1725039 pipe                                      
python    25080       root  442w     FIFO        0,6             1725039 pipe                                      
python    25080       root  443r     FIFO        0,6             1726070 pipe                                      
python    25080       root  444r     FIFO        0,6             1731052 pipe                                      
python    25080       root  445w     FIFO        0,6             1731052 pipe                                      
python    25080       root  446r     FIFO        0,6             1733138 pipe                                      
python    25080       root  447w     FIFO        0,6             1733138 pipe                                      
python    25080       root  448w     FIFO        0,6             1726070 pipe                                      
python    25080       root  449r     FIFO        0,6             1733143 pipe                                      
python    25080       root  450w     FIFO        0,6             1733143 pipe                                      
python    25080       root  451r     FIFO        0,6             1733119 pipe                                      
python    25080       root  452w     FIFO        0,6             1733119 pipe                                      
python    25080       root  453r     FIFO        0,6             1733216 pipe                                      
python    25080       root  454r     FIFO        0,6             1733148 pipe                                      
python    25080       root  455w     FIFO        0,6             1733148 pipe                                      
python    25080       root  456r     FIFO        0,6             1734250 pipe                                      
python    25080       root  457w     FIFO        0,6             1734250 pipe                                      
python    25080       root  458r     FIFO        0,6             1738338 pipe                                      
python    25080       root  459r     FIFO        0,6             1742429 pipe                                      
python    25080       root  460r     FIFO        0,6             1744479 pipe                                      
python    25080       root  461w     FIFO        0,6             1744479 pipe                                      
python    25080       root  462r     FIFO        0,6             1744485 pipe                                      
python    25080       root  463w     FIFO        0,6             1738338 pipe                                      
python    25080       root  464w     FIFO        0,6             1744485 pipe                                      
python    25080       root  465w     FIFO        0,6             1742429 pipe                                      
python    25080       root  466r     FIFO        0,6             1744496 pipe                                      
python    25080       root  467u     IPv4    1761150                 UDP *:1100                                    
python    25080       root  468u     unix 0xf50388c0             1761151 socket                                    
python    25080       root  469u     unix 0xf5039880             1761152 socket                                    
python    25080       root  470w     FIFO        0,6             1761153 pipe                                      
python    25080       root  471w     FIFO        0,6             1744496 pipe                                      
python    25080       root  472w     FIFO        0,6             1733216 pipe                                      
python    25080       root  473r     FIFO        0,6             1761167 pipe                                      
python    25080       root  474r     FIFO        0,6             1745591 pipe                                      
python    25080       root  475w     FIFO        0,6             1745591 pipe                                      
python    25080       root  476r     FIFO        0,6             1761181 pipe                                      
python    25080       root  477w     FIFO        0,6             1761181 pipe                                      
python    25080       root  478r     FIFO        0,6             1761186 pipe                                      
python    25080       root  479w     FIFO        0,6             1761186 pipe                                      
python    25080       root  480w     FIFO        0,6             1761167 pipe                                      
python    25080       root  481r     FIFO        0,6             1762234 pipe                                      
python    25080       root  482r     FIFO        0,6             1762217 pipe                                      
python    25080       root  483w     FIFO        0,6             1762217 pipe                                      
python    25080       root  484w     FIFO        0,6             1762234 pipe                                      
python    25080       root  485r     FIFO        0,6             1765549 pipe                                      
python    25080       root  486w     FIFO        0,6             1765549 pipe                                      
python    25080       root  487r     FIFO        0,6             1767859 pipe                                      
python    25080       root  488w     FIFO        0,6             1767859 pipe                                      
python    25080       root  489r     FIFO        0,6             1762247 pipe                                      
python    25080       root  490w     FIFO        0,6             1762247 pipe                                      
python    25080       root  491r     FIFO        0,6             1762252 pipe                                      
python    25080       root  492w     FIFO        0,6             1762252 pipe                                      
python    25080       root  493r     FIFO        0,6             1767868 pipe                                      
python    25080       root  494w     FIFO        0,6             1767868 pipe                                      
python    25080       root  495r     FIFO        0,6             1765559 pipe                                      
python    25080       root  496w     FIFO        0,6             1765559 pipe                                      
python    25080       root  497r     FIFO        0,6             1767877 pipe                                      
python    25080       root  498w     FIFO        0,6             1767877 pipe                                      
python    25080       root  499r     FIFO        0,6             1767890 pipe                                      
python    25080       root  500w     FIFO        0,6             1767890 pipe                                      
python    25080       root  501r     FIFO        0,6             1768917 pipe                                      
python    25080       root  502w     FIFO        0,6             1768917 pipe                                      
python    25080       root  503r     FIFO        0,6             1768926 pipe                                      
python    25080       root  504w     FIFO        0,6             1768926 pipe                                      
python    25080       root  505r     FIFO        0,6             1768939 pipe                                      
python    25080       root  506r     FIFO        0,6             1768976 pipe                                      
python    25080       root  507w     FIFO        0,6             1768976 pipe                                      
python    25080       root  508r     FIFO        0,6             1768961 pipe                                      
python    25080       root  509w     FIFO        0,6             1768961 pipe                                      
python    25080       root  510w     FIFO        0,6             1768939 pipe                                      
python    25080       root  511r     FIFO        0,6             1768953 pipe                                      
python    25080       root  512w     FIFO        0,6             1768953 pipe                                      
python    25080       root  513r     FIFO        0,6             1770003 pipe                                      
python    25080       root  514w     FIFO        0,6             1770003 pipe                                      
python    25080       root  515r     FIFO        0,6             1770012 pipe                                      
python    25080       root  516w     FIFO        0,6             1770012 pipe                                      
python    25080       root  517r     FIFO        0,6             1770021 pipe                                      
python    25080       root  518w     FIFO        0,6             1770021 pipe                                      
python    25080       root  519r     FIFO        0,6             1770026 pipe                                      
python    25080       root  520w     FIFO        0,6             1770026 pipe                                      
python    25080       root  521r     FIFO        0,6             1770031 pipe                                      
python    25080       root  522w     FIFO        0,6             1770031 pipe                                      
python    25080       root  523r     FIFO        0,6             1771058 pipe                                      
python    25080       root  524w     FIFO        0,6             1771058 pipe                                      
python    25080       root  525r     FIFO        0,6             1771074 pipe                                      
python    25080       root  526w     FIFO        0,6             1771074 pipe                                      
python    25080       root  527r     FIFO        0,6             1771178 pipe                                      
python    25080       root  528w     FIFO        0,6             1771178 pipe                                      
python    25080       root  529r     FIFO        0,6             1771187 pipe                                      
python    25080       root  530w     FIFO        0,6             1771187 pipe                                      
python    25080       root  531r     FIFO        0,6             1772214 pipe                                      
python    25080       root  532w     FIFO        0,6             1772214 pipe                                      
python    25080       root  533r     FIFO        0,6             1776295 pipe                                      
python    25080       root  534w     FIFO        0,6             1776295 pipe                                      
python    25080       root  535r     FIFO        0,6             1776301 pipe                                      
python    25080       root  536w     FIFO        0,6             1776301 pipe                                      
python    25080       root  537r     FIFO        0,6             1786584 pipe                                      
python    25080       root  538r     FIFO        0,6             1786577 pipe                                      
python    25080       root  539w     FIFO        0,6             1786577 pipe                                      
python    25080       root  540w     FIFO        0,6             1786584 pipe                                      
python    25080       root  541r     FIFO        0,6             1776311 pipe                                      
python    25080       root  542w     FIFO        0,6             1776311 pipe                                      
python    25080       root  543r     FIFO        0,6             1789726 pipe                                      
python    25080       root  544r     FIFO        0,6             1805259 pipe                                      
python    25080       root  545w     FIFO        0,6             1805259 pipe                                      
python    25080       root  546r     FIFO        0,6             1807301 pipe                                      
python    25080       root  547w     FIFO        0,6             1807301 pipe                                      
python    25080       root  548r     FIFO        0,6             1787613 pipe                                      
python    25080       root  549w     FIFO        0,6             1787613 pipe                                      
python    25080       root  550w     FIFO        0,6             1789726 pipe                                      
python    25080       root  551r     FIFO        0,6             1791841 pipe                                      
python    25080       root  552w     FIFO        0,6             1791841 pipe                                      
python    25080       root  553r     FIFO        0,6             1796035 pipe                                      
python    25080       root  554w     FIFO        0,6             1796035 pipe                                      
python    25080       root  555r     FIFO        0,6             1797139 pipe                                      
python    25080       root  556w     FIFO        0,6             1797139 pipe                                      
python    25080       root  557r     FIFO        0,6             1813506 pipe                                      
python    25080       root  558w     FIFO        0,6             1813506 pipe                                      
python    25080       root  559r     FIFO        0,6             1815553 pipe                                      
python    25080       root  560w     FIFO        0,6             1815553 pipe                                      
python    25080       root  561r     FIFO        0,6             1815559 pipe                                      
python    25080       root  562w     FIFO        0,6             1815559 pipe                                      
python    25080       root  563r     FIFO        0,6             1816586 pipe                                      
python    25080       root  564w     FIFO        0,6             1816586 pipe                                      
python    25080       root  565r     FIFO        0,6             1816591 pipe                                      
python    25080       root  566w     FIFO        0,6             1816591 pipe                                      
python    25080       root  567r     FIFO        0,6             1816700 pipe                                      
python    25080       root  568w     FIFO        0,6             1816700 pipe                                      
python    25080       root  569r     FIFO        0,6             1800150 pipe                                      
python    25080       root  570w     FIFO        0,6             1800150 pipe                                      
python    25080       root  571r     FIFO        0,6             1818744 pipe                                      
python    25080       root  572w     FIFO        0,6             1818744 pipe                                      
python    25080       root  573r     FIFO        0,6             1821808 pipe                                      
python    25080       root  574r     FIFO        0,6             1821826 pipe                                      
python    25080       root  575r     FIFO        0,6             1822941 pipe                                      
python    25080       root  576w     FIFO        0,6             1822941 pipe                                      
python    25080       root  577r     FIFO        0,6             1831100 pipe                                      
python    25080       root  578w     FIFO        0,6             1821808 pipe                                      
python    25080       root  579r     FIFO        0,6             1831114 pipe                                      
python    25080       root  580w     FIFO        0,6             1821826 pipe                                      
python    25080       root  581w     FIFO        0,6             1831114 pipe                                      
python    25080       root  582r     FIFO        0,6             1831119 pipe                                      
python    25080       root  583w     FIFO        0,6             1831119 pipe                                      
python    25080       root  584w     FIFO        0,6             1831100 pipe                                      
python    25080       root  585r     FIFO        0,6             1831124 pipe                                      
python    25080       root  586w     FIFO        0,6             1831124 pipe                                      
python    25080       root  587r     FIFO        0,6             1831130 pipe                                      
python    25080       root  588w     FIFO        0,6             1831130 pipe                                      
python    25080       root  589r     FIFO        0,6             1836467 pipe                                      
python    25080       root  590r     FIFO        0,6             1841594 pipe                                      
python    25080       root  591r     FIFO        0,6             1841575 pipe                                      
python    25080       root  592w     FIFO        0,6             1841575 pipe                                      
python    25080       root  593w     FIFO        0,6             1841594 pipe                                      
python    25080       root  594r     FIFO        0,6             1821898 pipe                                      
python    25080       root  595w     FIFO        0,6             1821898 pipe                                      
python    25080       root  596w     FIFO        0,6             1836467 pipe                                      
python    25080       root  597r     FIFO        0,6             1841599 pipe                                      
python    25080       root  598w     FIFO        0,6             1841599 pipe                                      
python    25080       root  599r     FIFO        0,6             1841604 pipe                                      
python    25080       root  600w     FIFO        0,6             1841604 pipe                                      
python    25080       root  601r     FIFO        0,6             1854775 pipe                                      
python    25080       root  602w     FIFO        0,6             1854775 pipe                                      
python    25080       root  603r     FIFO        0,6             1854780 pipe                                      
python    25080       root  604w     FIFO        0,6             1854780 pipe                                      
python    25080       root  605r     FIFO        0,6             1853743 pipe                                      
python    25080       root  606r     FIFO        0,6             1848630 pipe                                      
python    25080       root  607w     FIFO        0,6             1848630 pipe                                      
python    25080       root  608w     FIFO        0,6             1853743 pipe                                      
python    25080       root  609r     FIFO        0,6             1854785 pipe                                      
python    25080       root  610w     FIFO        0,6             1854785 pipe                                      
python    25080       root  611r     FIFO        0,6             1860854 pipe                                      
python    25080       root  612w     FIFO        0,6             1860854 pipe                                      
python    25080       root  613r     FIFO        0,6             1860864 pipe                                      
python    25080       root  614r     FIFO        0,6             1864971 pipe                                      
python    25080       root  615r     FIFO        0,6             1864958 pipe                                      
python    25080       root  616w     FIFO        0,6             1864958 pipe                                      
python    25080       root  617r     FIFO        0,6             1864965 pipe                                      
python    25080       root  618w     FIFO        0,6             1860864 pipe                                      
python    25080       root  619w     FIFO        0,6             1864965 pipe                                      
python    25080       root  620w     FIFO        0,6             1864971 pipe                                      
python    25080       root  621r     FIFO        0,6             1865011 pipe                                      
python    25080       root  622w     FIFO        0,6             1865011 pipe                                      
python    25080       root  623r     FIFO        0,6             1865017 pipe                                      
python    25080       root  624w     FIFO        0,6             1865017 pipe                                      
python    25080       root  625r     FIFO        0,6             1864997 pipe                                      
python    25080       root  626w     FIFO        0,6             1864997 pipe                                      
python    25080       root  627r     FIFO        0,6             1866058 pipe                                      
python    25080       root  628w     FIFO        0,6             1866058 pipe                                      
python    25080       root  629r     FIFO        0,6             1866063 pipe                                      
python    25080       root  630w     FIFO        0,6             1866063 pipe                                      
python    25080       root  631r     FIFO        0,6             1866045 pipe                                      
python    25080       root  632w     FIFO        0,6             1866045 pipe                                      
python    25080       root  633r     FIFO        0,6             1866068 pipe                                      
python    25080       root  634w     FIFO        0,6             1866068 pipe                                      
python    25080       root  635r     FIFO        0,6             1868154 pipe                                      
python    25080       root  636r     FIFO        0,6             1867122 pipe                                      
python    25080       root  637w     FIFO        0,6             1867122 pipe                                      
python    25080       root  638r     FIFO        0,6             1867128 pipe                                      
python    25080       root  639w     FIFO        0,6             1867128 pipe                                      
python    25080       root  640w     FIFO        0,6             1868154 pipe                                      
python    25080       root  641r     FIFO        0,6             1868165 pipe                                      
python    25080       root  642r     FIFO        0,6             1871187 pipe                                      
python    25080       root  643r     FIFO        0,6             1871167 pipe                                      
python    25080       root  644w     FIFO        0,6             1871167 pipe                                      
python    25080       root  645r     FIFO        0,6             1871173 pipe                                      
python    25080       root  646w     FIFO        0,6             1868165 pipe                                      
python    25080       root  647w     FIFO        0,6             1871173 pipe                                      
python    25080       root  648w     FIFO        0,6             1871187 pipe                                      
python    25080       root  649r     FIFO        0,6             1871193 pipe                                      
python    25080       root  650w     FIFO        0,6             1871193 pipe                                      
python    25080       root  651r     FIFO        0,6             1874268 pipe                                      
python    25080       root  652r     FIFO        0,6             1874287 pipe                                      
python    25080       root  653w     FIFO        0,6             1874287 pipe                                      
python    25080       root  654r     FIFO        0,6             1874297 pipe                                      
python    25080       root  655r     FIFO        0,6             1875338 pipe                                      
python    25080       root  656w     FIFO        0,6             1874268 pipe                                      
python    25080       root  657r     FIFO        0,6             1874309 pipe                                      
python    25080       root  658r     FIFO        0,6             1875352 pipe                                      
python    25080       root  659w     FIFO        0,6             1874309 pipe                                      
python    25080       root  660w     FIFO        0,6             1874297 pipe                                      
python    25080       root  661r     FIFO        0,6             1875385 pipe                                      
python    25080       root  662r     FIFO        0,6             1875365 pipe                                      
python    25080       root  663w     FIFO        0,6             1875365 pipe                                      
python    25080       root  664w     FIFO        0,6             1875338 pipe                                      
python    25080       root  665r     FIFO        0,6             1879836 pipe                                      
python    25080       root  666w     FIFO        0,6             1875352 pipe                                      
python    25080       root  667r     FIFO        0,6             1879689 pipe                                      
python    25080       root  668w     FIFO        0,6             1879689 pipe                                      
python    25080       root  669w     FIFO        0,6             1879836 pipe                                      
python    25080       root  670w     FIFO        0,6             1875385 pipe                                      
python    25080       root  671r     FIFO        0,6             1879841 pipe                                      
python    25080       root  672w     FIFO        0,6             1879841 pipe                                      
python    25080       root  673r     FIFO        0,6             1879846 pipe                                      
python    25080       root  674w     FIFO        0,6             1879846 pipe                                      
python    25080       root  675r     FIFO        0,6             1886039 pipe                                      
python    25080       root  676r     FIFO        0,6             1891147 pipe                                      
python    25080       root  677r     FIFO        0,6             1891164 pipe                                      
python    25080       root  678w     FIFO        0,6             1891164 pipe                                      
python    25080       root  679r     FIFO        0,6             1891169 pipe                                      
python    25080       root  680w     FIFO        0,6             1886039 pipe                                      
python    25080       root  681w     FIFO        0,6             1891169 pipe                                      
python    25080       root  682w     FIFO        0,6             1891147 pipe                                      
python    25080       root  683r     FIFO        0,6             1891174 pipe                                      
python    25080       root  684w     FIFO        0,6             1891174 pipe                                      
python    25080       root  685r     FIFO        0,6             1899354 pipe                                      
python    25080       root  686w     FIFO        0,6             1899354 pipe                                      
python    25080       root  687r     FIFO        0,6             1900378 pipe                                      
python    25080       root  688w     FIFO        0,6             1900378 pipe                                      
python    25080       root  689r     FIFO        0,6             1901405 pipe                                      
python    25080       root  690r     FIFO        0,6             1897299 pipe                                      
python    25080       root  691w     FIFO        0,6             1897299 pipe                                      
python    25080       root  692w     FIFO        0,6             1901405 pipe                                      
python    25080       root  693r     FIFO        0,6             1902436 pipe                                      
python    25080       root  694r     FIFO        0,6             1902458 pipe                                      
python    25080       root  695r     FIFO        0,6             1902453 pipe                                      
python    25080       root  696w     FIFO        0,6             1902453 pipe                                      
python    25080       root  697w     FIFO        0,6             1902458 pipe                                      
python    25080       root  698w     FIFO        0,6             1902436 pipe                                      
python    25080       root  699r     FIFO        0,6             1902463 pipe                                      
python    25080       root  700w     FIFO        0,6             1902463 pipe                                      
python    25080       root  701r     FIFO        0,6             1902469 pipe                                      
python    25080       root  702w     FIFO        0,6             1902469 pipe                                      
python    25080       root  703r     FIFO        0,6             1903496 pipe                                      
python    25080       root  704w     FIFO        0,6             1903496 pipe                                      
python    25080       root  705r     FIFO        0,6             1907814 pipe                                      
python    25080       root  706r     FIFO        0,6             1910882 pipe                                      
python    25080       root  707w     FIFO        0,6             1910882 pipe                                      
python    25080       root  708r     FIFO        0,6             1912947 pipe                                      
python    25080       root  709w     FIFO        0,6             1912947 pipe                                      
python    25080       root  710w     FIFO        0,6             1907814 pipe                                      
python    25080       root  711r     FIFO        0,6             1912952 pipe                                      
python    25080       root  712w     FIFO        0,6             1912952 pipe                                      
python    25080       root  713r     FIFO        0,6             1912957 pipe                                      
python    25080       root  714r     FIFO        0,6             1912928 pipe                                      
python    25080       root  715w     FIFO        0,6             1912928 pipe                                      
python    25080       root  716w     FIFO        0,6             1912957 pipe                                      
python    25080       root  717r     FIFO        0,6             1912963 pipe                                      
python    25080       root  718w     FIFO        0,6             1912963 pipe                                      
python    25080       root  719r     FIFO        0,6             1919987 pipe                                      
python    25080       root  720r     FIFO        0,6             1923054 pipe                                      
python    25080       root  721w     FIFO        0,6             1923054 pipe                                      
python    25080       root  722r     FIFO        0,6             1923063 pipe                                      
python    25080       root  723w     FIFO        0,6             1923063 pipe                                      
python    25080       root  724w     FIFO        0,6             1919987 pipe                                      
python    25080       root  725r     FIFO        0,6             1925131 pipe                                      
python    25080       root  726w     FIFO        0,6             1925131 pipe                                      
python    25080       root  727r     FIFO        0,6             1925136 pipe                                      
python    25080       root  728w     FIFO        0,6             1925136 pipe                                      
python    25080       root  729r     FIFO        0,6             1925141 pipe                                      
python    25080       root  730r     FIFO        0,6             1925112 pipe                                      
python    25080       root  731w     FIFO        0,6             1925112 pipe                                      
python    25080       root  732w     FIFO        0,6             1925141 pipe                                      
python    25080       root  733r     FIFO        0,6             1925313 pipe                                      
python    25080       root  734w     FIFO        0,6             1925313 pipe                                      
python    25080       root  735r     FIFO        0,6             1929938 pipe                                      
python    25080       root  736r     FIFO        0,6             1926530 pipe                                      
python    25080       root  737w     FIFO        0,6             1926530 pipe                                      
python    25080       root  738w     FIFO        0,6             1929938 pipe                                      
python    25080       root  739r     FIFO        0,6             1931997 pipe                                      
python    25080       root  740w     FIFO        0,6             1931997 pipe                                      
python    25080       root  741r     FIFO        0,6             1933026 pipe                                      
python    25080       root  742w     FIFO        0,6             1933026 pipe                                      
python    25080       root  743r     FIFO        0,6             1937194 pipe                                      
python    25080       root  744r     FIFO        0,6             1931984 pipe                                      
python    25080       root  745w     FIFO        0,6             1931984 pipe                                      
python    25080       root  746w     FIFO        0,6             1937194 pipe                                      
python    25080       root  747r     FIFO        0,6             1937199 pipe                                      
python    25080       root  748w     FIFO        0,6             1937199 pipe                                      
python    25080       root  749r     FIFO        0,6             1937204 pipe                                      
python    25080       root  750r     FIFO        0,6             1937176 pipe                                      
python    25080       root  751w     FIFO        0,6             1937176 pipe                                      
python    25080       root  752w     FIFO        0,6             1937204 pipe                                      
python    25080       root  753r     FIFO        0,6             1942634 pipe                                      
python    25080       root  754w     FIFO        0,6             1942634 pipe                                      
python    25080       root  755r     FIFO        0,6             1953893 pipe                                      
python    25080       root  756r     FIFO        0,6             1947766 pipe                                      
python    25080       root  757w     FIFO        0,6             1947766 pipe                                      
python    25080       root  758r     FIFO        0,6             1947770 pipe                                      
python    25080       root  759w     FIFO        0,6             1947770 pipe                                      
python    25080       root  760r     FIFO        0,6             1947748 pipe                                      
python    25080       root  761w     FIFO        0,6             1947748 pipe                                      
python    25080       root  762r     FIFO        0,6             1947775 pipe                                      
python    25080       root  763w     FIFO        0,6             1947775 pipe                                      
python    25080       root  764r     FIFO        0,6             1953911 pipe                                      
python    25080       root  765w     FIFO        0,6             1953911 pipe                                      
python    25080       root  766r     FIFO        0,6             1959014 pipe                                      
python    25080       root  767r     FIFO        0,6             1959032 pipe                                      
python    25080       root  768w     FIFO        0,6             1953893 pipe                                      
python    25080       root  769w     FIFO        0,6             1959032 pipe                                      
python    25080       root  770r     FIFO        0,6             1959037 pipe                                      
python    25080       root  771w     FIFO        0,6             1959037 pipe                                      
python    25080       root  772w     FIFO        0,6             1959014 pipe                                      
python    25080       root  773r     FIFO        0,6             1959042 pipe                                      
python    25080       root  774w     FIFO        0,6             1959042 pipe
python    25080       root  775r     FIFO        0,6             1960068 pipe
python    25080       root  776w     FIFO        0,6             1960068 pipe
python    25080       root  777r     FIFO        0,6             1961092 pipe
python    25080       root  778w     FIFO        0,6             1961092 pipe
python    25080       root  779r     FIFO        0,6             1962119 pipe
python    25080       root  780w     FIFO        0,6             1962119 pipe
python    25080       root  781u     FIFO        0,6             1970744 pipe
python    25080       root  782r     FIFO        0,6             1970478 pipe
python    25080       root  783w     FIFO        0,6             1970478 pipe
python    25080       root  784u     FIFO        0,6             1970744 pipe
python    25080       root  785u     FIFO        0,6             1970749 pipe
python    25080       root  786r     FIFO        0,6             1965183 pipe
python    25080       root  787w     FIFO        0,6             1965183 pipe
python    25080       root  788u     FIFO        0,6             1970749 pipe
python    25080       root  789u     FIFO        0,6             1970754 pipe
python    25080       root  790w     FIFO        0,6             1970754 pipe
python    25080       root  791r     FIFO        0,6             1988530 pipe
python    25080       root  792r     FIFO        0,6             1988548 pipe
python    25080       root  793w     FIFO        0,6             1988548 pipe
python    25080       root  794r     FIFO        0,6             1988553 pipe
python    25080       root  795w     FIFO        0,6             1988553 pipe
python    25080       root  796r     FIFO        0,6             1976412 pipe
python    25080       root  797w     FIFO        0,6             1976412 pipe
python    25080       root  798w     FIFO        0,6             1988530 pipe
python    25080       root  799r     FIFO        0,6             1988558 pipe
python    25080       root  800w     FIFO        0,6             1988558 pipe


More information about the gstreamer-devel mailing list