fish_yy 发表于 2005-11-3 15:44:33

HTTP Responses Summary 问题求教

HTTP Responses Summary

HTTP Responses Total  Per second
HTTP_200    11,056    25.892
HTTP_302    1,701    3.984
HTTP_404    140     0.328
HTTP_500    3      0.007

请问total和Per second 的含义是什么,他们跟什么有关系呢?

GIGI456 发表于 2005-11-3 18:20:01

HTTP_200  The request has succeeded. The information returned with the response is dependent on the method used in the request。

HTTP_302 The requested resource resides temporarily under a different URI. Since the redirection might be altered on occasion, the client SHOULD continue to use the Request-URI for future requests. This response is only cacheable if indicated by a Cache-Control or Expires header field.

HTTP_404The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent.
HTTP_500The server encountered an unexpected condition which prevented it from fulfilling the request.

fish_yy 发表于 2005-11-4 10:09:55

tkx a lot.

pekingliu 发表于 2008-11-12 14:54:36

total          Per second
该状态总生成次数   每秒该状态次数

状态有
代码 描述
200 正常
201已创建
202已接受
203非权威信息
204无内容
205重置内容
206部分内容
300多项选择
301永久移动
302已找到
303查看其他
304没有修改
305使用代理
307临时重定向
400错误请求
401未授权
402需付费
403禁止
404未找到
405不允许使用此方法
406 无法接受
407需要代理服务器身份验证
408请求超时
409冲突
410不存在
411要求长度
412不满足前提条件
413请求实体太大
414请求 - URI 太大
415不支持的媒体类型
416无法满足所要求的范围
417预期失败
500内部服务器错误
501未执行
502网关无效
503服务不可用
504网关超时
505不支持 HTTP 版本
页: [1]
查看完整版本: HTTP Responses Summary 问题求教