What exactly does this do?
pixelserv-tls 2.1.3-test.2 (compiled: Jul 3 2018 11:58:22 flags: tfo) options: 192.168.50.4
uts 0d 10:16 process uptime
log 1 critical (0) error (1) warning (2) notice (3) info (4) debug (5)
kcc 2 number of active service threads
kmx 18 maximum number of service threads
kvg 1.21 average number of requests per service thread
krq 16 max number of requests by one service thread
req 5740 total # of requests (HTTP, HTTPS, success, failure etc)
avg 1604 bytes average size of requests
rmx 57113 bytes largest size of request(s)
tav 203 ms average processing time (per request)
tmx 10070 ms longest processing time (per request)
slh 1036 # of accepted HTTPS requests
slm 26 # of rejected HTTPS requests (missing certificate)
sle 0 # of rejected HTTPS requests (certificate available but bad)
slc 647 # of dropped HTTPS requests (client disconnect without sending any request)
slu 2993 # of dropped HTTPS requests (other TLS handshake errors)
uca 0 slu break-down: # of unknown CA reported by clients
uce 2774 slu break-down: # of unknown cert reported by clients
sct 50 cert cache: # of certs in cache
sch 4311 cert cache: # of reuses of cached certs
scm 15 cert cache: # of misses to find a cert in cache
scp 2 cert cache: # of purges to give room for a new cert
sst 3 sess cache: # of cached TLS sessions (for older non-RFC5077 clients)
ssh 297 sess cache: # of reuses of cached TLS sessions
ssm 35 sess cache: # of misses to find a TLS session in cache
ssp 0 sess cache: # of purges to give room for a new TLS session
Reading back to some posts, it does appear that I might need to uninstall libopenssl v1.0.2o and load the version with the appropriate flag for performance. Is there guidance for doing so on a greenfield install for anyone loading through the amtm method and installing from within AB-Solution?
Any chance of getting libopenssl 1.0.2o-1 compiled with the proper tag soon?
Reading back to some posts, it does appear that I might need to uninstall libopenssl v1.0.2o and load the version with the appropriate flag for performance. Is there guidance for doing so on a greenfield install for anyone loading through the amtm method and installing from within AB-Solution?
I think it was mentioned before, however running:Memory usage @ 2.7% is due to libopenssl v1.0.2o not optimised. tav could be a transient issue. Without optimisation, libopenssl takes extra cpu cycles to manage its useless memory pool. But I won't expect in the order of 100ms..
Downgrade libopenssl v1.0.2o to v1.0.2n-1c
To uninstall latest libopenssl, see #1913
To install 1.0.2n-1c, see #1669
Rationale for good to downgrade
What's new in 1.0.2o is one fix to a potential security issue. That's it. IMHO, not a big deal to live without. See #2016
opkg install http://bin.entware.net/aarch64-k3.10/test/libopenssl_1.0.2n-1c_aarch64-3.10.ipk
Downloading http://bin.entware.net/aarch64-k3.10/test/libopenssl_1.0.2n-1c_aarch64-3.10.ipk
Installing libopenssl (1.0.2o-1) to root...
Downloading http://bin.entware.net/aarch64-k3.10/libopenssl_1.0.2o-1_aarch64-3.10.ipk
Configuring libopenssl.
admin1@RT-AC86U:/tmp/home/root# opkg list-installed |grep libopenssl
libopenssl - 1.0.2o-1
Where are you obtaining the file to manually install?Same thing happened with me too ( see few posts below the original reply I posted ) the workaround is to manually install it
Where are you obtaining the file to manually install?
I think it was mentioned before, however running:
loads the new version, is there a way to obtain the version you referenced?Code:opkg install http://bin.entware.net/aarch64-k3.10/test/libopenssl_1.0.2n-1c_aarch64-3.10.ipk
Code:Downloading http://bin.entware.net/aarch64-k3.10/test/libopenssl_1.0.2n-1c_aarch64-3.10.ipk Installing libopenssl (1.0.2o-1) to root... Downloading http://bin.entware.net/aarch64-k3.10/libopenssl_1.0.2o-1_aarch64-3.10.ipk Configuring libopenssl. admin1@RT-AC86U:/tmp/home/root# opkg list-installed |grep libopenssl libopenssl - 1.0.2o-1
Where are you obtaining the file to manually install?
Edit: I thought the redirect from opkg meant the 1.0.2n-1c wasn't available, but by browsing to: http://bin.entware.net/aarch64-k3.10/test/, the file was able to be downloaded. Now to figure out the command to manually install.
wget (file link)
opkg install (file name)
opkg --force-depends remove libopenssl
This fixed it completely. Mem is at 1% now and tav is 13 ms.From here:
http://bin.entware.net/aarch64-k3.10/test/libopenssl_1.0.2n-1c_aarch64-3.10.ipk
Download that file with the help of a browser and SSH it your router /tmp folder.
Then use:
opkg install /tmp/libopenssl_1.0.2n-1c_aarch64-3.10.ipk
Make sure to first remove the already installed libopenssl.
You can also do,
Code:wget (file link)
This will download the file in current directory. Then,
Code:opkg install (file name)
Don't forget to remove the earlier libopenssl by doing this,
Code:opkg --force-depends remove libopenssl
Thread starter | Title | Forum | Replies | Date |
---|---|---|---|---|
C | Diversion Pixelserv replacement | Asuswrt-Merlin AddOns | 2 | |
L | Is Diversion better than NextDNS, PiHole or AdGuard Home? | Asuswrt-Merlin AddOns | 10 |
Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!