Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
B
brpc
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
brpc
Commits
c0c94e8d
Commit
c0c94e8d
authored
Sep 05, 2017
by
gejun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add alt text back
parent
7cbf6cfc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
server_debugging.md
docs/cn/server_debugging.md
+2
-2
No files found.
docs/cn/server_debugging.md
View file @
c0c94e8d
...
...
@@ -6,11 +6,11 @@
比如,下图中有24个工作线程,正在使用的是23.93个,说明所有的工作线程都被打满了,不够用了。
![](
../images/full_worker_usage.png
)
![
img
](
../images/full_worker_usage.png
)
下图中正在使用的只有2.36个,工作线程明显是足够的。
![](
../images/normal_worker_usage.png
)
![
img
](
../images/normal_worker_usage.png
)
把 /vars/bthread_worker_count;bthread_worker_usage?expand 拼在服务url后直接看到这两幅图,就像
[
这样
](
http://brpc.baidu.com:8765/vars/bthread_worker_count;bthread_worker_usage?expand
)
。
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment