tencent cloud

Performance Testing Service

pts.metadata

PDF
Focus Mode
Font Size
Last updated: 2025-03-10 17:04:51
During the script execution, obtain the metadata of the performance testing task.
metadata(): Metadata

Return

Type
Description
Object, containing the metadata of the performance testing task.

Samples

Get the metadata of the current performance testing task:
import { metadata } from 'pts';

export default function () {
// md is an interface object for Metadata.
let md = metadata();
console.log(md.userID); // 123456
console.log(md.appID); // 123456
console.log(md.scenarioID); // scenario-xxxxxxxx
console.log(md.region); // ap-guangzhou
console.log(md.jobID); // job-xxxxxxxx
}




Help and Support

Was this page helpful?

Help us improve! Rate your documentation experience in 5 mins.

Feedback