Commit Graph
223 Commits
Author SHA1 Message Date
Justin Clark-Casey 2c9ee8d67f Make ostgraph create an outdir if specified and it does not already exist. 2014-09-18 20:57:15 +01:00
Justin Clark-Casey 528bd10af1 Add verbose option.
You now won't get the spew about comamnds executed, etc. unless you specify -v
2014-09-17 21:54:53 +01:00
Justin Clark-Casey 2dd3a60a18 Make active/inactive status reporting stand out a bit more in osimctrl 2014-09-09 00:50:44 +01:00
Justin Clark-Casey f535f3d5f4 minor: adjust function doc of update group 2014-09-09 00:50:23 +01:00
Justin Clark-Casey ef267420f0 Add set last location example program. 2014-09-06 00:26:15 +01:00
Justin Clark-Casey c449f3a9c9 refactor: change names of parameters in set-home.php to largely remove home references which can be assumed by default.
This will allow us to use practically identical code in set-last-location.php
2014-09-06 00:15:57 +01:00
Justin Clark-Casey 8ad85c2ebb Add set home griduser service example program 2014-09-06 00:10:37 +01:00
Justin Clark-Casey 7399377e43 Add a grid user service connector and add an example program for retrieving grid user information 2014-09-05 15:19:00 +01:00
Justin Clark-Casey 9ed3e9c47c Add php closing tag to get-user-by-name.php example integration code 2014-09-05 14:06:55 +01:00
Justin Clark-Casey 898fbc9bec Add php closing tag to get-regions.php integration program example 2014-09-05 14:05:56 +01:00
Justin Clark-Casey 430998486d Add missing reference to stats analysis readme 2014-09-03 22:44:02 +01:00
Justin Clark-Casey 8e5e5e050c Add stdgraphs.json, which is the set of batch commands I currently use to generate a standard set of graphs from stats logs for the OSCC 2014 load tests.
Also improves README to at least give some hint to show how to use this.
2014-09-03 20:52:46 +01:00
Justin Clark-Casey e1e4d30cc1 Make the sets attribute for input batch json actually select a set
If there is no sets attribute we default to selecting all data sets
2014-09-03 20:18:26 +01:00
Justin Clark-Casey 8869355b69 Make set names the non-extension part of the filename, not the full name 2014-09-03 20:04:29 +01:00
Justin Clark-Casey 2678ecb80c Fix action to properly show if no out attribute is defined in batch input json 2014-09-03 20:00:26 +01:00
Justin Clark-Casey d165be9ed0 Clear figure between graph generations 2014-09-03 19:57:40 +01:00
Justin Clark-Casey f5dd20760e Implement --batch and --outdir switches to ostagraph.py that can produce multiple graphs from one sim stats load using instructions in a file
Loading the stats corpus takes quite some time, and this gets worse the more graphs we want to introduce.
Better to load just once and then produce multiple graphs from the same corpus.
Json file format will be detailed once this implementation is complete.
Currently can't control which log (set) a particular stat is graphed from, but this capability will come shortly.
2014-09-03 19:28:20 +01:00
Justin Clark-Casey 98b72deb5d Introduce a set concept into the OSimStatsCorpus so that logs are loaded as different sets instead of simply merged together.
Currently not used by calling code.
2014-09-03 17:24:40 +01:00
Justin Clark-Casey c825ade132 minor: Change OSimStatsCorpuse.parse() to more appropriate .load() 2014-09-03 17:07:39 +01:00
Justin Clark-Casey bad17d465c fix minor bug in report error if no stat selected in ostasum.py 2014-08-19 00:39:38 +01:00
Justin Clark-Casey 0d60f9df95 Remove debug line accidentally left in from previous commit. 2014-08-01 00:12:03 +01:00
Justin Clark-Casey 20b2a0cc83 Fix parsing of stat full names with container containing periods (which is currently allowed). 2014-08-01 00:11:03 +01:00
Justin Clark-Casey 914bf6afc1 Add remove-user-from-group example code and required connector 2014-07-31 21:31:40 +01:00
Justin Clark-Casey b754ed3357 Fix some more instances in the groups service connector where we weren't returning the response 2014-07-31 20:52:24 +01:00
Justin Clark-Casey d670540920 Add -add-user-to-group.php example program 2014-07-31 20:51:52 +01:00
Justin Clark-Casey ca65d9dbd5 minor: Complete comment about why we need to specify a user with permissions. 2014-07-31 02:30:11 +01:00
Justin Clark-Casey fc1f8365da add update-group.php integration example and required connector method 2014-07-31 02:29:00 +01:00
Justin Clark-Casey ccebe02ddb Split GetGroup() function into GetGroupById() and GetGroupByName() in common with functions in existing connectors 2014-07-31 01:50:30 +01:00
Justin Clark-Casey e59fae88b8 minor: also update the place where it mentions updating a group 2014-07-31 01:23:39 +01:00
Justin Clark-Casey 7e8bcd1ac9 update method doc of AddGroup on groups service connector as this no longer updates groups. 2014-07-31 01:22:29 +01:00
Justin Clark-Casey fbc6895527 Remove groupID from add group command - we can't specify this yet and it's simply ignored by OpenSimulator. 2014-07-31 01:21:06 +01:00
Justin Clark-Casey 86257516e2 Move create-user.php to programs/users/create-user 2014-07-31 01:16:44 +01:00
Justin Clark-Casey 20753e5056 Add get user by name example program 2014-07-31 01:15:25 +01:00
Justin Clark-Casey 9235472879 Add first draft of add group example program 2014-07-31 01:14:13 +01:00
Justin Clark-Casey 2d312a3dff Make connectors return response data where they weren't doing this. 2014-07-30 22:59:08 +01:00
Justin Clark-Casey 0a54fb4fac Add get-group.php example 2014-07-30 20:56:06 +01:00
Justin Clark-Casey c6263675f5 Add example and connector code for retrieving a region by name from the grid service. 2014-07-30 01:13:03 +01:00
Justin Clark-Casey 258ee94c23 add get-region-by-uuid example program 2014-07-30 01:07:23 +01:00
Justin Clark-Casey d54d8bbb08 In create-user.php, exit with code 1 if arg parsing fails rather than continuing 2014-07-30 00:36:02 +01:00
Justin Clark-Casey a442fc801a Add example program for get region flags call and necessary connector code 2014-07-30 00:35:30 +01:00
Justin Clark-Casey 31830fedea Add get_regions.php example program that gets information on all the regions in a grid.
Also adds necessary grid service connector
2014-07-30 00:11:36 +01:00
Justin Clark-Casey c3aa6d8082 minor: put method doc inside the methods python-style, not outside like c#/java style 2014-07-24 23:46:41 +01:00
Justin Clark-Casey ce7cfc9687 Make --select a required argument, though argparse still reports this as an optional arg in help 2014-07-22 17:22:09 +01:00
Justin Clark-Casey cc4e7a3b4c Require at least one stats file in ostasum.py 2014-07-22 17:10:10 +01:00
Justin Clark-Casey 9a334c23f8 forgot one index of using 1-index instead of 0 2014-07-17 21:50:28 +01:00
Justin Clark-Casey b074dc1d24 use zero index for arbitrary first stat in OSimSatsHelper.sumStats() 2014-07-17 21:48:39 +01:00
Justin Clark-Casey 732ccba4fe make y label unit type 2014-07-17 21:33:01 +01:00
Justin Clark-Casey 41f1044d22 add --type='delta' option in ostagraph.py to graph delta values rather than abs 2014-07-17 21:31:12 +01:00
Justin Clark-Casey 78d122d53c implement --action=sum for ostasum.py 2014-07-17 21:15:58 +01:00
Justin Clark-Casey f41626bb53 refactor: make osatsum.py use corpus.getStats() rather than filtering the by stat name itself
This commit also allows ostasum.py to load more than one stats log and taken an --action=sum, though this is not yet implemented
2014-07-17 20:48:46 +01:00