GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
REMUNGE(1) MUNGE Uid 'N' Gid Emporium REMUNGE(1)

remunge - MUNGE credential benchmark

remunge [OPTION]...

The remunge program benchmarks the performance of MUNGE. A benchmark runs for the specified duration or until the specified number of credentials are processed, whichever comes first. At its conclusion, the number of credentials processed per second is written to stdout.

By default, credentials are encoded for one second using a single thread.

Display a summary of the command-line options.
Display license information.
Display version information.
Display only the creds/sec numeric result. This is useful for producing input files for ministat.
Specify the cipher type, either by name or number.
Display a list of supported cipher types.
Specify the MAC type, either by name or number.
Display a list of supported MAC types.
Specify the compression type, either by name or number.
Display a list of supported compression types.
Encode (but do not decode) each credential. By bypassing the decode operation, the credential is not stored in the replay cache.
Encode and decode each credential.
Specify an arbitrary payload length (in bytes). The integer may be followed by a single-character modifier: k=kilobytes, m=megabytes, g=gigabytes; K=kibibytes, M=mebibytes, G=gibibytes.
Specify the user name or UID allowed to decode the credential. This will be matched against the effective user ID of the process requesting the credential decode.
Specify the group name or GID allowed to decode the credential. This will be matched against the effective group ID of the process requesting the credential decode, as well as each supplementary group of which the effective user ID of that process is a member.
Specify the time-to-live (in seconds). This controls how long the credential is valid once it has been encoded. A value of 0 selects the default TTL. A value of -1 selects the maximum allowed TTL.
Specify the local socket for connecting with munged.
Specify the test duration (in seconds). The default duration is one second. A value of -1 selects the maximum duration. The integer may be followed by a single-character modifier: s=seconds, m=minutes, h=hours, d=days.
Specify the number of credentials to generate. The integer may be followed by a single-character modifier: k=kilobytes, m=megabytes, g=gigabytes; K=kibibytes, M=mebibytes, G=gibibytes.
Specify the number of threads to spawn for processing credentials.
Specify the maximum number of seconds to allow for a given munge_encode() or munge_decode() operation before issuing a warning.

The remunge program returns a zero exit code if the benchmark completes. On error, it prints an error message to stderr and returns a non-zero exit code.

Chris Dunlap <cdunlap@llnl.gov>

Copyright (C) 2007-2024 Lawrence Livermore National Security, LLC.
Copyright (C) 2002-2007 The Regents of the University of California.

MUNGE is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

Additionally for the MUNGE library (libmunge), you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

munge(1), unmunge(1), munge(3), munge_ctx(3), munge_enum(3), munge(7), munged(8), mungekey(8).

https://github.com/dun/munge

2024-03-15 munge-0.5.16

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.