238 Commits
Author SHA1 Message Date
Justin Clark-Casey 343fa922a7 remove the oscc specific stuff from the batch command for now 2015-01-19 20:45:38 +00:00
Justin Clark-Casey 6cd9e2f273 update license for the name of this repository 2015-01-07 20:28:27 +00:00
Justin Clark-Casey ca5c98f92c Update README to show what is now printed by the script 2014-11-20 00:14:51 +00:00
Justin Clark-Casey 5f128eebb4 Split user count into hypergrid and direct login users 2014-11-19 23:56:22 +00:00
Justin Clark-Casey 3b15f64fcd Re-enable counting of direct login lines which was disabled in previous commit.
This gives a slightly higher number on my test log which is unexpected.  Need to investigate.
2014-11-19 23:50:17 +00:00
Justin Clark-Casey f5db2ce183 Also detect gatekeeper logins to count hypergrid users 2014-11-19 23:49:02 +00:00
Justin Clark-Casey b85496c9fa Actually detect logins by the last successful line containing agent name, to weed out requests where the login did not succeed (region not available, pw wrong, etc.) 2014-11-19 23:34:27 +00:00
Justin Clark-Casey c7b8062c41 Make login request regex yet more specific 2014-11-19 23:32:52 +00:00
Justin Clark-Casey 2405d1fc66 Print the log file names that we're parsing. 2014-11-19 23:29:57 +00:00
Justin Clark-Casey 633649bb64 Print out tally of user logins and count and total unique logins by name. Don't currently print each login time. 2014-11-19 23:28:38 +00:00
Justin Clark-Casey df2a3bf2d5 Put README in markdown and add some more notes 2014-11-19 23:13:35 +00:00
Justin Clark-Casey 37084dec6a Add false positives by making login request regex a bit more specific 2014-11-19 23:11:41 +00:00
Justin Clark-Casey 08bc5482ed Convert ola.py to my now preferred (and more standard) 4 space indenting 2014-11-19 23:09:25 +00:00
Justin Clark-Casey 8148661530 Add simple texture load test code. 2014-11-07 20:16:25 +00:00
Justin Clark-Casey 448e995ade minor udpate to stdgraphs.json example to make separate frametime graphs for each keynote region/ 2014-10-02 22:44:59 +01:00
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