Cloudlinux Cheatsheet: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

20 June 2024

  • curprev 17:1117:11, 20 June 2024Qljca talk contribs 634 bytes +634 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..."