]> granicus.if.org Git - apache/blob - docs/manual/mod/mod_lbmethod_heartbeat.xml.fr
buildconf: merge apr-config mode from its feature branch
[apache] / docs / manual / mod / mod_lbmethod_heartbeat.xml.fr
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
3 <?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
4 <!-- English Revision : 1673947 -->
5 <!-- French translation : Lucien GENTIS -->
6 <!-- Reviewed by : Vincent Deffontaines -->
7
8 <!--
9  Licensed to the Apache Software Foundation (ASF) under one or more
10  contributor license agreements.  See the NOTICE file distributed with
11  this work for additional information regarding copyright ownership.
12  The ASF licenses this file to You under the Apache License, Version 2.0
13  (the "License"); you may not use this file except in compliance with
14  the License.  You may obtain a copy of the License at
15
16      http://www.apache.org/licenses/LICENSE-2.0
17
18  Unless required by applicable law or agreed to in writing, software
19  distributed under the License is distributed on an "AS IS" BASIS,
20  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
21  See the License for the specific language governing permissions and
22  limitations under the License.
23 -->
24
25 <modulesynopsis metafile="mod_lbmethod_heartbeat.xml.meta">
26
27 <name>mod_lbmethod_heartbeat</name>
28 <description>Algorithme d'ordonnancement de répartition de charge pour
29 <module>mod_proxy_balancer</module> basé sur le comptage de trafic Heartbeat</description>
30 <status>Experimental</status>
31 <sourcefile>mod_lbmethod_heartbeat.c</sourcefile>
32 <identifier>lbmethod_heartbeat_module</identifier>
33 <compatibility>Disponible depuis la version 2.3 d'Apache</compatibility>
34
35 <summary>
36     <p>lbmethod=heartbeat utilise les services du module
37     <module>mod_heartmonitor</module> pour répartir la charge entre les
38     serveurs d'origine qui fournissent des données heartbeat via le
39     module <module>mod_heartbeat</module>.</p>
40
41 <p>Son algorithme de répartition de charge favorise les serveurs dont la
42 capacité de traitement moyenne répartie dans le temps est la plus
43 importante, mais il ne sélectionne pas forcément le serveur qui présente
44 la disponibilité instantanée la plus importante. Les serveurs qui ne
45 possèdent aucun client actif sont pénalisés, car ils sont considérés
46 comme non entièrement initialisés.</p>
47 </summary>
48
49 <seealso><module>mod_proxy</module></seealso>
50 <seealso><module>mod_proxy_balancer</module></seealso>
51 <seealso><module>mod_heartbeat</module></seealso>
52 <seealso><module>mod_heartmonitor</module></seealso>
53
54 <directivesynopsis>
55 <name>HeartbeatStorage</name>
56 <description>Indique le chemin permettant de lire les données
57 heartbeat</description>
58 <syntax>HeartbeatStorage <var>chemin-fichier</var></syntax>
59 <default>HeartbeatStorage logs/hb.dat</default>
60 <contextlist><context>server config</context></contextlist>
61
62 <usage>
63     <p>La directive <directive>HeartbeatStorage</directive> permet de
64     spécifier le chemin d'accès aux données heartbeat. Ce fichier texte
65     n'est utilisé que si le module <module>mod_slotmem_shm</module>
66     n'est pas chargé.</p>
67 </usage>
68 </directivesynopsis>
69 </modulesynopsis>