Você pode usar o comando pppstats -z
para exibir as estatísticas de compactação. Se ele exibir todos os zeros, a compactação não será ativada.
trecho da página man
-z Instead of the standard display, show statistics indicating the
performance of the packet compression algorithm in use.
When the -z option is specified, instead displays the following fields,
relating to the packet compression algorithm currently in use. If
packet compression is not in use, these fields will all display zeroes.
The fields displayed on the input side are:
COMPRESSED BYTE
The number of bytes of compressed packets received.
COMPRESSED PACK
The number of compressed packets received.
INCOMPRESSIBLE BYTE
The number of bytes of incompressible packets (that is, those
which were transmitted in uncompressed form) received.
INCOMPRESSIBLE PACK
The number of incompressible packets received.
COMP RATIO
The recent compression ratio for incoming packets, defined as
the uncompressed size divided by the compressed size (including
both compressible and incompressible packets).
The fields displayed on the output side are:
COMPRESSED BYTE
The number of bytes of compressed packets transmitted.
COMPRESSED PACK
The number of compressed packets transmitted.
INCOMPRESSIBLE BYTE
The number of bytes of incompressible packets transmitted (that
is, those which were transmitted in uncompressed form).
INCOMPRESSIBLE PACK
The number of incompressible packets transmitted.
COMP RATIO
The recent compression ratio for outgoing packets.