--pl 150 — sets the power limit of the GPU in watts. Use * to skip a GPU.
--fan 70 — sets the fan speed as a percentage in the range 0...100. Use * to skip a GPU.
--cclk 1450 — locks the core clock speed to the specified value in MHz. Use * to skip a GPU.
--сoff 100 — adjusts the core clock by the specified offset in MHz. Use * to skip a GPU.
--mclk 5000 — locks the memory clock speed to the specified value in MHz. Use * to skip a GPU.
--moff 500 — adjusts the memory clock by the specified offset in MHz. Use * to skip a GPU.
If you have multiple settings, put them on a line separated by a space, e.g.:
--pl 150 --cclk 1470 --mclk 1000 --fan 70
This means: you've set the GPU's power limit to 150 watts, locked the core clock to 1470 MHz, increased the memory clock by 1000 MHz, and set the fan speed to 70%.
If you have multiple GPUs, separate the arguments for each GPU with commas (without spaces), in the order they appear in Kryptex:
--pl 150,150 --cclk 1470,1470 --mclk 1000,1200 --fan 70,65