zoukankan      html  css  js  c++  java
  • EventLog监控

    http://www.activexperts.com/activmonitor/windowsmanagement/adminscripts/logs/eventlogs/

    http://etutorials.org/Server+Administration/Active+directory/Part+III+Scripting+Active+Directory+with+ADSI+ADO+and+WMI/Chapter+26.+Scripting+with+WMI/26.6+Querying+the+Event+Logs/

    http://www.paessler.com/manuals/prtg/wmi_event_log_sensor

    ----

    
    "SELECT * FROM __InstanceCreationEvent WITHIN 60 WHERE TargetInstance ISA 'Win32_NTLogEvent' and TargetInstance.EventType <= 2"

    http://www.codeproject.com/Articles/42571/WMI-Windows-Event-Logs-and-User-Privileges
    http://msdn.microsoft.com/en-us/library/aa394593%28v=vs.85%29.aspx
    http://www.siccolo.com/Articles/CodeProject/LogWatcher_RSS_feed/build_log_watcher_rss_feed_using_WMI.html

    http://sourceforge.net/projects/eventlogmonitor/files/
    http://etutorials.org/Server+Administration/Active+directory/Part+III+Scripting+Active+Directory+with+ADSI+ADO+and+WMI/Chapter+26.+Scripting+with+WMI/26.6+Querying+the+Event+Logs/
    http://sourceforge.net/projects/jarapac/



    http://algo.math.ntua.gr/~symvonis/other-material/java_material/docs/technotes/guides/rmi/socketfactory/index.html
    http://www.cnblogs.com/guotd/archive/2011/12/21/2295328.html
    http://docs.oracle.com/javase/7/docs/technotes/guides/rmi/socketfactory/index.html


    http://sourceforge.net/p/eventlogmonitor/code/HEAD/tree/eventlogmon/


  • 相关阅读:
    关于分析web.xml的一篇博客,写的很详细
    (转)Java编译后产生class文件的命名规则
    Standard 1.1.x VM与Standard VM的区别
    throws和throw的用法例子以及检测和非检查异常
    终端IO(上)
    [APUE]进程关系(下)
    [APUE]进程关系(上)
    [APUE]进程控制(下)
    [APUE]进程控制(中)
    深究标准IO的缓存
  • 原文地址:https://www.cnblogs.com/diyunpeng/p/3438494.html
Copyright © 2011-2022 走看看