Functionsutils$pingOn this page$ping Performs a ping operation to measure response time. Parameters ParameterDescriptiontargetOptional. Specifies the target to ping. Values can be "client" or "db". Default is "client". Example <AoiClient>.addCommand({ name: "ping", code: ` $ping `,});