Skip to content

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

Notifications You must be signed in to change notification settings

gigi206/linuxutil

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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]

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages