doc(lotus-sim): document signals

This commit is contained in:
Steven Allen 2021-06-09 21:39:18 -07:00
parent a3f64e0768
commit 7a8bfd8725

View File

@ -10,8 +10,12 @@ import (
)
var runSimCommand = &cli.Command{
Name: "run",
Description: "Run the simulation.",
Name: "run",
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",