Shopify Dashboard Server
  • Status: ok
  • Path: dashboard
  • PPID: 3095379
  • CMD: dashboard.main:app_ -w 1 -k uvicorn.workers.UvicornWorker -b 0.0.0.0:6050
  • nohup output file
  • log file
  • docs
  • Redis
  • lsof -i :6050
    COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
    gunicorn 3095379 thomas 5u IPv4 41400563 0t0 TCP *:6050 (LISTEN)
    gunicorn 3352884 thomas 5u IPv4 41400563 0t0 TCP *:6050 (LISTEN)
    gunicorn 3352884 thomas 25u IPv4 175136344 0t0 TCP localhost:6050->localhost:59208 (ESTABLISHED)
Commands
  • lsof -i :6050 Copied !
  • kill -15 3095379 Copied !
  • uvicorn dashboard.main:app_ --debug --port 6050 Copied !
  • kill -15 3095379 & uvicorn dashboard.main:app_ --debug --port 6050 Copied !
  • nohup gunicorn dashboard.main:app_ -w 4 -k uvicorn.workers.UvicornWorker -b 0.0.0.0:6050& Copied !
  • Web sockets: