This document is a WORK IN PROGRESS.
This is just a quick personal cheat sheet: treat its contents with caution!
qlop
¶
A utility (from the q applets) for extracting information about emerged ebuilds
from Portage log files (/var/log/emerge.log
), written in C. It can be useful when package
compilation times need to be estimated or to compare build times with other systems. It also allows
to check what is compiling at the moment and how long it will probably take - which is handy when
working in the console and don't have any other means to check it.
Alternative
genlop
from the Gentoolkit, written in Perl.
Reference(s)
Table of contents¶
Install¶
TODO
Config¶
TODO
Use¶
TODO
If this cheat sheet has been useful to you, then please consider leaving a star here.