text-stats.1 744 B

1234567891011121314151617181920
  1. .\" Automatically generated by text-stats -write-bam
  2. .TH TEXT-STATS 1 "27 December 2014" "1.9.0" Panda3D
  3. .SH NAME
  4. text-stats \- text-based PStats client
  5. .SH SYNOPSIS
  6. .SH DESCRIPTION
  7. This is a simple PStats server that listens on a TCP port for a connection from a PStatClient in a Panda player. It will then report frame rate and timing information sent by the player.
  8. .SH OPTIONS
  9. .TP
  10. .BI "\-p " "port"
  11. Specify the TCP port to listen for connections on. By default, this is taken from the pstats-host Config variable.
  12. .TP
  13. .B \-r
  14. Show the raw frame data, in addition to boiling it down to a total time per collector.
  15. .TP
  16. .BI "\-o " "filename"
  17. Filename where to print. If not given then stderr is being used.
  18. .TP
  19. .B \-h
  20. Display this help page.