faban
faban copied to clipboard
A framework for developing workload drivers and automation of performance tests
This needs updating to avoid multiple reported CVE. CVE-2021-44228 severity Critical CVE-2020-9488 severity Low CVE-2017-5645 severity Moderate
The repository points to http://faban.sunsource.net/ but the current website is http://faban.org/, could you please change the link to the correct one?
When I use fabancli tool to submit a run, I get the error `Host names must not be localhost. Please use real host names or IP addresses instead` I use...

Currently the tools used in pushagents are using unsecure tools. Upgrade these to use secure equivalents.
Currently when a run is killed, The amount of logging currently available does not reveal which agent initiated the signal. It's useful to log when a Agent sends the kill...
We are moving faban to newer version. But when we want to start agent there is connection refused exception. How to debug this problem. I saw we start connection just...
The multi part form upload fails. Due to unexpected parameter supplied when uploading.
When running a driver for the first time it is usual to discover missing classes. In some situations the driver will omit nested exception information from the error message. Making...
The [GenericBenchmark.start()](https://github.com/akara/faban/blob/master/harness/src/com/sun/faban/harness/engine/GenericBenchmark.java#L321) changes runStates to Run.COMPLETED but there are still several run related steps that can log to the run log or potentially hang. I do not see a runStatus...