-
Notifications
You must be signed in to change notification settings - Fork 712
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Check that the protocol is TCP * Support all HTTP methods * Clear out tasks from table when they exit (required using task ids as table keys). A nice side effect of this is that we can tell apart tasks receiving 0 req/second (i.e. tasks which currently aren't receiving any requests but were receiving requests at some point) from tasks which don't exist anymore. We report metrics fro the former. * Simplify hash table key (no need to use a struct)
- Loading branch information
Alfonso Acosta
committed
Apr 13, 2016
1 parent
f211d48
commit 6cf57f0
Showing
2 changed files
with
139 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters