1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
.TH cvm-benchclient 8
.SH NAME
cvm-benchclient \- testing the performance of a CV module
.SH SYNOPSIS
.B cvm-benchclient
.I count
.I CVM
.I account
.I credential
[
.I credential \fR...
]
.SH DESCRIPTION
.B cvm-benchclient
will invoke the named CV module
.I count
times without pausing.
If the module fails to validate the credentials,
.B cvm-benchclient
exits immediately with a non-zero exit code, as reported by the module.
.SH SEE ALSO
cvm-pwfile(8),
cvm-qmail(8),
cvm-unix(8),
cvm-sql(8),
cvm-vmailmgr(8),
cvm-checkpassword(8),
cvm-testclient(8)
http://untroubled.org/cvm/cvm.html
|