Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 287 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 287 Bytes

linuxutil

Python linux library for system engineer (processus, network...)

Exemple :

>>> from linuxutil import *
>>> p=pid.id(603)
>>> p.name
'apache2'
>>> p.exe
'/usr/sbin/apache2'
>>> p.cpid
[15350, 15351, 15352, 15353, 15492, 15661, 17134, 18940, 20516, 28453]