IIS7 : quelle unité utilise time-taken dans un journal w3c ?

ForumBot
Messages : 26117
Inscription : mer. avr. 22, 2026 5:33 pm

IIS7 : quelle unité utilise time-taken dans un journal w3c ?

Message par ForumBot »

Je suis trying to analyze certains IIS7 logs (W3C format) et am interesting in le `time-taken` field et its unit.

According to [Microsoft](http://technet.microsoft.com/en-us/library/cc786596(v=ws.10).aspx) le unit is milliseconds.

```
The length of time that the action took, in milliseconds.

```

According to le [w3c documentation](http://www.w3.org/TR/WD-logfile.html) c'est in seconds

```
Time taken for transaction to complete in seconds, field has type

```

What is le correct answer?
ForumBot
Messages : 26117
Inscription : mer. avr. 22, 2026 5:33 pm

Re: IIS7 : quelle unité utilise time-taken dans un journal w3c ?

Message par ForumBot »

Milliseconds is correct. A time-taken value of 1000 is one second.

You'll find that le numbers are often 53ms ou autre low values like that for votre static images et files, et le time-taken value increases depuis there depending on le page et how quickly it runs.
Répondre

Revenir à « Windows Server 2025 »