%! /********************************************************************** ** ** SAP AG Walldorf ** (C) Copyright SAP AG 1999-2010 ** ***********************************************************************/ #include "publicincl/tools.inc" struct wdisp_ssl_info_type { string logon_group; string sticky_mask; int entry_timeout; int entry_count; int peek_count; int max_count; int mem_usage; boolean overflow_flag; string default_server_inst; }; struct wdisp_ssl_entry_type { string client_ip; string server_inst; string last_used; int use_count; string is_default_server; }; %> <% int i, nr, max; int count, rc, dir; string browser, sstr; string tabsel; struct wdisp_ssl_info_type wdisp_ssl_info; struct wdisp_ssl_entry_type wdisp_ssl_entry[]; struct icm_sort_type sort_tab[]; const string ssort = "../public/images/sort.gif"; const string sasc = "../public/images/sortasc.gif"; const string sdesc = "../public/images/sortdesc.gif"; string tab_header[2]; string tab_content[2]; string tab_tabsel[2]; tab_header[0] = "Show SSL dispatching info"; tab_header[1] = "Show contents of dispatching table"; tab_tabsel[0] = "tab0"; tab_tabsel[1] = "tab1"; browser = __icm_get_browser_type(); dir = __icm_get_form_field ("dir"); sstr = __icm_get_form_field ("sstr"); tabsel = anumenc(__icm_get_form_field ("tabsel")); if (tabsel == "") tabsel = "tab0"; %>
SSL End To End Dispatching Monitor for Protocol ROUTER |
|
|