Skip to content

Tag: networking

symmetric bandwidth usage mysql

I have 2 servers. Server A is where I have scripts that download html files from websites and then insert those texts into a MySQL server that its on server B. Server B, at least for now, is just for Writing to MySQL, we dont read (select) to that server. Data is downloaded using a PHP Script and another PHP

change arp refresh rate (package sending rate)

i have a measurement setup where i want to trigger an oscilloscope base on a network package arriving. I have good results for a few seconds but somewhere between 20s and 40s i get a wrong trigger. My research showed that this could come from the arp packages send from the device. I tried to disable the arp s…

port 28060 tcp is related to R?

OS is mint 18.2. subset output of netstat -ltnu is below. sessionInfo() out: R version 3.4.3 (2017-11-30) Platform: x86_64-pc-linux-gnu (64-bit) Running under: Linux Mint 18.2 Matrix products: default BLAS: /usr/lib/libblas/libblas.so.3.6.0 LAPACK: /usr/lib/lapack/liblapack.so.3.6.0 locale: [1] LC_CTYPE=en_CA…

Units of tx_queue & rx_queue in /proc/net/tcp

On a Linux 2.6.32, i’m looking at /proc/net/tcp and wondering what is the unit of tx_queue and rx_queue. I can’t find this information about receive-queue and transmit-queue in https://www.kernel.org/doc/Documentation/networking/proc_net_tcp.txt Nor in man 5 proc which shows only: The “tx_qu…