This app displays the Random Entropy Available as presented in the kernel.
This should be used alongside Seeder or in conjunction with your own performance testing.
There is currently some discussion the loading apps requires there to be random numbers available.
I got the idea after reading over this forum post:http://forum.xda-developers.com/showthread.php?p=36359613I read up about random entropy seeding and I'm using the following values:
Performance changes:
Do not randomize address spaces: Performance Gain at loss of security?
busybox sysctl -w kernel.randomize_va_space=0
Minimum number to write random numbers: (Goal is 4096, so this is 25%.) Observed value 133 at beginning.
sysctl -w kernel.random.write_wakeup_threshold=1024
sysctl -w kernel.random.write_wakeup_threshold=4096
Minimum number to read random numbers: // gives it more time to read?
sysctl -w kernel.random.read_wakeup_threshold=512
Also interesting: I took a bunch of screenshots for this app release, and the number dipped down quite a bit..Esta aplicación muestra la entropía aleatoria Disponible como se presenta en el núcleo.
Esto se debe utilizar junto con sembradora o junto con su prueba de rendimiento propio.
En la actualidad existe un debate de las aplicaciones de carga requiere que haya números aleatorios disponibles.
Tengo la idea después de leer sobre este post en el foro:http://forum.xda-developers.com/showthread.php?p=36359613Leí acerca de la siembra de la entropía al azar y estoy usando los siguientes valores:
Cambios de rendimiento:
No aleatorizar espacios de direcciones: aumento del rendimiento en la pérdida de la seguridad?
busybox sysctl-w = 0 kernel.randomize_va_space
Número mínimo de escribir números al azar: (. Meta es 4096, por lo que este es el 25%) Observado valor 133 en principio.
sysctl-w = 1024 kernel.random.write_wakeup_threshold
sysctl-w = 4096 kernel.random.write_wakeup_threshold
Número mínimo de leer los números aleatorios: / / le da más tiempo para leer?
sysctl-w = 512 kernel.random.read_wakeup_threshold
También es interesante: Tomé un montón de capturas de pantalla de esta versión app, y el número se hundía un poco ..