* updated some entries in the TODO
This commit is contained in:
parent
783453346f
commit
01a73eb553
10
TODO
10
TODO
|
@ -12,7 +12,7 @@
|
|||
vides (option dontlognull)
|
||||
- mesurer le tps consommé entre deux select, et fournir la conso CPU :
|
||||
%cpu = 100 * (tpreselect(n+1)-tpostselect(n)) / (tpreselect(n+1)-tpreselect(n))
|
||||
- implémenter limitation fd dans la conf : setrlimit(RLIMIT_NOFILE, ...)
|
||||
* implémenter limitation fd dans la conf : setrlimit(RLIMIT_NOFILE, ...)
|
||||
- implémenter core/no-core dans la conf : setrlimit(RLIMIT_CORE, ...)
|
||||
- optimiser les regex pour accélérer les matches :
|
||||
- compter les matches
|
||||
|
@ -108,8 +108,9 @@ ok>
|
|||
|
||||
8) beaucoup de paramètres pourraient être spécifiques aux serveurs et non
|
||||
aux instances. Exemples :
|
||||
- adresse IP source pour atteindre le serveur
|
||||
- méthode de health-check (proto, port, ...)
|
||||
* adresse IP source pour atteindre le serveur
|
||||
- méthode de health-check (proto, ...)
|
||||
* méthode de health-check (port)
|
||||
- poids
|
||||
- alerte en cas de disparition
|
||||
- le nombre max de sessions à lui envoyer
|
||||
|
@ -147,4 +148,5 @@ Todo for 1.2
|
|||
1.3 GB VSZ on Linux. Data should be in a separate buffer to prevent any
|
||||
activity on the buffer's pointers from touching the buffer page itself.
|
||||
- make buffer size configurable in global options
|
||||
- monitor number of simultaneous sessions in logs (per srv/inst/global)
|
||||
* monitor number of simultaneous sessions in logs (per srv/inst/global)
|
||||
|
||||
|
|
Loading…
Reference in New Issue