insert_device_monitor.sql 95 B

12
  1. insert into device_monitor(total_cpu_usage, total_memory_usage, top10_process)
  2. values (?, ?, ?)