运维工具

作者: 三千万星辰 | 来源:发表于2016-01-12 14:54 被阅读29次
    • iftop -- 查看网路
    • iotop -- 查看磁盘
    • dstat -- 通用
    • lynx -- 浏览器

    seo

    1. 启动nginx
    root      1620     1  0 14:58 ?        00:00:00 **nginx**: master process **nginx**
    root      1621  1620  0 14:58 ?        00:00:00 **nginx**: worker process
    root      1622  1620  0 14:58 ?        00:00:00 **nginx**: worker process
    root      2999  1552  0 16:57 pts/1    00:00:00 vim /var/log/**nginx**/error.log
    root      3213  2105  0 17:02 pts/2    00:00:00 grep --color=auto **nginx**
    

    配置:/usr/local/nginx/conf/nginx.conf
    重要参数:

    • worker_process 10
    • worker_connections 1024 --> 65535
    1. 切换到Python env到seo
    2. 启动uwsgi
    3. 启动celery队列,
      用户的添加和管理必须在virtual env下
      user: mscelery
      usermod -g mscelery root
    4. 检查数据库进程
    /usr/bin/**post**gres -D /var/lib/pgsql/data -p 5432
    
    1. 更改系统python的编码格式

    常见问题

    • 看看进程数nginx,celery,rabbitMQ,postgres,uwsgi,python
    • 看看最大链接数
    • 看看nginx缓存、uwsgi缓存?等
    • 看看日志nginx,celery,还有自己定义的

    相关文章

      网友评论

        本文标题:运维工具

        本文链接:https://www.haomeiwen.com/subject/tqixkttx.html