wanggang
1 year ago
8 changed files with 48 additions and 39 deletions
@ -1,3 +1,4 @@ |
|||||
files/ |
files/ |
||||
btsecsummary/ |
btsecsummary/ |
||||
secsummary/ |
secsummary/ |
||||
|
influxdb/data/** |
Binary file not shown.
@ -0,0 +1,6 @@ |
|||||
|
[meta] |
||||
|
dir = "./data/meta" |
||||
|
|
||||
|
[data] |
||||
|
dir = "./data/data" |
||||
|
wal-dir = "./data/wal" |
@ -0,0 +1,11 @@ |
|||||
|
@echo off |
||||
|
|
||||
|
tasklist|find /i "influxd.exe" |
||||
|
|
||||
|
if %errorlevel% == 0 ( |
||||
|
¡¡¡¡exit |
||||
|
) |
||||
|
|
||||
|
%1 start mshta vbscript:createobject("wscript.shell").run("""%~0"" ::",0)(window.close)&&exit |
||||
|
|
||||
|
start /b ./influxd.exe -config ./influxdb.conf |
@ -0,0 +1,3 @@ |
|||||
|
@ECHO OFF |
||||
|
|
||||
|
taskkill /im influxd.exe /f /t |
Loading…
Reference in new issue