doc(lotus-sim): document signals
This commit is contained in:
parent
a3f64e0768
commit
7a8bfd8725
@ -11,7 +11,11 @@ import (
|
||||
|
||||
var runSimCommand = &cli.Command{
|
||||
Name: "run",
|
||||
Description: "Run the simulation.",
|
||||
Description: `Run the simulation.
|
||||
|
||||
Signals:
|
||||
- SIGUSR1: Print information about the current simulation (equivalent to 'lotus-sim info').
|
||||
- SIGUSR2: Write a pprof profile to pprof-simulation-$DATE.tar`,
|
||||
Flags: []cli.Flag{
|
||||
&cli.IntFlag{
|
||||
Name: "epochs",
|
||||
|
Loading…
Reference in New Issue
Block a user