mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-04-10 19:21:37 +00:00
* 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)
|
vides (option dontlognull)
|
||||||
- mesurer le tps consommé entre deux select, et fournir la conso CPU :
|
- mesurer le tps consommé entre deux select, et fournir la conso CPU :
|
||||||
%cpu = 100 * (tpreselect(n+1)-tpostselect(n)) / (tpreselect(n+1)-tpreselect(n))
|
%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, ...)
|
- implémenter core/no-core dans la conf : setrlimit(RLIMIT_CORE, ...)
|
||||||
- optimiser les regex pour accélérer les matches :
|
- optimiser les regex pour accélérer les matches :
|
||||||
- compter les matches
|
- compter les matches
|
||||||
@ -108,8 +108,9 @@ ok>
|
|||||||
|
|
||||||
8) beaucoup de paramètres pourraient être spécifiques aux serveurs et non
|
8) beaucoup de paramètres pourraient être spécifiques aux serveurs et non
|
||||||
aux instances. Exemples :
|
aux instances. Exemples :
|
||||||
- adresse IP source pour atteindre le serveur
|
* adresse IP source pour atteindre le serveur
|
||||||
- méthode de health-check (proto, port, ...)
|
- méthode de health-check (proto, ...)
|
||||||
|
* méthode de health-check (port)
|
||||||
- poids
|
- poids
|
||||||
- alerte en cas de disparition
|
- alerte en cas de disparition
|
||||||
- le nombre max de sessions à lui envoyer
|
- 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
|
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.
|
activity on the buffer's pointers from touching the buffer page itself.
|
||||||
- make buffer size configurable in global options
|
- 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
Block a user