]> arthur.barton.de Git - netdata.git/commitdiff
Merge pull request #192 from cgrinds/patch-2
authorCosta Tsaousis <costa@tsaousis.gr>
Wed, 6 Apr 2016 13:13:35 +0000 (16:13 +0300)
committerCosta Tsaousis <costa@tsaousis.gr>
Wed, 6 Apr 2016 13:13:35 +0000 (16:13 +0300)
fixed typo in idle jitter description

web/index.html

index 08e4839da5cd08d4e87b6bb9b39a3111fd6f3f1d..4416307d20110ab5b37e48bb7c76b4633f04adda 100644 (file)
@@ -1016,7 +1016,7 @@ var chartData = {
 
        'system.idlejitter': {
                colors: '#5555AA',
-               info: 'Idle jitter is calculated by netdata. A thread is spawned that requests to sleep for a few microseconds. When the system wakes it up, it measures how many microseconds have passed. The different between the requested and the actual duration of the sleep, is the <b>idle jitter</b>. This number is useful in realtime environments, where CPU jitter can affect the quality of the service (like VoIP media gateways).'
+               info: 'Idle jitter is calculated by netdata. A thread is spawned that requests to sleep for a few microseconds. When the system wakes it up, it measures how many microseconds have passed. The difference between the requested and the actual duration of the sleep, is the <b>idle jitter</b>. This number is useful in realtime environments, where CPU jitter can affect the quality of the service (like VoIP media gateways).'
        },
 
        'system.ipv4': {