The statusmonitor module

marcodeployer.statusmonitor.get_data()[source]

Returns the status information from several system calls/Python modules as a dictionary The following keys are returned in the dictionary:

  • time
  • hostname
  • ip
  • uptime
  • kernel_name
  • top
  • memtotal
  • memfree
  • membuffered
  • memcached
  • swaptotal
  • swapfree
  • temperature
  • top_list
  • cpus (itself a list)