Dziewiate_21

 0    21 cartonașe    michalesq
printează joacă Testează-te
 
Întrebare - Răspuns -
How to renice program, execute command and take every running httpd process
începe să înveți
renice -n 10 $(pgrep httpd)
How to tar a file with priority -20 and display time needed to process?
începe să înveți
time nice -n -20 tar -cvf test. tar test. file
Where can you find information about number of CPUs?
începe să înveți
cat /proc/cpuinfo
What does top -d 2 do?
începe să înveți
Set top updates to 2 seconds
What does k do in top command?
începe să înveți
kill process
What does r do in top command?
începe să înveți
renice process
What does P do in top command?
începe să înveți
sort by CPU usage
What does M do in top command?
începe să înveți
sort by memory usage
What does t do in top command?
începe să înveți
disable line with tasks
What does m do in top command?
începe să înveți
disable line with memory usage
What does l do in top command?
începe să înveți
disable line with cpu usage
Where all non persistent logs for journalctl are written to?
începe să înveți
cd /run/log/journal
How to make journalctl logs persistent?
începe să înveți
go to /etc/systemd/journalctl. conf, uncomment storage
Where all persistent logs for journalctl are written to?
începe să înveți
/var/log/journal
Where would you configure logrotation for journalctl?
începe să înveți
/etc/logrorate.conf
How to display last 10 lines of logs?
începe să înveți
journalctl -n
How to display logs with priority info?
începe să înveți
journalctl -p info
How to display logs since yesterday?
începe să înveți
journalctl --since=yesterday
How to display logs since one hour ago?
începe să înveți
journalctl --since "one hour ago"
How to display info about boot process?
începe să înveți
systemd-analyze
How to dusplay info about the process lanunched very long?
începe să înveți
systemd-analyze blame

Trebuie să te autentifici pentru a posta un comentariu.