Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mobject-store
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
13
Issues
13
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sds
mobject-store
Commits
ebf12f1c
Commit
ebf12f1c
authored
Apr 12, 2019
by
Shane Snyder
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
stray character in stat output
parent
7d08a206
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/server/mobject-server.c
src/server/mobject-server.c
+1
-1
No files found.
src/server/mobject-server.c
View file @
ebf12f1c
...
@@ -308,7 +308,7 @@ static hg_return_t mobject_server_stat_ult(hg_handle_t h)
...
@@ -308,7 +308,7 @@ static hg_return_t mobject_server_stat_ult(hg_handle_t h)
"Server %d (host: %s):
\n
"
\
"Server %d (host: %s):
\n
"
\
"
\t
Segments allocated: %u
\n
"
\
"
\t
Segments allocated: %u
\n
"
\
"
\t
Total segment size: %lu bytes
\n
"
\
"
\t
Total segment size: %lu bytes
\n
"
\
"
\t
Total segment write time: %.4lf s
\n
s
"
\
"
\t
Total segment write time: %.4lf s
\n
"
\
"
\t
Total segment write b/w: %.4lf MiB/s
\n
"
,
\
"
\t
Total segment write b/w: %.4lf MiB/s
\n
"
,
\
my_rank
,
my_hostname
,
srv_ctx
->
segs
,
my_rank
,
my_hostname
,
srv_ctx
->
segs
,
srv_ctx
->
total_seg_size
,
srv_ctx
->
total_seg_wr_duration
,
srv_ctx
->
total_seg_size
,
srv_ctx
->
total_seg_wr_duration
,
...
...
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