Skip to content

๐Ÿ“ Proc API

linuxpy.proc

net

iter_devices() staticmethod

Iterate over network devices. Each item represents the information about one of the network devices in the system.

devices() staticmethod

Network devices info as a sequence of dictionaries, each with information about one of the system network devices.

iter_wireless() staticmethod

Iterate over wireless network devices. Each item represents the information about one of the wireless network devices in the system.

wireless() staticmethod

Wireless netowrk devices info as a sequence of dictionaries, each with information about one of the system wireless network devices.

iter_netstat() staticmethod

Iterate over network statistics.

netstat() staticmethod

Network statistics.

iter_snmp() staticmethod

Iterate over SNMP statistics.

snmp() staticmethod

SNMP statistics.

iter_cpu_info()

Iterate over CPU info. Each item represents the information about one of the processors in the system.

cpu_info()

CPU info as a sequence of dictionaries, each with information about one of the system processors.

iter_mem_info()

Iterate over the system memory information. Each item is a pair of field name and field value.

mem_info()

System memory information.

iter_modules()

Iterate over system modules. Each item represents the information about one of the modules in the system.

modules()

Modules info as a sequence of dictionaries, each with information about one of the system modules.

iter_stat()

Iterate over the system stats information. Each item is a pair of field name and field value.

stat()

System stats information.