doc(lotus-sim): document signals
This commit is contained in:
parent
a3f64e0768
commit
7a8bfd8725
@ -10,8 +10,12 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
var runSimCommand = &cli.Command{
|
var runSimCommand = &cli.Command{
|
||||||
Name: "run",
|
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{
|
Flags: []cli.Flag{
|
||||||
&cli.IntFlag{
|
&cli.IntFlag{
|
||||||
Name: "epochs",
|
Name: "epochs",
|
||||||
|
Loading…
Reference in New Issue
Block a user