English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية

Linux pppstats command

Linux Command Manual

The Linux pppstats command is used to display the PPP connection status.

The pppstats (point to point protocol status) command allows you to obtain relevant information about the PPP connection to the network.

Syntax

pppstats [-adrv][-c<execution times>][-w<seconds interval>][Network Interface]

Parameter Description:

  • -a Display the absolute statistical value.
  • -c<execution times> Set the number of times to report the status.
  • -d Display the relative statistical value.
  • -r Display the statistical value of the packet compression ratio.
  • -v Display the compression efficiency statistical value of the VJTCP file header.
  • -w<seconds interval> Set the interval time for displaying statistical information.

Online Examples

Display the connection status of ppp

# pppstats

Linux Command Manual