<div dir="ltr">We need to gather (a) the list of installed packages, (b) the list of packages that need to be upgraded.  However, we have a design requirement to gather this frequently (every 5 minutes).<div><div><br></div><div><div>How can we gather this information and be as unobtrusive as possible?  i.e. not use a lot of CPU, get in the way of others, etc.</div><div><br></div><div>We've experimented with running "yum list installed -q" and "yum list check-updates -q".  However we find that sometimes they run for a long time (longer than 5 minutes).  In that case, we want cleanly be able to kill them.  (We'd rather not collect a value for that 5-minute interval rather than cause problems).   Our experiments with sending SIGINT left a lot of transaction files around, which indicates to us that we should be doing something different.</div></div><div><br></div><div>Suggestions?</div><div><br></div><div>Tom</div><div><br></div>







</div></div>