문제

I would like to know the main differences between tmux and screen commands to manage my machine.

My problem is that I have to run a process that I will launch be SSH, but that have to be alive all the day.

도움이 되었습니까?

해결책

I was looking for a good answer and I found this while I was googling.

Tmux is easier to do searches because you have a unique name, is a faster screen drawing and the most important thing, far less memory usage than screen.

Example:

  • 100 windows in screen = 370MB resident
  • 100 windows in tmux = just 5MB resident
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top