| 1234567891011121314151617181920 |
- .\" Automatically generated by text-stats -write-bam
- .TH TEXT-STATS 1 "27 December 2014" "1.9.0" Panda3D
- .SH NAME
- text-stats \- text-based PStats client
- .SH SYNOPSIS
- .SH DESCRIPTION
- 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.
- .SH OPTIONS
- .TP
- .BI "\-p " "port"
- Specify the TCP port to listen for connections on. By default, this is taken from the pstats-host Config variable.
- .TP
- .B \-r
- Show the raw frame data, in addition to boiling it down to a total time per collector.
- .TP
- .BI "\-o " "filename"
- Filename where to print. If not given then stderr is being used.
- .TP
- .B \-h
- Display this help page.
|