Recorder is a tool for recording workload patterns.
$ recorder dynamic --help
Usage: recorder dynamic [options]
Options:
--queue <name> Queue for distributing jobs (required).
--caching Enable caching of McPAT optimization results.
--server <host>:<port> Redis server [default: 127.0.0.0:6379].
--database <path> SQLite database (required).
--table <name> Table for storing results (required).
--help Display this message.
$ recorder static --help
Usage: recorder static [options]
Options:
--config <path> McPAT configuration file (required).
--database <path> SQLite database (required).
--table <name> Table for storing results (required).
--caching Enable caching of McPAT optimization results.
--server <host>:<port> Redis server [default: 127.0.0.0:6379].
--help Display this message.
- Fork the project.
- Implement your idea.
- Open a pull request.