utilities — Plugin containing various useful utilities

class Utilities

A plugin for managing PyCI’s configuration.

NetworkTools(**data)
Render the Network Utilities page
Ping(**data)
Render the Ping utility tab
SpeedTest(**data)
Render the Speed Test page
TCPDump(**data)
Render the Traceroute utility tab
Traceroute(**data)
Render the Traceroute utility tab
average_speed(**options)
Return the current average bandwidth speed recorded by the SpeedTester thread.
ping(host, **data)
Ping a given host and return the responses in real-time. Note the lower-case name.
speedtest_service_control(oper, address='0.0.0.0', port=8081)
Stop, Start, or Restart the SpeedTester thread based on oper which should be one of: ‘start’ ‘stop’ ‘restart’
tcpdump(interface, bytes, **data)
Traceroute to a given host and return the responses in real-time. Only outputs ‘bytes’ amount of data. Note the lower-case name.
traceroute(host, **data)
Traceroute to a given host and return the responses in real-time. Note the lower-case name.