-
Notifications
You must be signed in to change notification settings - Fork 0
Cpanel: CloudLinux LVE
Warren G Brown edited this page Sep 8, 2022
·
1 revision
lveinfo --period=2h -u $user
(echo; read -p "What is the start date ([YY]YY-MM-DD [HH:MM]): " std;read -p "What is the end date ([YY]YY-MM-DD [HH:MM]): " endd; echo; lveinfo -f $std -t $endd -d -l100 |awk -F"|" '{print $2" | "$12" | "$13" | "$20" | "$21}'| grep -v "| 0 | 0 | 0 | 0" | grep -v " | | | | "; echo)
(echo; read -p "What is the cPanel name: " cpan;read -p "What is the start date ([YY]YY-MM-DD [HH:MM]): " std;read -p "What is the end date ([YY]YY-MM-DD [HH:MM]): " endd; echo; lveinfo -f $std -t $endd -d --user $cpan | awk -F"|" '{print $2" | "$13" | "$14" | "$21" | "$22}' | grep -v "| 0 | 0 | 0 | 0" | grep -v " | | | | "; echo)