ppp
Description: statistics for the PPP interface : OBJECT
| Element | Type | Description |
| areaCode | STRING | identification code of area |
| dnsServers | ARRAY | an array of strings representing ip addresses of DNS servers |
| object flags | OBJECT | various flags from ifconfig output |
| all_multi | BOOLEAN | |
| broadcast | BOOLEAN | supports broadcasting |
| dynamic | BOOLEAN | |
| loopback | BOOLEAN | loopback mode |
| lower_up | BOOLEAN | |
| multicast | BOOLEAN | supports multicasting |
| no_arp | BOOLEAN | |
| point_to_point | BOOLEAN | |
| promisc | BOOLEAN | |
| up | BOOLEAN | Kernel modules loaded |
| expired | BOOLEAN | indicates if ip address has expired |
| ip | STRING | the ip address assigned to this interface |
| link | STRING | status of the link |
| localIp | STRING | the ip address assigned to this interface |
| mtu | STRING | maximum transmission unit in bytes |
| number | STRING | cellular phone number |
| remoteIp | STRING | the externally facing ip address of this interface |
| localp6 | STRING | status of localp6 (default: not acquired) |
| roaming | BOOL | indicates whether or not this connection is considered roaming |
| rssi | STRING | a value representing signal strength [0-31] |
| rx | OBJECT | statistics on ppp interface received bytes |
| bytes | STRING | number of received bytes |
| dropped | STRING | number of received byte drops |
| errors | STRING | number of received byte errors |
| frame | STRING | number of received frames |
| overruns | STRING | number of received overruns |
| packets | STRING | number of transmitted packets |
| overruns | STRING | number of transmitted overruns |
| errors | STRING | number of transmitted errors |
| dropped | STRING | number of transmitted drops |
| collisions | STRING | number of transmitted collisions |
| dropped | STRING | number of transmitted drops |
| errors | STRING | number of transmitted errors |
| overruns | STRING | number of transmitted overruns |
| packets | STRING | number of transmitted packets |
| queueLength | STRING | number of packets that can be queued for transmission |
| uptime | UINT | number of minutes connection has been established |