Skip to content

Latest commit

 

History

History
81 lines (54 loc) · 2.46 KB

new-country-checklist.md

File metadata and controls

81 lines (54 loc) · 2.46 KB

Things to do when adding a new country run...

For now, (20180424) I'm not adding new run results to the article as it's likely better to spend time on investigating mitigations for IE clusters. But I'll be running some in the background (LU is done - similar story wrt results, UY starting as I type) and we'll see if results warrant updates in the short or medium term. When I do want to integrate additional runs, then...

On the scanning host...

  1. Do the run

     $ nohup skey-all.sh -mm -c XX -r . >skey.out 2>&1 &
     ... come back much later ...
    
  2. Grab/Backup the run files to the analysis host:

     $ scp -r $SCANHOST:$SCANTOP/$run $BUPDIR/$run 
    
  3. Scrub the files from the scanning host.

On the analyis host...

  1. See if we've finally got an SSH v. other cross-protocol case...

     $ check-no-ssh-cross-protocol.sh
    
  2. make-tex.sh to generate latex table details, which gives us HARK and some other numbers

  3. make images

    1. Give try-render-problematic.sh --neato a shot
    2. use make -n images to see what didn't get done
    3. See what's left over, try fix via e.g. manually via neato with other args
    4. Delete empty/failed image files
    5. Take a peek...
  4. make words

    1. Take a peek...
  5. Cross-border checks:

    1. cross-border.sh -n
    2. supercluster.sh
  6. Checks/stats:

    1. biggest22.sh - gives some numbers used in article
  7. Make album

    1. scp svg's to album host, e.g. to runs directory below DocRoot
    2. ditch any failed or empty svg files
    3. make -f ../Makefile to make pngs and run album
    4. cd ..; album to re-run album in parent dir
    5. manually fixup index.html in parent - from index.html.old
    6. backup new index.html to index.html.old
  8. For any interesting clusters...

    1. ClusterStats.py
    2. bt-ports.sh
    3. etc...
  9. If updating article...

    1. Mention new country in abstract
    2. Mention new country in intro
    3. Add any super-nice graphs/clusters worth a mention to results section
    4. Add column to collected-res.tex table based on output from make-tex.sh
    5. Add subfigure to collected-res.tex size graphs based on output from make-tex.sh
    6. Add country to list of outputs
    7. Update cross-border details to subsection of results, and note new interesting linkages...
    8. Add detail to most-used SSH keys subsection
    9. Add anything worthwhile to discussion/future
    10. Iterate on page layout and iv-vs-full length as needed