Announcement

Collapse
No announcement yet.

CPU and Concurrent Connection Usage Not work

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • CPU and Concurrent Connection Usage Not work

    Hi[br][img]http://s5.picofile.com/file/81362180...jpg[/img][br]I installed Cloud linux in my server[br]The problem is the show account CPU and Concurrent Connection Usage in cPanel user[br]Ive checked the following directory:[br][br][br]
    Code:
    root@server1 [/var/lve]# ls -la[br]total 12K[br]drwxr-xr-x 2 root root 4.0K Aug 21 07:23 .[br]drwxr-xr-x 24 root root 4.0K Aug 21 06:45 ..[br]-rw-r--r-- 1 root root 0 Aug 21 00:00 lveinfo.db[br]-rw-r--r-- 1 root root 4 Aug 20 23:44 lveinfo.ver[br]root@server1 [/var/lve]#[br]

  • #2
    SOLVED!

    Please, do the following:

    Code:
    service lvestats stop
    
    killall -9 lvestats-server
    
    rm -rf /var/lve/lveinfo.db
    
    service lvestats start
    That should re-create the database/fix the issue.

    Comment

    Working...
    X