And another question - maybe in the same thread.
[[email protected] ~]# lveps
ID EP PNO TNO CPU MEM I/O
as1trace 0 1 3 947 15 3286463
[[email protected] ~]# 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
[[email protected] ~]# 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?