Advertisement
Guest User

Untitled

a guest
Jan 25th, 2020
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. ```css
  2. #Info: Spark is a plugin that has 4 main components: CPU Profiler, Tick Monitor, Memory Inspection & Server Health reporting. It is mainly used to diagnose performance issues especially when the servers are experiencing extreme lag spikes/tps issues. Note, it can only be used by SMods+.
  3.  
  4. #Important-commands:
  5. [/spark sampler] - Starts a new CPU profiler operation
  6. [/spark sampler --timeout <time>] - Specifies how long the profiler should run before automatically stopping. (#Note: Time is measured in seconds.)
  7. [/spark sampler --info] - Prints information about the active profiler, if present.
  8. [/spark sampler --stop] - Ends the current profiling operation, uploads the resultant data, and returns a link to the viewer.
  9. [/spark sampler --cancel] - Cancels the current profiling operation, and discards any recorded data without uploading it.
  10. [/spark tps] - Prints information about the servers TPS rate.
  11.  
  12. #Correct-procedure: (Only follow when server is experiencing extreme lag spikes/TPS drops)
  13. 1. Type [/spark sampler] when the TPS is stable to start profiling. (#Note: Constant 20 TPS)
  14. 2. Wait for the lag spike to happen
  15. 3. After the lag spike happened (When TPS is back to 20), type [/spark sampler --stop] to stop profiling.
  16. 4. Send the data/log to Justin.
  17. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement