python按行(一行就是一条)统计每5分钟有多少条log数据?
发布网友
发布时间:2022-04-22 21:35
我来回答
共5个回答
热心网友
时间:2022-04-27 18:53
暗航统计每5分钟有多少条log数据,那大概的话一一行就是一条的话,5分钟的话大概会有3000多条。
热心网友
时间:2022-04-27 20:11
方法一:
from elasticsearch import Elasticsearch
import os
es = Elasticsearch(['localhost'], http_auth=('', ''), port=9273, timeout=50000)
def write_start_data(time_, time_list, month, file_name, iptvaccount):
write_fact_path = "E:\\公司\\案例数据采集\\olt告警案例分析\\{0}\\{1}_{2}.txt".format(time_, iptvaccount, file_name)
f = open(write_fact_path, "w")
for key, value in time_list.items():
start = key.format(day, start_hour, month, end_hour)
end = value.format(day, start_hour, month, end_hour)
hour_min = start.split()[1]
if hour_min == "23:55":
end = value.format(day_next,start_hour,month,end_hour)
rs = get_iptv_monitor_start_data(time_, start, end, iptvaccount)
for hit in rs['hits']['追问谢谢老哥 可惜 太复杂了 我看不懂 我才接触python 几天
热心网友
时间:2022-04-27 21:45
一行一条统计没5分钟,大概有380六条。追问怎么知道呢?
热心网友
时间:2022-04-27 23:37
按照你这个记行原则,五分钟之内logo应该有数据,按照2000条。追问你咋知道呀 怎么算的?
热心网友
时间:2022-04-28 01:45
你是要计算他五分钟执行了多少行代码吗?这个很难统计吧,因为你同一个类,可能会执行多次,也就是说,存在重复执行的情况