mirror of
https://github.com/NarrativeScience-old/log.io.git
synced 2026-04-26 09:35:53 +03:00
[GH-ISSUE #195] Amount of logs. #162
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/log.io-NarrativeScience-old#162
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @guilhermebasalia on GitHub (Sep 29, 2017).
Original GitHub issue: https://github.com/NarrativeScience-old/log.io/issues/195
I would like to know what is the amount of log per second that the tool can handle analyze and send?
@msmathers commented on GitHub (Jan 10, 2020):
v0.4.3 has a completely rewritten web UI using React 16, so the performance characteristics have changed. The main bottleneck we've observed is the DOM manipulation / painting process in the browser. The TCP/socket.io communication is extremely lightweight and can handle large throughput.
We don't have any hard benchmarks, but have observed the tool handling 100 messages per second when running locally.