Evidence Detection In Cloud Forensics
The dataset generated is a KVM monitoring dataset however we proposed a novel fe
@kaggle.jaidalmotra_evidence_detection_in_cloud_forensics
The dataset generated is a KVM monitoring dataset however we proposed a novel fe
@kaggle.jaidalmotra_evidence_detection_in_cloud_forensics
CREATE TABLE vmresourceutilizationslope (
"last_poll" BIGINT,
"vmid" BIGINT,
"uuid" VARCHAR,
"dom" VARCHAR,
"rxbytes_slope" DOUBLE,
"rxpackets_slope" DOUBLE,
"rxerrors_slope" DOUBLE,
"rxdrops_slope" DOUBLE,
"txbytes_slope" DOUBLE,
"txpackets_slope" DOUBLE,
"txerrors_slope" DOUBLE,
"txdrops_slope" DOUBLE,
"timecpu_slope" DOUBLE,
"timesys_slope" DOUBLE,
"timeusr_slope" DOUBLE,
"state_slope" DOUBLE,
"memmax_slope" DOUBLE,
"mem_slope" DOUBLE,
"cpus_slope" DOUBLE,
"cputime_slope" DOUBLE,
"memactual_slope" DOUBLE,
"memswap_in_slope" DOUBLE,
"memswap_out_slope" DOUBLE,
"memmajor_fault_slope" DOUBLE,
"memminor_fault_slope" DOUBLE,
"memunused_slope" DOUBLE,
"memavailable_slope" DOUBLE,
"memusable_slope" DOUBLE,
"memlast_update_slope" DOUBLE,
"memdisk_cache_slope" DOUBLE,
"memhugetlb_pgalloc_slope" DOUBLE,
"memhugetlb_pgfail_slope" DOUBLE,
"memrss_slope" DOUBLE,
"vdard_req_slope" DOUBLE,
"vdard_bytes_slope" DOUBLE,
"vdawr_reqs_slope" DOUBLE,
"vdawr_bytes_slope" DOUBLE,
"vdaerror_slope" DOUBLE,
"hdard_req_slope" DOUBLE,
"hdard_bytes_slope" DOUBLE,
"hdawr_reqs_slope" DOUBLE,
"hdawr_bytes_slope" DOUBLE,
"hdaerror_slope" DOUBLE,
"status" VARCHAR
);
Anyone who has the link will be able to view this.