Linux Comm Pppstats
# Linux pppstats Command
[ Linux Command Manual](#)
The Linux pppstats command is used to display PPP connection status.
Using the pppstats (point to point protocol status) command allows you to obtain information related to the PPP network connection.
### Syntax
pppstats
**Parameter Description**:
* -a Display absolute statistics.
* -c Set the number of times to report status.
* -d Display relative statistics.
* -r Display statistics for data packet compression ratios.
* -v Display statistics for VJTCP header compression efficiency.
* -w Set the interval time for displaying statistics.
### Example
Display the PPP connection status
# pppstats
[ Linux Command Manual](#)
YouTip