12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- <!DOCTYPE html>
- <head>
- <title>État de mon 95e centile - Lorraine Data Network</title>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <style type="text/css">
- <!--
- body {
- font-family: sans-serif;
- text-align: center;
- margin: 0;
- padding: 0;
- background: #eaefad url(../../ressources/logo_ldn.png) no-repeat 30px 70px;
- }
- h1 {
- background-color: #000;
- margin-top: 0;
- padding: 10px;
- color: #FFF;
- }
- div#error {
- background-color: #eee;
- border-bottom: 1px solid #f00;
- padding: 20px;
- font-weight: bold;
- text-align: center;
- vertical-align: center;
- }
- -->
- </style>
- </head>
- <body>
- <h1>État en temps réel de mon 95e centile</h1>
- <h2>Les dernières 24 heures</h2>
- <img src="daily.png" alt="daily" />
- <h2>Les 7 derniers jours</h2>
- <img src="weekly.png" alt="weekly" />
- <h2>Les 4 dernières semaines</h2>
- <img src="monthly.png" alt="monthly" />
- <h2>Les 12 derniers mois</h2>
- <img src="yearly.png" alt="yearly" />
- <h2>Bande passante totale de FDN (prestataire de LDN)</h2>
- <img src="total.png" alt="total" />
- <p>
- Le dernier graphique permet de situer les heures à privilégier pour d'éventuels gros téléchargements.<br />
- </p>
- <p>
- Contacter le bureau : <em>bureau@ldn-fai.net</em>
- </p>
- </body>
- </html>
|