Skip to content
/ rtop Public

the python-based deamon for providing remote access to os metrics

Notifications You must be signed in to change notification settings

kbespalov/rtop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rtop

the python-based daemon for providing remote access to unix metrics by amqp

  • config.py - describe auth credentials and remote host for mq server access
  • /metrics - contains self-made metrics collector which can produce next values:
  • disk_stat:
    • 'total', 'used', 'free', 'percent'
  • mem_stat:
    • 'total', 'free', 'avaliable', 'buffers', 'cached'
  • cpu_stat:
    • 'user', 'nice', 'system', 'idle', 'iowait', 'irq', 'softirq', 'steal', 'guest', 'guest_nice'
  • proc_snapshot (for each running proccess):
    • 'pid', 'name', 'uid', 'status', 'used_ticks', 'wait_ticks', 'threads', 'resident_mem', 'wbytes', 'rbytes'

About

the python-based deamon for providing remote access to os metrics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published