Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View Dexterp37's full-sized avatar

Alessio Placitelli Dexterp37

View GitHub Profile
@Dexterp37
Dexterp37 / TelemetryArchiveValidation.js
Last active September 8, 2015 15:18 — forked from georgf/TelemetryArchiveValidation.js
TelemetryArchive validation scratchpad
/*
* This is to be used from a Firefox scratchpad:
* - enable chrome devtools: in about:config set "devtools.chrome.enabled" to true
* - open scratchpad: Tools -> Web Developer -> Scratchpad
* - make it run as chrome: choose Environment -> Browser
* - click "Run"
*
* After scanning the local archives this should open a new tab which highlights
* potential issues in color:
* - v2/v4 comparisons
@Dexterp37
Dexterp37 / Bug_1196852_NIGHTLY_client_id_sampling.ipynb
Created September 22, 2015 17:48
Find how many aborted-session, "main" pings have the same subsessionId of shutdown "main" pings (using clientId sampling)
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Dexterp37
Dexterp37 / Bug 1196852_aurora.ipynb
Last active September 23, 2015 16:03
DON'T USE -> WRONG SAMPLING - Find how many aborted-session, "main" pings have the same subsessionId of shutdown "main" pings. (Aurora Channel, 50% of pings)
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Dexterp37
Dexterp37 / Bug 1196852 - duplicated subsession ids_.ipynb
Last active September 23, 2015 16:12
DON'T USE -> WRONG SAMPLING - Find how many aborted-session, "main" pings have the same subsessionId of shutdown "main" pings.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Dexterp37
Dexterp37 / DON'T USE -> WRONG SAMPLING - Bug_1196852_client_id_sampling_sampleId.ipynb
Last active September 23, 2015 16:13
Find how many aborted-session, "main" pings have the same subsessionId of shutdown "main" pings (use per sampleId sampling)
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Dexterp37
Dexterp37 / Bug_1196852_AURORA_client_id_sampling_sampleId.ipynb
Created September 23, 2015 16:14
Find how many aborted-session, "main" pings have the same subsessionId of shutdown "main" pings (using sampleId for sampling)
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Dexterp37
Dexterp37 / Bug_1196852_BETA_client_id_sampling_sampleId.ipynb
Last active September 23, 2015 20:24
Find how many aborted-session, "main" pings have the same subsessionId of shutdown "main" pings (using sampleId for sampling)
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Dexterp37
Dexterp37 / Bug_1196852_RELEASE_client_id_sampling_sampleId_4Weeks.ipynb
Last active September 24, 2015 07:34
Find how many aborted-session, "main" pings have the same subsessionId of shutdown "main" pings (using sampleId for sampling)
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Dexterp37
Dexterp37 / analyse.py
Last active October 2, 2015 15:45
Analyse gzip'd ping files to find where the bulk of the data is.
#!/c/mozilla-build/python/python.exe
#
# Analyse gzip'd ping files to find where the bulk of the data is.
#
# Usage: analyse.py PATH_WITH_PINGS [threshold_percentage]
#
# Default threshold percentage is 60%, meaning that ping sections containing more than
# 60% of the ping data are shown.
#
@Dexterp37
Dexterp37 / thread_hang_stack_limit.ipynb
Last active October 9, 2015 17:10
Find a sane thread hangs stack limit
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.