🖥️qlist
➡️This is a command-line reference manual for commands and command combinations that you don’t use often enough to remember it. This cheatsheet explains the qlist command with important options and switches using examples.
2 minute read
▁ ▂ ▃ ▄ ꧁ 🔴☠ COMMANDLINE-KUNGFU WITH CHEATSHEETS ☠🔴꧂▅ ▃ ▂ ▁
# ██████╗ ██╗ ██╗███████╗████████╗
# ██╔═══██╗██║ ██║██╔════╝╚══██╔══╝
# ██║ ██║██║ ██║███████╗ ██║
# ██║▄▄ ██║██║ ██║╚════██║ ██║
# ╚██████╔╝███████╗██║███████║ ██║
# ╚══▀▀═╝ ╚══════╝╚═╝╚══════╝ ╚═╝
# Print compile time in seconds package by package (Gentoo Distros)
qlist -I | xargs qlop -t |sort -t" " -rnk2
# Sample outpt:
# qtwebengine: 12644 seconds average for 5 merges
# libreoffice: 12069 seconds average for 4 merges
# qtwebkit: 11395 seconds average for 3 merges
# kbd: 5831 seconds average for 1 merges
# clang: 4839 seconds average for 2 merges
# clang: 4839 seconds average for 2 merges
# webkit-gtk: 4406 seconds average for 3 merges
# firefox: 4202 seconds average for 9 merges
# llvm: 3765 seconds average for 7 merges
# llvm: 3765 seconds average for 7 merges
# gcc: 3448 seconds average for 6 merges
# polkit-gnome: 2705 seconds average for 3 merges
# gnupg: 2445 seconds average for 5 merges
# qtquickcontrols2: 2377 seconds average for 2 merges
# rust: 2222 seconds average for 10 merges
# rust: 2222 seconds average for 10 merges
# kirigami: 1927 seconds average for 5 merges
# Calculate your total world compile time. (Gentoo Distros)
# From Gentoo Forum, greetings to rudregues & steveL.
qlist -I | xargs qlop -t | awk '{ if ($2 < 5400) secs += $2} END { printf("%dh:%dm:%ds\n", secs / 3600, (secs % 3600) / 60, secs % 60); }'
# Sample Output:
# 48h:4m:20s
Cheatsheets are an excellent complement to other information sources like Linux man-pages, Linux help, or How-To’s and tutorials, as they provide compact and easily accessible information. While man-pages and detailed tutorials often contain comprehensive explanations and extensive guides, cheatsheets summarize the most important options forthe command qlist in a clear format. This allows users to quickly access the needed information for qlist without having to sift through lengthy texts. Especially in stressful situations or for recurring tasks, cheatsheets for qlist are a valuable resource to work efficiently and purposefully.
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
█║▌│║█║▌★ KALI ★ PARROT ★ DEBIAN 🔴 PENTESTING ★ HACKING ★ █║▌│║█║▌
██╗ ██╗ ██████╗ ██████╗ ██╗ ██╗███████╗██████╗
████████╗██╔══██╗██╔═══██╗╚██╗██╔╝██╔════╝██╔══██╗
╚██╔═██╔╝██║ ██║██║ ██║ ╚███╔╝ █████╗ ██║ ██║
████████╗██║ ██║██║ ██║ ██╔██╗ ██╔══╝ ██║ ██║
╚██╔═██╔╝██████╔╝╚██████╔╝██╔╝ ██╗███████╗██████╔╝
╚═╝ ╚═╝ ╚═════╝ ╚═════╝ ╚═╝ ╚═╝╚══════╝╚═════╝
█║▌│║█║▌ WITH COMMANDLINE-KUNGFU POWER █║▌│║█║▌
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.