feat: support perf client to show TX from client to server (#17718)

This commit is contained in:
jiuker
2023-08-10 22:14:46 +08:00
committed by GitHub
parent 49c8e16410
commit b1391d1991
5 changed files with 70 additions and 3 deletions

View File

@@ -397,6 +397,8 @@ var (
globalInternodeInterface string
globalInternodeInterfaceOnce sync.Once
// Set last client perf extra time (get lock, and validate)
globalLastClientPerfExtraTime int64
// Add new variable global values here.
)