mirror of
https://github.com/adulau/aha.git
synced 2024-12-26 10:46:11 +00:00
Add TODO note to improve the handling for PID recycling
This commit is contained in:
parent
10ebb80fa9
commit
91e3e177a7
1 changed files with 5 additions and 0 deletions
|
@ -1,6 +1,11 @@
|
|||
#!/usr/bin/python
|
||||
#Analyse log files generated from aha-worker and generate reports
|
||||
#FIXME If a PID is reused during an SSH sessions aha might be confused
|
||||
#a better solution than shadowing the process list is to contruct the
|
||||
#process vectors on the fly
|
||||
|
||||
from ahalib import *
|
||||
|
||||
logfile='aha.log'
|
||||
aha = AHAActions('../in','../out')
|
||||
ptress = ProcessTrees()
|
||||
|
|
Loading…
Reference in a new issue