boinc/html/ops
David Anderson fc7c75b200 server: parse peak memory/disk info from client, store in DB, display in web
The latest client reports the peak working set size, swap size,
and disk usage for completed jobs.
Add fields to the results table to store these.
Parse them in scheduler request messages, and write to the DB.
Display them in the result web page.

This data can be used to improve (or even automate)
the job estimates for memory and disk usage.
2014-04-02 19:35:59 -07:00
..
ffmail *** empty log message *** 2006-07-28 16:09:10 +00:00
mass_email *** empty log message *** 2006-09-04 17:51:42 +00:00
remind_email *** empty log message *** 2006-08-02 21:33:19 +00:00
analyze_coproc_log.php web: user $x = new StdClass instead of $x = null for new objects 2013-05-03 22:12:26 -07:00
app_details.php - admin web: improve the FLOPs estimation tool so that 2011-07-13 21:50:48 +00:00
app_reset.php - client: write log flags in alpha order 2013-03-15 13:38:44 +01:00
app_select_edit.php server: add app_select_edit.php script 2014-03-04 11:14:15 -08:00
assign.php Fix incorrect assigment title for users; fix warnings in assign.php 2013-10-10 16:35:43 +03:00
autolock.php - web: remove DBNAME hack, which allowed users to see the DB name 2010-11-25 05:54:09 +00:00
badge_admin.php admin web: enhance badge admin page 2013-12-23 21:02:55 -08:00
badge_assign.php web: show badges on private user page 2013-12-23 22:13:27 -08:00
bbcode_convert.php - web: change the way project news is stored. 2009-12-16 22:35:08 +00:00
bbcode_convert_response1.php - web: change the way project news is stored. 2009-12-16 22:35:08 +00:00
bbcode_convert_response2.php - web: change the way project news is stored. 2009-12-16 22:35:08 +00:00
bbcode_convert_signature.php - web: change the way project news is stored. 2009-12-16 22:35:08 +00:00
block_host.php - admin web: finished the above. 2009-09-15 18:14:37 +00:00
bolt_admin.php - client (Unix): don't assume that LD_LIBRARY_PATH is defined 2008-08-28 18:41:18 +00:00
bolt_compare.php - admin web: finished the above. 2009-09-15 18:14:37 +00:00
bolt_datagen.php - web: remove DBNAME hack, which allowed users to see the DB name 2010-11-25 05:54:09 +00:00
bolt_map.php - admin web: finished the above. 2009-09-15 18:14:37 +00:00
bolt_refresh.php - client: HTTP range request errors are permanent. 2012-02-07 07:58:08 +00:00
bolt_setup_sample.php - admin web: changed protection scheme as follows: 2009-10-02 18:32:40 +00:00
bossa_admin.php - Bossa tweaks 2011-05-27 19:05:23 +00:00
bossa_example4_make_jobs.php - wrapper: tell the client when we checkpoint 2011-05-06 12:33:12 +00:00
bossa_example_make_files.php - admin web: changed protection scheme as follows: 2009-10-02 18:32:40 +00:00
bossa_example_make_jobs.php - admin web: changed protection scheme as follows: 2009-10-02 18:32:40 +00:00
bossa_transitioner.php - admin web: changed protection scheme as follows: 2009-10-02 18:32:40 +00:00
build_po.php svn path=/trunk/boinc/; revision=20336 2010-02-01 17:52:59 +00:00
build_po_boinc.php Translation system: fixes and updates 2013-10-15 11:19:59 -07:00
cancel_wu_action.php admin web: add option to Cancel Jobs page to cancel only unsent jobs 2013-07-30 14:07:34 -07:00
cancel_wu_form.php admin web: add option to Cancel Jobs page to cancel only unsent jobs 2013-07-30 14:07:34 -07:00
cancel_wus.php admin web: add option to Cancel Jobs page to cancel only unsent jobs 2013-07-30 14:07:34 -07:00
clean_cache.php - admin web: changed protection scheme as follows: 2009-10-02 18:32:40 +00:00
clean_user_names.php - web: more fixes from Christian Beer. Fixes #1129 2011-08-26 18:30:13 +00:00
clear_host.php - admin web: reorganize main page; 2010-02-26 21:34:20 +00:00
create_forums.php Admin web: convert create_forums.php to use DB abstraction layer (from Janus) 2014-01-06 14:20:25 -08:00
credit.php - admin web: credit browser tweaks 2012-09-06 17:13:35 +00:00
credit_study.php web: user $x = new StdClass instead of $x = null for new objects 2013-05-03 22:12:26 -07:00
credit_test.php - credit test program: create a data file separately so you 2010-03-11 04:19:07 +00:00
db_action.php - web: combine ops and regular functions for displaying 2011-12-21 18:29:11 +00:00
db_cleanse.php - admin web: changed protection scheme as follows: 2009-10-02 18:32:40 +00:00
db_form.php - web: various security fixes 2008-09-07 07:40:56 +00:00
db_schemaversion.php - fix db revision 2013-03-01 16:03:32 +01:00
db_update.php server: parse peak memory/disk info from client, store in DB, display in web 2014-04-02 19:35:59 -07:00
dbinfo.php More Line Ending Changes 2013-03-04 17:19:38 +01:00
delete_job_files remote job submission: add notion of "expire time" for batches (for Condor) 2013-09-17 13:35:55 -07:00
delete_orphan_results.php - remove execute permissions from various files that shouldn't have them 2013-03-01 16:26:08 +01:00
eah_server_status.php - admin web: finished the above. 2009-09-15 18:14:37 +00:00
errorwus.php - web: added copyright and license info to PHP files 2008-08-05 22:43:14 +00:00
expire_batches server: fix typo in expire_batches script 2013-10-07 13:16:33 -07:00
failure_result_summary_by_host.php admin web: link hosts in failure page 2013-08-16 22:31:18 -07:00
failure_result_summary_by_platform.php admin web: fix PHP warning 2013-08-16 12:20:40 -07:00
fix_blank_user_names.php svn path=/trunk/boinc/; revision=25495 2012-03-26 22:46:02 +00:00
fix_prefs.php - server: rename fix_venue.php to fix_prefs.php 2012-05-25 20:41:07 +00:00
forum_repair.php - admin web: changed protection scheme as follows: 2009-10-02 18:32:40 +00:00
grant_credit.php - admin web: changed protection scheme as follows: 2009-10-02 18:32:40 +00:00
host_update_credit.php - admin web: changed protection scheme as follows: 2009-10-02 18:32:40 +00:00
hrclass_summary.php - web: added copyright and license info to PHP files 2008-08-05 22:43:14 +00:00
index.php Admin web: deprecate problem_host.php, which sends a confusing email to user 2014-02-05 17:21:03 -08:00
job_times.php - admin web: improve the FLOPs estimation tool so that 2011-07-13 21:50:48 +00:00
list_new_users.php admin web: add script for removing zombie hosts 2013-12-18 13:32:23 -08:00
login_action.php - web: fix next-URL mechanism for admin login (from Michael Tarantino) 2010-10-29 17:49:29 +00:00
login_form.php - admin web: add page for showing app and app version details 2011-07-12 05:19:15 +00:00
logout.php admin web: enhance badge admin page 2013-12-23 21:02:55 -08:00
make_emails_lowercase.php - admin web: changed protection scheme as follows: 2009-10-02 18:32:40 +00:00
make_puser.php - admin web: changed protection scheme as follows: 2009-10-02 18:32:40 +00:00
manage_app_versions.php admin web: enhance badge admin page 2013-12-23 21:02:55 -08:00
manage_apps.php admin web: enhance badge admin page 2013-12-23 21:02:55 -08:00
manage_special_users.php team_import script: decode entities properly 2014-03-28 14:52:37 -07:00
manage_special_users_action.php Having variables called 1, 2, 3... etc is really bad coding style and causes buckloads of issues in associative arrays. 2008-10-05 12:45:33 +00:00
manage_user.php admin web: code cleanup in manage_user.php (ancient, undergrad-written) 2014-03-03 00:44:18 -08:00
mass_email.php Server: add feature to mass email script to send to ID list 2014-03-01 12:07:46 -08:00
mass_email_script.php svn path=/trunk/boinc/; revision=20403 2010-02-03 17:28:03 +00:00
news_convert.php - web: some fixes that arose from converting BOINC's news 2009-12-18 04:32:30 +00:00
notify.php - fix typos in two PHP scripts 2012-05-26 05:18:04 +00:00
nvidia.php - update script that counts GPUs 2011-03-14 23:57:38 +00:00
opsw.php - admin web: finished the above. 2009-09-15 18:14:37 +00:00
pass_percentage_by_platform.php admin web: fix result "summary by app version" to show anonymous platform 2013-05-19 23:05:02 -07:00
problem_host.php Admin web: deprecate problem_host.php, which sends a confusing email to user 2014-02-05 17:21:03 -08:00
profile_screen_action.php - web: add optional $project_http_proxy to project.inc; 2008-10-21 18:55:17 +00:00
profile_screen_form.php - admin: add script for deleting results with no workunit. 2010-08-11 18:52:11 +00:00
purge_profile.php - client: clean up logic related to GPU available memory. 2010-04-19 18:35:10 +00:00
purge_trickles.php - add script to purge trickle message records from DB 2011-08-21 13:26:46 +00:00
remind.php svn path=/trunk/boinc/; revision=20403 2010-02-03 17:28:03 +00:00
remove_zombie_hosts.php admin web: add script for removing zombie hosts 2013-12-18 13:32:23 -08:00
repair_21812.php svn path=/trunk/boinc/; revision=21816 2010-06-25 20:26:08 +00:00
repair_forums.php - fix typos in two PHP scripts 2012-05-26 05:18:04 +00:00
repair_profile_pictures.php - admin web: changed protection scheme as follows: 2009-10-02 18:32:40 +00:00
repair_validator_problem.php - admin web: changed protection scheme as follows: 2009-10-02 18:32:40 +00:00
reset_hrclass.php - web: added copyright and license info to PHP files 2008-08-05 22:43:14 +00:00
result_summary.php - admin web: finished the above. 2009-09-15 18:14:37 +00:00
revalidate.php - admin web: increase mem size limit for revalidate function 2013-03-05 13:53:59 +01:00
sample_table_stats.php - admin web: finished the above. 2009-09-15 18:14:37 +00:00
show_log.php - web: added copyright and license info to PHP files 2008-08-05 22:43:14 +00:00
single_job_setup.php - client: add <fetch_on_update> config option; 2013-03-07 11:28:43 +01:00
size_census.php server: use gpu_active_frac in scheduling decisions 2014-03-06 21:23:02 -08:00
submit_init_priority.php - job submit script tweak 2013-03-04 17:39:25 +01:00
survey_get_addrs.php svn path=/trunk/boinc/; revision=20319 2010-01-29 19:59:03 +00:00
team_export.php Fixes for the BOINC-wide teams site 2014-03-07 00:37:44 -08:00
team_import.php team_import script: decode entities properly 2014-03-28 14:52:37 -07:00
transition_all.php - web: remove DBNAME hack, which allowed users to see the DB name 2010-11-25 05:54:09 +00:00
update_forum_activities.php - admin web: changed protection scheme as follows: 2009-10-02 18:32:40 +00:00
update_profile_pages.php - web (ops): update profile page generator: 2013-03-05 17:26:33 +01:00
update_translations.php web: code cleanup in translation code 2013-12-04 10:22:11 -08:00
update_uotd.php - admin web: finished the above. 2009-09-15 18:14:37 +00:00
upgrade_db.php Add support for multi-size apps 2013-04-25 00:27:35 -07:00
user_graph.php - admin web: finished the above. 2009-09-15 18:14:37 +00:00
watchdogs.php - admin web: changed protection scheme as follows: 2009-10-02 18:32:40 +00:00
wd_nresults_changing.php - admin web: changed protection scheme as follows: 2009-10-02 18:32:40 +00:00
white.css *** empty log message *** 2004-08-20 18:45:43 +00:00