Skip to content

Latest commit

 

History

History
72 lines (48 loc) · 1.11 KB

File metadata and controls

72 lines (48 loc) · 1.11 KB

Commands

Tracking Commands

/ptracker start

Start tracking performance metrics.

/ptracker start

Output: Shows the file path where metrics will be saved.

/ptracker stop

Stop tracking and display collected samples count.

/ptracker stop

/ptracker deviceinfo

Display detailed device and system information.

/ptracker deviceinfo

Shows:

  • Device type (PC, Mac, Phone, etc.)
  • CPU model and cores
  • GPU model
  • Total memory
  • Operating system
  • Java version

Configuration Commands

/ptracker config

List all configuration options with their current values.

/ptracker config

/ptracker config <option>

View the current value and default for a specific option.

/ptracker config output_interval

Output:

output_interval: 5 (default: 5)

/ptracker config <option> <value>

Set a configuration option value.

/ptracker config output_interval 10
/ptracker config chat_enabled true
/ptracker config network_host localhost

For detailed configuration options, see Configuration.