...
Code Block |
---|
[mach@localhost ~]$ mkdir mach_collector_home [mach@localhost ~]$ cp machcollector-3x.5x.0x.826b8f2.communityofficial-LINUX-X86-64-release.tgz mach_collector_home/ [mach@localhost ~]$ cd mach_collector_home/ [mach@localhost ~/mach_collector_home]$ tar -zxvf machcollector-3x.5x.0x.826b8f2.communityofficial-LINUX-X86-64-release.tgz bin/ bin/machregex bin/machcollectord bin/machcollector bin/machcollectoradmin collector/ collector/sign/ collector/apache_access.tpl collector/samples/ collector/samples/test.rgx collector/samples/test.tpl collector/samples/test.log collector/preprocess/ collector/preprocess/custom.py collector/preprocess/skip.py collector/preprocess/replace.py collector/preprocess/pypyodbc_sample.py collector/preprocess/trace.py collector/custom.tpl collector/syslog.tpl collector/machbase.tpl collector/regex/ collector/regex/meta.rgx collector/regex/syslog.rgx collector/regex/nxlog.rgx collector/regex/machbase.rgx collector/regex/unparse.rgx collector/regex/apache_error.rgx collector/regex/apache_access.rgx conf/ doc/ meta/ trc/ webadmin/ webadmin/flask/ webadmin/flask/Python/ webadmin/flask/Python/* Omitted The contents of Python folder are not described here. |
...
Code Block |
---|
[mach@localhost ~/mach_collector_home]$ ls -al total 60372 drwxrwxr-x 9 mach mach 4096 Jun 27 23:58 . drwx------ 20 mach mach 4096 Jun 27 23:40 .. drwxrwxr-x 2 mach mach 4096 Jun 27 23:31 bin drwxrwxr-x 6 mach mach 4096 Jun 27 23:31 collector drwxrwxr-x 2 mach mach 4096 Jun 27 23:31 conf drwxrwxr-x 2 mach mach 4096 Jun 27 23:31 doc -rw-r--r-- 1 mach mach 61783606 Jun 27 23:41 machcollector-3x.5x.0.9ffc36ax.official-LINUX-X86-64-release.tgz drwxrwxr-x 2 mach mach 4096 Jun 27 23:31 meta drwxrwxr-x 2 mach mach 4096 Jun 27 23:31 trc drwxrwxr-x 3 mach mach 4096 Jun 27 23:31 webadmin [mach@localhost ~/mach_collector_home]$ |
...