mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-25 20:52:26 -06:00
21 lines
744 B
Groff
21 lines
744 B
Groff
|
.\" 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.
|