Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
lyskom-server-ceder-1616-generations-topgit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
53aa7d08
Commit
53aa7d08
authored
Aug 1, 2003
by
Per Cederqvist
Browse files
Options
Downloads
Patches
Plain Diff
Collect statistics of the read and write queues.
parent
ec263dda
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
ChangeLog
+29
-0
29 additions, 0 deletions
ChangeLog
with
29 additions
and
0 deletions
ChangeLog
+
29
−
0
View file @
53aa7d08
2003-08-01 Per Cederqvist <ceder@ceder.dyndns.org>
2003-08-01 Per Cederqvist <ceder@ceder.dyndns.org>
More fixes to the test of stalled clients.
* src/server/testsuite/get-time-often.c (main): Actually retry
after a EAGAIN, EWOULDBLOCK or EINTR result from the final write.
Retry if it succeeds as well -- the server may just be slow
closing the socket.
Collect statistics of the read and write queues.
* doc/Protocol-A.texi (Measured Properties): Document
send-queue-bytes and recv-queue-bytes.
* src/server/stats.h (enum stat_type): Added STAT_SEND_QUEUE and
STAT_RECV_QUEUE.
* src/server/stats.c (name): Handle STAT_SEND_QUEUE and
STAT_RECV_QUEUE.
* src/server/ramkomd.c (write_queue_change_callback): New static
function. Update STAT_SEND_QUEUE.
(server_init): Register write_queue_change_callback with isc.
* src/server/internal-connections.c (kill_client): Update
STAT_RECV_QUEUE.
* src/server/connections.c (read_from_connection): Update
STAT_RECV_QUEUE.
* src/server/testsuite/lyskomd.0/01.exp: Test send-queue-bytes and
recv-queue-bytes.
* src/server/testsuite/lyskomd.0/03.exp: Ditto.
* src/server/testsuite/lyskomd.0/38.exp: Ditto.
Bug fix.
* src/server/connections.c (toploop): Cancel the timer for
check_kill_flag if needed during shutdown.
Don't be too efficient... (Back out part of the "ignore clients"
Don't be too efficient... (Back out part of the "ignore clients"
patch.)
patch.)
* src/server/connections.c (read_from_connection): Revert part of
* src/server/connections.c (read_from_connection): Revert part of
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment