加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 编程开发 > Python > 正文

django – 这个UWSGI输出是什么意思? >“(X开关核心0)”

发布时间:2020-12-20 13:18:43 所属栏目:Python 来源:网络整理
导读:我正在运行带有使用sqlite结构的 django的uwsgi应用程序的nginx. 在运行uwsgi时,当发出GET或POST请求时,它会发送输出,例如: [pid:29018 | app:0 | req:39/76] 136.61.69.96(){52 vars in 1208 bytes} [Wed Jul 19 17:25:12 2017] POST / binaryQuestionA
我正在运行带有使用sqlite结构的 django的uwsgi应用程序的nginx.

在运行uwsgi时,当发出GET或POST请求时,它会发送输出,例如:

[pid:29018 | app:0 | req:39/76] 136.61.69.96(){52 vars in 1208 bytes} [Wed Jul 19 17:25:12 2017] POST / binaryQuestionApp /?participant = A3AJJHOAV7WIUQ& assignmentId = 37QW5D2ZRHPMKY652LHT9QV23ZD8SU =>在722毫秒(HTTP / 1.1 200)中生成6个字节,在195个字节中生成3个头(核心0上有1个交换机)

最后一位是什么意思?有时它会说2个开关,有时是1个.

解决方法

大概你已经找到了答案,但对于那里寻找答案的人来说,我发现了这个:

“core” is the low-level concept for uWSGI concurrency context in a
process (can be a thread or a greenlet or a fiber or a goroutine and
so on…) while switches count is incremented whenever an app “yield”
its status (this has various meanings based on the lower concurrency
model used)

资料来源:http://lists.unbit.it/pipermail/uwsgi/2015-March/007949.html

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读