Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sds
mobject-store
Commits
ebf12f1c
Commit
ebf12f1c
authored
Apr 12, 2019
by
Shane Snyder
Browse files
stray character in stat output
parent
7d08a206
Changes
1
Hide whitespace changes
Inline
Side-by-side
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