qlop
Section: qlop (1)
Updated: May 2018
Page Index
NAME
qlop - emerge log analyzer
SYNOPSIS
qlop
[opts] <pkgname>
DESCRIPTION
qlop
reads from $EMERGE_LOG_DIR/emerge.log and tries to extract
information about merges, unmerges and syncs. For packages, it can
calculate average merge times or just list them.
OPTIONS
- -g, --gauge
-
Gauge number of times a package has been merged. This shows the
merge time for each individual merge of package.
- -t, --time
-
Calculate merge time for a specific package. This is the average
time for all merges of package.
- -H, --human
-
Print seconds in human readable format (needs -t), using
minutes, hours and days instead of just seconds.
- -l, --list
-
Show merge history.
- -u, --unlist
-
Show unmerge history.
- -s, --sync
-
Show sync history.
- -c, --current
-
Show current emerging packages. This relies on
FEATURES=sandbox
in order to detect running merges.
- -d <arg>, --date <arg>
-
Limit the selection of packages to the date given, or to the range
of dates if this argument is given twice. The --date option
can take a few forms.
-
- NUMBER <day|week|month|year>[s] [ago]
-
Relative time, specifying NUMBER days, weeks,
months or years, for example 3 days ago.
- today
-
Alias for 0 days ago.
- yesterday
-
Alias for 1 day ago.
- YYYY-MM-DD
-
Big-endian date, with components separated by hyphens, starting with
year, followed by month and day of month.
- SSSSSSSSS
-
Seconds since 1970-01-01 00:00:00 +0000 (UTC), the UNIX epoch.
- FORMAT|DATE
-
Use FORMAT as input for strptime(3) to parse DATE.
- -f <arg>, --logfile <arg>
-
Read emerge logfile instead of $EMERGE_LOG_DIR/emerge.log.
- --root <arg>
-
Set the ROOT env var.
- -v, --verbose
-
Print package versions and revisions.
- -q, --quiet
-
Tighter output; suppress warnings.
- -C, --nocolor
-
Don't output color.
- -h, --help
-
Print this help and exit.
- -V, --version
-
Print version and exit.
REPORTING BUGS
Please report bugs via
http://bugs.gentoo.org/
Product: Portage Development; Component: Tools, Assignee:
portage-utils@gentoo.org
AUTHORS
Ned Ludd <solar@gentoo.org>
Mike Frysinger <vapier@gentoo.org>
Fabian Groffen <grobian@gentoo.org>
SEE ALSO
q(1),
qatom(1),
qcache(1),
qcheck(1),
qdepends(1),
qfile(1),
qgrep(1),
qlist(1),
qmerge(1),
qpkg(1),
qsearch(1),
qsize(1),
qtbz2(1),
qtegrity(1),
quse(1),
qxpak(1)