]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
s/mutex/lock in descriptions
authorOtto Moerbeek <otto@drijf.net>
Mon, 24 Aug 2020 07:18:22 +0000 (09:18 +0200)
committerGitHub <noreply@github.com>
Mon, 24 Aug 2020 07:18:22 +0000 (09:18 +0200)
Co-authored-by: Remi Gacogne <rgacogne+github@valombre.net>
pdns/recursordist/RECURSOR-MIB.txt
pdns/recursordist/docs/metrics.rst

index ebb1660b4c8b42a61d3002430fecd3d92dbcad7e..9d735211fbad2150259f162c4a2f3c28b1afee46 100644 (file)
@@ -852,7 +852,7 @@ recordCacheContended OBJECT-TYPE
     MAX-ACCESS read-only
     STATUS current
     DESCRIPTION
-        "Number of contended record cache mutex acquisitions"
+        "Number of contended record cache lock acquisitions"
     ::= { stats 102 }
 
 recordCacheAcquired OBJECT-TYPE
@@ -860,7 +860,7 @@ recordCacheAcquired OBJECT-TYPE
     MAX-ACCESS read-only
     STATUS current
     DESCRIPTION
-        "Number of record cache mutex acquisitions"
+        "Number of record cache lock acquisitions"
     ::= { stats 103 }
 
 ---
index 695fc95f0807f35ab8769bf1a564f0b95ec191a6..e3d2011a20c4baeb32bf97e377947c39cb48f6f0 100644 (file)
@@ -440,12 +440,12 @@ record-cache-contended
 ^^^^^^^^^^^^^^^^^^^^^^
 .. versionadded:: 4.4.0
 
-number of contented record cache mutex acquisitions
+number of contented record cache lock acquisitions
 
 record-cache-acquired
 ^^^^^^^^^^^^^^^^^^^^^
 .. versionadded:: 4.4.0
-number of record cache mutex acquisitions
+number of record cache lock acquisitions
 
 
 resource-limits