liangyongxiong
a439a5681f
update startup monitor rule for new filename of gunicorn logs
5 years ago
ougongchang
dea874e30b
Update level of crc failed message to error level
When CRC error occurs, it is generally caused by incomplete data in the file, so error information should be given to prompt the user.
5 years ago
jiangshuqiang
f317763313
fix when image tag name is too long, the log is unreasonable
add info when crc check failed.
5 years ago
jiangshuqiang
adb19c6dd2
Fix when tag include special characters,output file has garbled code
Fix when the message is :current process ...100%,convert not finished
Fix When special characters in the tag, the output image file is incomplete
5 years ago
caster
6fa5f8c5a8
add parse_summary function
we can use the function to transfer summary file to csv file and image so that it is easy to read and process
5 years ago
wangshuide2020
dd7e72e811
add notes for init files.
5 years ago
maning202007
6ccc5e86b8
Add check_debugger_port to test if it is available for mindinsight
Add debugger_port check function and move debugger start parameters to hook
5 years ago
maning202007
5822f2c54f
unify start options, replace '_' with '-'
5 years ago
maning202007
300cf8d6d0
fix a spelling error.
5 years ago
yelihua
50e1400505
add debugger module
5 years ago
liangyongxiong
4f1e469284
update argument description of startup command
5 years ago
wangshuide2020
7877f33b70
Use multiple processes to calc events.
1. To accelerate summary file parsing, multiple processes are used. As the first step to mindinsight parsing performance optimization, we only made changes to _load_single_file function.
2. This PR will imporve summary parsing throughput dramatically (about cpu_count times)
3. Changes are mainly about _load_single_file function
In the future, a more global concurrent computing framework is needed for mindinsight. See the gitee wiki doc for details.
5 years ago
liangyongxiong
8345421bec
enhance robust validation for --url-path-prefix parameter
5 years ago
liangyongxiong
f2f80b177a
add path_prefix argument for start command
5 years ago
liangyongxiong
7b0d1a7dca
fix stop command hints
5 years ago
liangyongxiong
4417c5d027
1) print workspace path on startup; 2) update gunicorn configuration
5 years ago
liangyongxiong
e3327a4b73
fix pylint warnings
5 years ago
liangyongxiong
1bc356ad11
1) fix return code for start/stop command; 2) replace print with standard console logger
5 years ago
gaocongli
e7a0496e87
initial version
5 years ago