Announcement

Collapse
No announcement yet.

Best way to get real time data from lve

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

  • Best way to get real time data from lve

    After upgrading cloudlinux to new version i have again problem with real time data for charts.
    I was reading data from /var/lve/info but now i again don know how to interpret the result of this file. With /proc/lve/list its also not clear.

    Please give me a solution. Maybe a good idea is to have actual documentation about /var/lve/info (or /proc/lve/list) or create a tool with backward compatibility for real-time lve usage information?

  • #2
    And another question - maybe in the same thread.

    Code:
    [root@ace1 ~]# lveps
    
    ID     EP    PNO    TNO    CPU      MEM        I/O
    
    as1trace      0      1      3    947       15    3286463
    
    [root@ace1 ~]# lveps -p
    
    ID     EP    PNO        PID    TNO    TID    CPU      MEM        I/O
    
    as1trace      0      1        ---      3    ---    947       15    3286463
    
    ---    ---       node    ---  17755      0        3        N/A
    
    ---    --- SignalSend    ---  17754      0        3        N/A
    
    ---    ---       node    ---  17753      0        3        N/A
    
    [root@ace1 ~]# ps aux | grep as1trace
    
    as1trace 17753  0.0  0.0  60828  8200 ?        Sl   22:44   0:00 node src/app.js
    
    root     19890  0.0  0.0   4432   772 pts/17   S+   23:14   0:00 grep as1trace
    ps aux show only one process
    lveps -p 3 processes (?)

    Why MEM usage for user as1trace is 15?

    Comment

    Working...
    X