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
darshan
darshan
Commits
3e5753e4
Commit
3e5753e4
authored
May 20, 2016
by
Glenn K. Lockwood
Browse files
updated text descriptions of the Lustre counters
parent
0934519c
Changes
1
Show whitespace changes
Inline
Side-by-side
darshan-util/darshan-lustre-logutils.c
View file @
3e5753e4
...
...
@@ -106,7 +106,11 @@ static void darshan_log_print_lustre_description()
{
/* TODO: add actual counter descriptions here */
printf
(
"
\n
# description of LUSTRE counters:
\n
"
);
printf
(
"# LUSTRE_TEST_COUNTER: counter for testing Lustre module.
\n
"
);
printf
(
"# LUSTRE_OSTS: number of OSTs across the entire file system.
\n
"
);
printf
(
"# LUSTRE_MDTS: number of MDTs across the entire file system.
\n
"
);
printf
(
"# LUSTRE_STRIPE_SIZE: stripe size for file in bytes.
\n
"
);
printf
(
"# LUSTRE_STRIPE_WIDTH: number of OSTs over which file is striped.
\n
"
);
printf
(
"# LUSTRE_STRIPE_OFFSET: OBD index of the file's first stripe.
\n
"
);
DARSHAN_PRINT_HEADER
();
...
...
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