Operator AND OR -> && ||
ip.addr == <ip>
eth.addr == <mac address>
bootp
1. Right click on one of the existing columns.
2. Click on column preferences
3. Click Add down the bottom
4. Click on the “New Column” Label and change it to “DSCP” then hit enter once.
5. With the new entry highlighted, change the Field Type to Custom (in the dropdown box)
6. In field name, copy and paste in ip.dsfield.dscp
7. Click Apply/Ok
Reference: https://www.mikrotik-routeros.com/2014/04/enabling-dscp-tos-display-column-in-wireshark/
There is a bug of javascript in “Create New Graph Page”.
To fix this bug, you may modify the php file “html.php” and “html_utility.php” at <cacti directory>/lib/.
Change all the code from “function gotoPage” to “function goto$page_var”.
Source: http://www.askaboutphp.com/44/cacti-using-cacti-to-monitor-web-page-loading-part-1.html
1. Included the xml template for host, data and graph.
2. Modified the php to support https & http both.
Download: pageload-agent
1. Install app on android
2. visit https://www.mobizen.com/ or download and install the application from the web site.
類型:如果輸入數據依序為 98 100 98:
GAUGE(個別值,像CPU loading):產生圖形時畫 98 100 98
COUNTER (累計值,像流量資料):產生圖形時畫 2 -2
DERIVE (累計值,像流量資料),小於0畫0:產生圖形時畫 2 0
ABSOLUTE 如同 COUNTER,但 COUNTER 可能 overflow(數值過大),所以會取絕對值
補充說明,COUNTER/DERIVE/AVSOLVTE 雖是取差值,但會再除以兩次間隔間的秒數,如上 COUNTER 例,兩次間隔間為 300 秒,那畫出來的就是 2/300,-2/300 的值
Tenacy 開心直通車支援 PPTP,L2TP/IPSec 以及 OpenVPN 三種標準的網路協定(OpenVPN 尚未啟用)。
http://tenacy.hpc.tw/public
教學
Check It Out~
http://www.weitz.de/regex-coach/
some reference for regular expressions:
http://www.sdsc.edu/~moreland/courses/IntroPerl/docs/manual/pod/perlre.html