Appearance
Exporting Profiles
You can use the SMC to export a WLM profile to a JSON file. Go to Manage > Workloads, then click Export below the profile.
This example is for a profile before any rules are defined:
{
"default_pool": "shortquerypool",
"name": "shortquerybias",
"active": true,
"pools": [
{
"maximum_row_limit": 500000,
"slots": 20,
"queue_size": 100,
"profile": "shortquerybias",
"name": "shortquerypool",
"next_memory_queue": null,
"maximum_wait_limit": null,
"maximum_exec_time_limit": 1,
"max_spill_pct": null,
"requested_memory": null,
"next_exec_time_limit_queue": null
}
],
"rules": []
}
You cannot export the default
and maintenance
profiles.
Parent topic:How WLM Works