bandwidth usage monitoring

Information related to the use of iMacros for uptime monitoring, performance and regression testing of websites.
Forum rules
iMacros EOL - Attention!

The renewal maintenance has officially ended for Progress iMacros effective November 20, 2023 and all versions of iMacros are now considered EOL (End-of-Life). The iMacros products will no longer be supported by Progress (aside from customer license issues), and these forums will also no longer be moderated from the Progress side.

Thank you again for your business and support.

Sincerely,
The Progress Team
Post Reply
Ted
Posts: 2
Joined: Wed Oct 05, 2005 3:28 pm

bandwidth usage monitoring

Post by Ted » Wed Oct 05, 2005 3:40 pm

Here a macro I use the check the traffic logs on my dedicated server daily:

Code: Select all

VERSION BUILD=4310722     
TAB T=1     
TAB CLOSEALLOTHERS     
URL GOTO=https://www.servercommand.net/main/     
SIZE X=865 Y=665   
SET !ENCRYPTION TMPKEY 
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:/main/index.asp ATTR=NAME:login_id CONTENT=RS-XXXXXX
TAG POS=1 TYPE=INPUT:PASSWORD FORM=ACTION:/main/index.asp ATTR=NAME:password CONTENT=392AA94134334334C4D702181AB3423C5C2A2A3BD04F063E449A821B 
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ACTION:/main/index.asp ATTR=NAME:submit&&VALUE:Submit  
TAG POS=1 TYPE=A ATTR=HREF:https://www.servercommand.net/mon/monitor_bandwidth.asp   
TAG POS=1 TYPE=SELECT FORM=NAME:bandwidth ATTR=NAME:ip_address CONTENT=3 
TAG POS=1 TYPE=A ATTR=TXT:<SP><SP><SP>MRTG   
TAB T=2     
TAG POS=1 TYPE=H2 ATTR=TXT:Traffic<SP>Analysis<SP>*
It is designed to work with the "ServerCommand" control panel from ev1servers.

For security reasons, most of my login macros work with a temporary key as described in http://www.iopus.com/iim/help/passwords.htm (one master password for all login macros)
Post Reply