1
0
Fork 0
forked from External/ergo

Merge pull request #800 from slingamn/issue791_crashserver

fix #791
This commit is contained in:
Shivaram Lingamneni 2020-02-22 20:08:42 -08:00 committed by GitHub
commit c445b45f31
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 85 additions and 16 deletions

View file

@ -153,13 +153,14 @@ https://gist.github.com/DanielOaks/c104ad6e8759c01eb5c826d627caf80d`,
oper: true,
text: `DEBUG <option>
Prints debug information about the IRCd. <option> can be one of:
Provides various debugging commands for the IRCd. <option> can be one of:
* GCSTATS: Garbage control statistics.
* NUMGOROUTINE: Number of goroutines in use.
* STARTCPUPROFILE: Starts the CPU profiler.
* STOPCPUPROFILE: Stops the CPU profiler.
* PROFILEHEAP: Writes out the CPU profiler info.`,
* PROFILEHEAP: Writes a memory profile.
* CRASHSERVER: Crashes the server (for use in failover testing)`,
},
"deoper": {
oper: true,