我有一个问题,哪些好的解决方案(软件/硬件)已经开发和应用于企业的在线故障预测?Zabbix,Openstb,Cacti和类似的替代品?你能再列出一些吗?你能描述一下他们在故障预测方面的优势和劣势吗?
我想了解它们的缺点,并通过模型\算法进行一些改进。如果您对在线故障预测的概念不太了解,请参考以下描述。如果你已经知道了,就跳过吧。
Online failure prediction -- It is an approach to evaluate whether an incoming failure will occur in the near future, and when the fa
我有一段代码来编译tex文档。
#!/usr/bin/env bash
filename="thesis"
pdflatex -shell-escape $filename
makeglossaries $filename
bibtex $filename
pdflatex $filename
pdflatex $filename
# for Ubuntu
#xdg-open $filename.pdf
# for mac
open $filename.pdf
如何使这个脚本在Linux和OS上工作?我觉得应该是,
if is Linux; then
xdg-o