Linux中GitLab的关闭、启动、重启

GitLab关闭

sudo gitlab-ctl stop

top命令是Linux下常用的性能分析工具,能够实时显示系统中各个进程的资源占用状况。

执行top指令,查看当前系统资源占用状况

top

GitLab启动

sudo gitlab-ctl start

执行top指令,查看当前系统资源占用状况,发现多了User为git、gitlab-+的几个进程

top

GitLab重启

sudo gitlab-ctl restart

猜你喜欢

转载自blog.csdn.net/chenbinqq/article/details/107611473