I have 16 cores (0 to 15) and the most active processes are:
- nginx
- php-fpm
- eth0-TxRx-0 (paired Tx and Rx queues #1)
- eth0-TxRx-1 (paired Tx and Rx queues #2)
eth0-TxRx-0 is already dedicated to core #5 and eth0-TxRx-1 to core #6.
But on those two cores are also nginx and php-fpm processes
So, let’s say say you have 8 cores and 1 RX and 1 TX queue:
Core 0: RX queue
Core 1: TX queue
Core 2 to 7: nginx processes
what tool or configuration file would I have to use to dedicate cores to
processes?
___
nginx mailing list
nginx@nginx.org
http
Perhaps you should use pidstat to validate which processes are running on the
two busy cores?
Did that an can confirm that CPU 5 and 6 are not exclusively used by networking
- but also by nginx and php-fpm.
___
nginx mailing list
nginx@nginx.org
htt
Hi!
> 188.210.x.x - - [12/Jan/2018:09:47:56 +0100] "GET
>
/apps/notes/js/vendor/angular/angular.js?v=c097638827ed950b562e4489ee4b6777-0
> HTTP/2.0" 200 236150 "-" "Mozilla/5.0 (Windows NT 10.0;
Win64; x64;
> rv:58.0) Gecko/20100101 Firefox/58.0"
> If I transfer the same file without br compress
Dear all,
I have nginx configured to compress files using brotli with the
following configuration:
# enable Brotli
brotli on;
brotli_types
# text/html is always compressed by HttpGzipModule
text/css
text/javascript
text/xml
text/plain
text/x-componen