{ "info": { "author": "Andrew Gwozdziewycz", "author_email": "web@apgwoz.com", "bugtrack_url": null, "classifiers": [], "description": "recat - Replay logfiles in simulated real-time\n=================================================\n\nWhat does that mean? \n--------------------\n\nQuite simply it means that if you give `recat` a logfile and a list of\nfields that represent a time, it'll attempt to replay the log entries as\nthey happened.\n\nWon't that take a lot of time?\n------------------------------\n\nOf course! This is why I've added the `-n` option, which allows you to \nspecify a speed up factor. So, if you say -n 1000, that means all the\nthings that happened within 1000 seconds of each other will be shown within\n1 second of each other instead.\n\nDoes this support nyanbar?\n--------------------------\n\nNot yet.\n\n\nOptions\n-------\n\nPart of the problem is that log files don't always have consistent locations\nfor date/time. As a result, you'll likely have to tell `recat` where to look,\nand in what format the date/time is in.\n\n -f 1,2,3,4 - Given a separator, which fields (indexed from 1) should be\n considered as the date/time?\n -n NUM - This is the speedup factor that I discussed before\n -s SEPARATOR - A list of delimeters (not comma separated, just list them\n ex: \" ,-\" would be a space or a comma or a dash)\n -t FORMAT - This is the difficult one. The format that the time is in.\n The default is '%Y-%m-%d %H:%M:%s' This uses the format \n specifiers as per `time.strftime()` in Python.\n (http://docs.python.org/library/time.html#time.strftime)\n\n\nPutting it all together, you've got:\n\n $ recat -f 1,2 -n 10 -s ' ,' file.log\n\nBlammo!\n\n\nLicensing\n---------\n\nrecat is licensed under the GPLv3. Read the LICENSE file for more info\n\n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/apgwoz/recat", "keywords": "log replay", "license": "GPLv3", "maintainer": null, "maintainer_email": null, "name": "recat", "package_url": "https://pypi.org/project/recat/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/recat/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/apgwoz/recat" }, "release_url": "https://pypi.org/project/recat/0.1/", "requires_dist": null, "requires_python": null, "summary": "Replay log files simply and easily", "version": "0.1" }, "last_serial": 798625, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "ebbb9a72de83c1afe04e585978282ebf", "sha256": "3e6f83eaef5d92e07ab934cde66eeab626cfaca0bf02716a5bfa9148966dd753" }, "downloads": -1, "filename": "recat-0.1-py2.7.egg", "has_sig": false, "md5_digest": "ebbb9a72de83c1afe04e585978282ebf", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 3797, "upload_time": "2013-03-20T15:17:53", "url": "https://files.pythonhosted.org/packages/b6/57/d6537e22fdf872dede8beb14710402947cb290e73366983046c0b1f8c122/recat-0.1-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "5a3341efee1e0fca442904d51a378a61", "sha256": "d26d88aa457656a2a2c4f150fed6cd3071ad320e6c6e278294c33ef0ad4dd668" }, "downloads": -1, "filename": "recat-0.1.tar.gz", "has_sig": false, "md5_digest": "5a3341efee1e0fca442904d51a378a61", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3024, "upload_time": "2013-03-20T15:18:27", "url": "https://files.pythonhosted.org/packages/69/6c/570397fa602eaf4c00434b2b299ed82baa27f4b6a81d58770a22aac701e6/recat-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ebbb9a72de83c1afe04e585978282ebf", "sha256": "3e6f83eaef5d92e07ab934cde66eeab626cfaca0bf02716a5bfa9148966dd753" }, "downloads": -1, "filename": "recat-0.1-py2.7.egg", "has_sig": false, "md5_digest": "ebbb9a72de83c1afe04e585978282ebf", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 3797, "upload_time": "2013-03-20T15:17:53", "url": "https://files.pythonhosted.org/packages/b6/57/d6537e22fdf872dede8beb14710402947cb290e73366983046c0b1f8c122/recat-0.1-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "5a3341efee1e0fca442904d51a378a61", "sha256": "d26d88aa457656a2a2c4f150fed6cd3071ad320e6c6e278294c33ef0ad4dd668" }, "downloads": -1, "filename": "recat-0.1.tar.gz", "has_sig": false, "md5_digest": "5a3341efee1e0fca442904d51a378a61", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3024, "upload_time": "2013-03-20T15:18:27", "url": "https://files.pythonhosted.org/packages/69/6c/570397fa602eaf4c00434b2b299ed82baa27f4b6a81d58770a22aac701e6/recat-0.1.tar.gz" } ] }