All public logs

Jump to navigation Jump to search

Combined display of all available logs of Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 17:11, 20 June 2024 Qljca talk contribs created page Cloudlinux Cheatsheet (Created page with "Restart stats <pre>service lvestats restart</pre> See User Limit <pre>lvectl limits USER</pre> Change memory limit to 2G for testing purposes: <pre>user_uid=$(id -u USER); sudo lvectl set $user_uid --pmem=2G</pre> Check snapshots <pre> lve-read-snapshot -u USER -f 2021-02-17 00:00 -t 2021-02-17 23:59 lveinfo -u USER -o=any_faults -f 2021-02-17 00:00 -t 2021-02-17 23:59 lveinfo --dbgov -u USER -f 2021-02-17 00:00 -t 2021-02-17 23:59 </pre> See User faults for today f...")