X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Futils%2Flctl.c;h=c9d69aa9cd713f2ae9bb01a40d5c509b77c1ccae;hb=2d8d11cfad482b0f5cde34359bec89ed2547f5be;hp=0e8c3a78349d2d378d2bcb86d67dc08789881881;hpb=c5050e412572b00cbe93d8517d2d1f767bebfa92;p=fs%2Flustre-release.git diff --git a/lustre/utils/lctl.c b/lustre/utils/lctl.c index 0e8c3a7..c9d69aa 100644 --- a/lustre/utils/lctl.c +++ b/lustre/utils/lctl.c @@ -245,7 +245,12 @@ command_t cmdlist[] = { "usage: llog_print <$logname|#oid#ogr#ogen> [from] [to]\n" " oid, ogr and ogen are hexadecimal.\n" " print all records from index 1 by default."}, - {"llog_cancel", jt_llog_cancel, 0, + {"llog_check", jt_llog_check, 0, + "print log content information.\n" + "usage: llog_check <$logname|#oid#ogr#ogen> [from] [to]\n" + " oid, ogr and ogen are hexadecimal.\n" + " check all records from index 1 by default."}, + {"llog_cancel", jt_llog_cancel, 0, "cancel one record in log.\n" "usage: llog_cancel "}, {"llog_remove", jt_llog_remove, 0, @@ -285,6 +290,9 @@ command_t cmdlist[] = { "light-weight tracing\n" "usage: lwt start\n" " lwt stop [file]"}, + {"memhog", jt_ptl_memhog, 0, + "memory pressure testing\n" + "usage: memhog []"}, /* User interface commands */ {"======= control ========", jt_noop, 0, "control commands"},