%! /********************************************************************** ** ** SAP AG Walldorf ** (C) Copyright SAP AG 1999-2010 ** ***********************************************************************/ #include "publicincl/tools.inc" struct wdisp_session_info_type { boolean store_hash; int max_logon_groups; int entry_timeout; int entry_count; int peek_count; int max_count; int mem_usage; boolean overflow_flag; }; struct wdisp_session_entry_type { string sid; string logon_group; int sessionid; string server_inst; string last_used; int use_count; string is_default_server; }; struct wdisp_logon_group_entry_type { int group_index; string sid; string group_name; string default_server_inst; string default_server_last_used; }; %> <% int count, rc, dir, max; string browser, sstr; string tabsel; int i, nr; struct wdisp_session_info_type wdisp_session_info; struct wdisp_session_entry_type wdisp_session_entry[]; struct wdisp_logon_group_entry_type wdisp_logon_group_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[3]; string tab_content[3]; string tab_tabsel[3]; tab_header[0] = "Show session dispatching info"; tab_header[1] = "Show logon groups"; tab_header[2] = "Show contents of dispatching table"; tab_tabsel[0] = "tab0"; tab_tabsel[1] = "tab1"; tab_tabsel[2] = "tab2"; 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"; %>
Session Dispatching Monitor |
|
|