Skip to content

Perf Test

proxmox perf-test --help

Input:

proxmox perf-test --help

Output:

 Usage: proxmox perf-test [OPTIONS] [OPERATION]                                 

 Run performance tests.                                                         

 Example:                                                                       
 proxmox perf-test get --iterations 20                                          
 proxmox perf-test list                                                         

╭─ Arguments ──────────────────────────────────────────────────────────────────╮
│   operation      [OPERATION]  Operation type (get/create/list)               │
│                               [default: get]                                 │
╰──────────────────────────────────────────────────────────────────────────────╯
╭─ Options ────────────────────────────────────────────────────────────────────╮
│ --iterations          INTEGER  Number of iterations [default: 10]            │
│ --output      -o      TEXT     Output format (human, json, yaml, markdown,   │
│                                table, text, raw)                             │
│ --json                         Shortcut for --output json                    │
│ --yaml                         Shortcut for --output yaml                    │
│ --markdown                     Shortcut for --output markdown                │
│ --help                         Show this message and exit.                   │
╰──────────────────────────────────────────────────────────────────────────────╯

Exit code: 0 · Wall time (s): 0.222