Uses of Class
nzilbb.labbcat.util.LoadTester
Packages that use LoadTester
-
Uses of LoadTester in nzilbb.labbcat.util
Methods in nzilbb.labbcat.util that return LoadTesterModifier and TypeMethodDescriptionLoadTester.setClientDelay
(Integer newClientDelay) Setter forclientDelay
: Number of seconds to wait before starting each new client.LoadTester.setClients
(Integer newClients) Setter forclients
: Number of clients to simulate.LoadTester.setFragments
(Boolean newFragments) Setter forfragments
: Call getFragments as part of the test.LoadTester.setLabbcatUrl
(String newLabbcatUrl) Setter forlabbcatUrl
: Base URL for the LaBB-CAT server.LoadTester.setMatchAnnotations
(Boolean newMatchAnnotations) Setter formatchAnnotations
: Call getMatchAnnotations as part of the test.LoadTester.setMaxMatches
(Integer newMaxMatches) Setter formaxMatches
: The maximum number of matches to process (for annotations and fragments).LoadTester.setOtherLayer
(String newOtherLayer) Setter forotherLayer
: ID of other layer (apart from orthography) to get annotations from (default is "phonemes").LoadTester.setPassword
(String newPassword) Setter forpassword
: Password for LaBB-CAT.LoadTester.setRepetitions
(Integer newRepetitions) Setter forrepetitions
: Number of times each client should repeat the test task.LoadTester.setSearchFor
(String newSearchFor) Setter forsearchFor
: The orthography to search for when running searches.LoadTester.setSoundFragments
(Boolean newSoundFragments) Setter forsoundFragments
: Call getSoundFragments as part of the test.LoadTester.setUsername
(String newUsername) Setter forusername
: Username for LaBB-CAT.LoadTester.setVerbose
(Boolean newVerbose) Setter forverbose
: Whether to produce verbose logging.