Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Total page size status: 0 bytes #15

Open
ebidel opened this issue Jun 28, 2017 · 2 comments
Open

Total page size status: 0 bytes #15

ebidel opened this issue Jun 28, 2017 · 2 comments
Assignees
Labels

Comments

@ebidel
Copy link

ebidel commented Jun 28, 2017

Lots of pages reporting 0bytes since April:

screen shot 2017-06-27 at 5 39 12 pm

@rviscomi
Copy link
Member

Yeah there's a very clear shift on 5/1.

SELECT
  COUNT(0) AS volume,
  NTH(501, QUANTILES(respSize , 1001)) AS medianSize,
  resp_content_type
FROM
  [httparchive:runs.2017_04_15_requests]
WHERE
  firstHtml = TRUE
GROUP BY
  resp_content_type
ORDER BY
  volume DESC

4/15:

Row volume medianSize resp_content_type
1 199635 15308 text/html; charset=UTF-8  
2 123665 15213 text/html; charset=utf-8
3 101477 9071 text/html

5/1:

Row volume medianSize resp_content_type
1 192466 0 text/html; charset=UTF-8
2 119705 2327 text/html; charset=utf-8
3 98493 688 text/html

I'll take an AI to investigate.

cc @pmeenan as this correlates with the Linux agent switch.

@rviscomi rviscomi self-assigned this Jul 17, 2017
@rviscomi rviscomi added the bug label Jul 17, 2017
@rviscomi
Copy link
Member

rviscomi commented Jul 27, 2017

May be a side-effect of the Content-Length bug @pmeenan found today.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants